HomeSort by relevance Sort by last modified time
    Searched defs:yyerrcnt (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
lempar.c 179 int yyerrcnt; /* Shifts left before out of the error */ member in struct:yyParser
737 yypParser->yyerrcnt = -1;
756 yypParser->yyerrcnt--;
790 if( yypParser->yyerrcnt<0 ){
823 yypParser->yyerrcnt = 3;
847 if( yypParser->yyerrcnt<=0 ){
850 yypParser->yyerrcnt = 3;
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 173 int yyerrcnt; /* Shifts left before out of the error */ member in struct:yyParser
727 yypParser->yyerrcnt = -1;
746 yypParser->yyerrcnt--;
780 if( yypParser->yyerrcnt<0 ){
813 yypParser->yyerrcnt = 3;
837 if( yypParser->yyerrcnt<=0 ){
840 yypParser->yyerrcnt = 3;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 103502 int yyerrcnt; \/* Shifts left before out of the error *\/ member in struct:yyParser
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 118305 int yyerrcnt; \/* Shifts left before out of the error *\/ member in struct:yyParser
    [all...]
  /external/sqlite/dist/
sqlite3.c 118325 int yyerrcnt; \/* Shifts left before out of the error *\/ member in struct:yyParser
    [all...]

Completed in 949 milliseconds