Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c314 #define CIDX_PARSE_OPEN 2 /* "(" */ macro
367 return CIDX_PARSE_OPEN; in cidxFindNext()
414 if( e!=CIDX_PARSE_OPEN ) goto parse_error; in cidxParseSQL()
441 if( e==CIDX_PARSE_OPEN ) nParen++; in cidxParseSQL()