/external/chromium_org/third_party/sqlite/src/src/ |
where.c | 335 WhereTerm *pTerm; 355 pTerm = &pWC->a[idx = pWC->nTerm++]; 356 pTerm->pExpr = p; 357 pTerm->wtFlags = wtFlags; 358 pTerm->pWC = pWC; 359 pTerm->iParent = -1; 574 WhereTerm *pTerm; 578 for(pTerm=pWC->a, k=pWC->nTerm; k; k--, pTerm++){ 579 if( pTerm->leftCursor==iCu [all...] |
select.c | [all...] |
expr.c | [all...] |
sqliteInt.h | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2.c | 143 ** char pTerm[nTerm]; (content of first term) 191 ** char pTerm[nTerm]; (content of first term) 207 ** Otherwise, for terms greater than or equal to pTerm[i] but less 208 ** than pTerm[i+1], the subtree for that term will be rooted at [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fulltext.c | 1044 static int term_select_doclist(fulltext_vtab *v, const char *pTerm, int nTerm, 1055 rc = sqlite3_bind_text(*ppStmt, 1, pTerm, nTerm, SQLITE_TRANSIENT); [all...] |
fts1.c | 957 char *pTerm; /* text of the term. '\000' terminated. malloced */ 958 int nTerm; /* Number of bytes in pTerm[] */ [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_snippet.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |