Home
last modified time | relevance | path

Searched refs:yyendofinput (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c3214 int yyendofinput; /* True if we are at the end of input */ in sqliteParser() local
3237 yyendofinput = (yymajor==0); in sqliteParser()
3249 assert( !yyendofinput ); /* Impossible to shift the $ token */ in sqliteParser()
3347 if( yyendofinput ){ in sqliteParser()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c106605 int yyendofinput; /* True if we are at the end of input */
106628 yyendofinput = (yymajor==0);
106640 assert( !yyendofinput ); /* Impossible to shift the $ token */
106738 if( yyendofinput ){

Completed in 298 milliseconds