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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c83631 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
86143 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ local
96081 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ local
98358 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
104120 codeOneLoopStart( WhereInfo *pWInfo, int iLevel, u16 wctrlFlags, Bitmask notReady ) argument
104783 whereInfoFree(sqlite3 *db, WhereInfo *pWInfo) argument
104908 WhereInfo *pWInfo; /* Will become the return value of this function */ local
105415 sqlite3WhereEnd(WhereInfo *pWInfo) argument
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c102525 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
105610 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ local
118323 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ local
120601 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
121245 WhereInfo *pWInfo; local
123279 WhereInfo *pWInfo; /* WHERE clause processing context */ member in struct:WhereClause
123350 WhereInfo *pWInfo; /* Information about this WHERE */ member in struct:WhereLoopBuilder
124206 codeCursorHint( struct SrcList_item *pTabItem, WhereInfo *pWInfo, WhereLevel *pLevel, WhereTerm *pEndRange ) argument
124328 codeDeferredSeek( WhereInfo *pWInfo, Index *pIdx, int iCur, int iIdxCur ) argument
124362 sqlite3WhereCodeOneLoopStart( WhereInfo *pWInfo, int iLevel, Bitmask notReady ) argument
125855 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ local
126230 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ local
126740 sqlite3WhereOutputRowCount(WhereInfo *pWInfo) argument
126748 sqlite3WhereIsDistinct(WhereInfo *pWInfo) argument
126756 sqlite3WhereIsOrdered(WhereInfo *pWInfo) argument
126768 sqlite3WhereOrderedInnerLoop(WhereInfo *pWInfo) argument
126776 sqlite3WhereContinueLabel(WhereInfo *pWInfo) argument
126785 sqlite3WhereBreakLabel(WhereInfo *pWInfo) argument
126806 sqlite3WhereOkOnePass(WhereInfo *pWInfo, int *aiCur) argument
128397 WhereInfo *pWInfo = pWC->pWInfo; local
128527 whereInfoFree(sqlite3 *db, WhereInfo *pWInfo) argument
128726 WhereInfo *pWInfo = pBuilder->pWInfo; local
128924 WhereInfo *pWInfo = pBuilder->pWInfo; /* WHERE analyse context */ local
129319 WhereInfo *pWInfo; /* WHERE analysis context */ local
129715 WhereInfo *pWInfo; /* WHERE analysis context */ local
129829 WhereInfo *pWInfo = pBuilder->pWInfo; local
129948 WhereInfo *pWInfo = pBuilder->pWInfo; local
130015 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
130296 sqlite3WhereIsSorted(WhereInfo *pWInfo) argument
130319 whereSortingCost( WhereInfo *pWInfo, LogEst nRow, int nOrderBy, int nSorted ) argument
130364 wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst) argument
130726 WhereInfo *pWInfo; local
130903 WhereInfo *pWInfo; /* Will become the return value of this function */ local
131350 sqlite3WhereEnd(WhereInfo *pWInfo) argument
[all...]

Completed in 748 milliseconds