Searched refs:yyiprestart (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilterScanner.h35 void yyiprestart(FILE *new_file);
H A DIPFilterScanner.cpp21 #define yyrestart yyiprestart
157 #define YY_NEW_FILE yyiprestart(yyipin )
263 * (via yyiprestart()), so that the user can continue scanning by
306 void yyiprestart (FILE *input_file );
1254 yyiprestart(yyipin );
1421 yyiprestart(yyipin );
1461 void yyiprestart (FILE * input_file ) function
1572 * such as during a yyiprestart() or at EOF.
1585 * called from yyiprestart() or through yy_get_next_buffer.
H A DIPFilter.cpp308 yyiprestart(readFile.fp());

Completed in 82 milliseconds