MCPcopy Create free account
hub / github.com/apache/httpd / ap_expr_yyfree

Function ap_expr_yyfree

server/util_expr_scan.c:2657–2660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2655}
2656
2657void ap_expr_yyfree (void * ptr , yyscan_t yyscanner)
2658{
2659 free( (char *) ptr ); /* see ap_expr_yyrealloc() for (char *) cast */
2660}
2661
2662#define YYTABLES_NAME "yytables"
2663

Callers 2

ap_expr_yy_delete_bufferFunction · 0.85
ap_expr_yylex_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected