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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c2638 static int fts3ExprAllocateSegReaders( function
2664 rc = fts3ExprAllocateSegReaders(pCsr, pExpr->pLeft, pnExpr);
2666 rc = fts3ExprAllocateSegReaders(pCsr, pExpr->pRight, pnExpr);
2675 ** allocated by fts3ExprAllocateSegReaders().
2695 ** for all tokens using fts3ExprAllocateSegReaders().
2813 rc = fts3ExprAllocateSegReaders(p, pExpr, &nExpr);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c115688 static int fts3ExprAllocateSegReaders( function
[all...]

Completed in 221 milliseconds