Searched defs:ap_expr_yy_scan_bytes (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_scan.c305 YY_BUFFER_STATE ap_expr_yy_scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
2259 * ap_expr_yy_scan_bytes() instead.
2264 return ap_expr_yy_scan_bytes(yystr,strlen(yystr) ,yyscanner);
2274 YY_BUFFER_STATE ap_expr_yy_scan_bytes (yyconst char * yybytes, int _yybytes_len , yyscan_t yyscanner) function
2285 YY_FATAL_ERROR( "out of dynamic memory in ap_expr_yy_scan_bytes()" );
2294 YY_FATAL_ERROR( "bad buffer in ap_expr_yy_scan_bytes()" );

Completed in 2810 milliseconds