Home
last modified time | relevance | path

Searched refs:iPrev (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c4258 int iPrev = -1; in re_subcompile_string() local
4287 if( iPrev<0 ) return "'*' without operand"; in re_subcompile_string()
4288 re_insert(p, iPrev, RE_OP_GOTO, p->nState - iPrev + 1); in re_subcompile_string()
4289 re_append(p, RE_OP_FORK, iPrev - p->nState + 1); in re_subcompile_string()
4293 if( iPrev<0 ) return "'+' without operand"; in re_subcompile_string()
4294 re_append(p, RE_OP_FORK, iPrev - p->nState); in re_subcompile_string()
4298 if( iPrev<0 ) return "'?' without operand"; in re_subcompile_string()
4299 re_insert(p, iPrev, RE_OP_FORK, p->nState - iPrev in re_subcompile_string()
11087 i64 iPrev = -100000; idxPopulateStat1() local
[all...]
H A Dsqlite3.c100108 u8 iPrev; /* Previous thread used to flush PMA */ global() member
101393 int iPrev = pMerger->aTree[1];/* Index of PmaReader to advance */ global() local
181896 sqlite3_int64 iPrev = 0; global() local
181996 sqlite3_int64 iPrev = 0; global() local
182239 sqlite3_int64 iPrev = 0; global() local
182340 sqlite3_int64 iPrev = 0; global() local
183951 int iPrev = -1; /* Token number of previous deferred token */ global() local
192857 sqlite3_int64 iPrev = 0; /* Previous docid stored in doclist */ global() local
214665 u32 iPrev = pCell->aOvfl[j-1]; global() local
222256 i64 iPrev; global() member
226870 i64 iPrev = -1; global() local
230359 i64 iPrev; /* Previous rowid value written to page */ global() member
233352 int iPrev = 0; global() local
235112 i64 iPrev = 0; global() local
[all...]

Completed in 138 milliseconds