Searched refs:pAnd (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_expr.c596 Fts3Expr *pAnd; local
598 pAnd = fts3MallocZero(sizeof(Fts3Expr));
599 if( !pAnd ){
604 pAnd->eType = FTSQUERY_AND;
605 insertBinaryOperator(&pRet, pPrev, pAnd);
606 pPrev = pAnd;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c117832 Fts3Expr *pAnd; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c133857 Fts3Expr *pAnd; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c133889 Fts3Expr *pAnd; local
[all...]

Completed in 1907 milliseconds