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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c11997 IdxScan *pScan; /* List of scan objects */ member in struct:sqlite3expert
12295 IdxScan *pScan; local
12301 pScan = idxMalloc(&rc, sizeof(IdxScan));
12302 if( pScan ){
12306 pScan->pTab = p->pTab;
12307 pScan->pNextScan = p->pExpert->pScan;
12308 p->pExpert->pScan = pScan;
12324 pNew->pNext = pScan
12719 idxFindCompatible( int *pRc, sqlite3* dbm, IdxScan *pScan, IdxConstraint *pEq, IdxConstraint *pTail ) argument
12800 idxCreateFromCons( sqlite3expert *p, IdxScan *pScan, IdxConstraint *pEq, IdxConstraint *pTail ) argument
12896 idxCreateFromWhere( sqlite3expert *p, IdxScan *pScan, IdxConstraint *pTail ) argument
12966 idxScanFree(IdxScan *pScan, IdxScan *pLast) argument
[all...]
H A Dsqlite3.c85588 ScanStatus *pScan = 0; local
85620 ScanStatus *pScan = 0; local
92246 ScanStatus *pScan = 0; local
161130 whereScanNext(WhereScan *pScan) argument
161232 whereScanInitIndexExpr(WhereScan *pScan) argument
161256 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
238033 Fts5HashEntry *pScan; /* Current ordered scan item */ member in struct:Fts5Hash
251430 sqlite3_stmt *pScan = 0; local
251720 sqlite3_stmt *pScan; local
[all...]

Completed in 712 milliseconds