Searched defs:pMatch (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c141 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */ local
188 pMatch = pItem;
196 pMatch = pItem;
315 pMatch = 0;
370 if( pExpr->iColumn>=0 && pMatch!=0 ){
376 assert( pMatch->iCursor==pExpr->iTable );
377 pMatch->colUsed |= ((Bitmask)1)<<n;
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2183 struct snippetMatch *pMatch; local
2194 pMatch = &p->aMatch[i];
2195 pMatch->iCol = iCol;
2196 pMatch->iTerm = iTerm;
2197 pMatch->iStart = iStart;
2198 pMatch->nByte = nByte;
2323 struct snippetMatch *pMatch = &p->aMatch[i]; local
2326 pMatch->iCol, pMatch->iTerm, pMatch
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c3226 struct snippetMatch *pMatch; local
3237 pMatch = &p->aMatch[i];
3238 pMatch->iCol = iCol;
3239 pMatch->iTerm = iTerm;
3240 pMatch->iStart = iStart;
3241 pMatch->nByte = nByte;
3368 struct snippetMatch *pMatch = &p->aMatch[i]; local
3371 pMatch->iCol, pMatch->iTerm, pMatch
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c69672 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c76993 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c77013 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */ local
[all...]

Completed in 540 milliseconds