Searched defs:pWInfo (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c97903 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
100925 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ local
113404 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ local
115680 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
116301 WhereInfo *pWInfo; local
118316 WhereInfo *pWInfo; /* WHERE clause processing context */ member in struct:WhereClause
118387 WhereInfo *pWInfo; /* Information about this WHERE */ member in struct:WhereLoopBuilder
119116 sqlite3WhereCodeOneLoopStart( WhereInfo *pWInfo, int iLevel, Bitmask notReady ) argument
120527 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ local
120901 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ local
121408 sqlite3WhereOutputRowCount(WhereInfo *pWInfo) argument
121416 sqlite3WhereIsDistinct(WhereInfo *pWInfo) argument
121424 sqlite3WhereIsOrdered(WhereInfo *pWInfo) argument
121432 sqlite3WhereContinueLabel(WhereInfo *pWInfo) argument
121441 sqlite3WhereBreakLabel(WhereInfo *pWInfo) argument
121462 sqlite3WhereOkOnePass(WhereInfo *pWInfo, int *aiCur) argument
123019 WhereInfo *pWInfo = pWC->pWInfo; local
123148 whereInfoFree(sqlite3 *db, WhereInfo *pWInfo) argument
123347 WhereInfo *pWInfo = pBuilder->pWInfo; local
123544 WhereInfo *pWInfo = pBuilder->pWInfo; /* WHERE analyse context */ local
123929 WhereInfo *pWInfo; /* WHERE analysis context */ local
124151 WhereInfo *pWInfo; /* WHERE analysis context */ local
124331 WhereInfo *pWInfo = pBuilder->pWInfo; local
124452 WhereInfo *pWInfo = pBuilder->pWInfo; local
124516 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
124787 sqlite3WhereIsSorted(WhereInfo *pWInfo) argument
124810 whereSortingCost( WhereInfo *pWInfo, LogEst nRow, int nOrderBy, int nSorted ) argument
124856 wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst) argument
125201 WhereInfo *pWInfo; local
125377 WhereInfo *pWInfo; /* Will become the return value of this function */ local
125807 sqlite3WhereEnd(WhereInfo *pWInfo) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c97921 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
100943 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ local
113422 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ local
115698 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
116319 WhereInfo *pWInfo; local
118334 WhereInfo *pWInfo; /* WHERE clause processing context */ member in struct:WhereClause
118405 WhereInfo *pWInfo; /* Information about this WHERE */ member in struct:WhereLoopBuilder
119134 sqlite3WhereCodeOneLoopStart( WhereInfo *pWInfo, int iLevel, Bitmask notReady ) argument
120545 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ local
120919 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ local
121426 sqlite3WhereOutputRowCount(WhereInfo *pWInfo) argument
121434 sqlite3WhereIsDistinct(WhereInfo *pWInfo) argument
121442 sqlite3WhereIsOrdered(WhereInfo *pWInfo) argument
121450 sqlite3WhereContinueLabel(WhereInfo *pWInfo) argument
121459 sqlite3WhereBreakLabel(WhereInfo *pWInfo) argument
121480 sqlite3WhereOkOnePass(WhereInfo *pWInfo, int *aiCur) argument
123037 WhereInfo *pWInfo = pWC->pWInfo; local
123166 whereInfoFree(sqlite3 *db, WhereInfo *pWInfo) argument
123365 WhereInfo *pWInfo = pBuilder->pWInfo; local
123562 WhereInfo *pWInfo = pBuilder->pWInfo; /* WHERE analyse context */ local
123947 WhereInfo *pWInfo; /* WHERE analysis context */ local
124169 WhereInfo *pWInfo; /* WHERE analysis context */ local
124349 WhereInfo *pWInfo = pBuilder->pWInfo; local
124470 WhereInfo *pWInfo = pBuilder->pWInfo; local
124534 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
124805 sqlite3WhereIsSorted(WhereInfo *pWInfo) argument
124828 whereSortingCost( WhereInfo *pWInfo, LogEst nRow, int nOrderBy, int nSorted ) argument
124874 wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst) argument
125219 WhereInfo *pWInfo; local
125395 WhereInfo *pWInfo; /* Will become the return value of this function */ local
125825 sqlite3WhereEnd(WhereInfo *pWInfo) argument
[all...]

Completed in 378 milliseconds