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

Function ap_expr_yyset_extra

server/util_expr_scan.c:2419–2423  ·  view source on GitHub ↗

Set the user-defined data. This data is never touched by the scanner. * @param user_defined The data to be associated with this scanner. * @param yyscanner The scanner object. */

Source from the content-addressed store, hash-verified

2417 * @param yyscanner The scanner object.
2418 */
2419void ap_expr_yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
2420{
2421 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2422 yyextra = user_defined ;
2423}
2424
2425/** Set the current line number.
2426 * @param line_number

Callers 2

ap_expr_parseFunction · 0.85
ap_expr_yylex_init_extraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected