Home
last modified time | relevance | path

Searched refs:pMatch (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dwhere.c221 Index *pMatch; in findSortingIndex() local
251 pMatch = 0; in findSortingIndex()
264 pMatch = pIdx; in findSortingIndex()
268 if( pMatch && pbRev ){ in findSortingIndex()
271 return pMatch; in findSortingIndex()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c70157 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */
70204 pMatch = pItem;
70212 pMatch = pItem;
70331 pMatch = 0;
70386 if( pExpr->iColumn>=0 && pMatch!=0 ){
70392 assert( pMatch->iCursor==pExpr->iTable );
70393 pMatch->colUsed |= ((Bitmask)1)<<n;

Completed in 314 milliseconds