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

/httpd/server/
H A Dutil_expr_scan.c215 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
223 /* Number of characters read into yy_ch_buf, not including EOB
937 /* yy_bp points to the position in yy_ch_buf of the start of
1574 if ( yyg->yy_c_buf_p <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] )
1654 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars];
1682 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1687 if ( yyg->yy_c_buf_p > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] )
1736 (int) (yyg->yy_c_buf_p - b->yy_ch_buf);
1747 b->yy_ch_buf = (char *)
1749 ap_expr_yyrealloc((void *) b->yy_ch_buf,
[all...]

Completed in 1530 milliseconds