Home
last modified time | relevance | path

Searched defs:pLast (Results 1 – 18 of 18) sorted by relevance

/sqlite-3.40.0/src/
H A Drowset.c112 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member
212 struct RowSetEntry *pLast; /* The last prior entry */ in sqlite3RowSetInsert() local
H A Dmem2.c93 struct MemBlockHdr *pLast; member
H A Dwhere.c4360 WhereLoop *pLast, /* Add this WhereLoop to the end of pPath->aLoop[] */ in wherePathSatisfiesOrderBy()
4711 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){ in wherePathName()
H A Dvdbe.c3266 Mem *pLast; /* Last field of the record */ in sqlite3VdbeExec() local
H A Dvdbesort.c2520 SortSubtask *pLast = &pSorter->aTask[pSorter->nTask-1]; in vdbeSorterSetupMerge() local
H A Dwal.c3615 PgHdr *pLast = 0; /* Last frame in list */ in sqlite3WalFrames() local
H A Dtclsqlite.c1527 SqlPreparedStmt *pLast = pDb->stmtLast; in dbReleaseStmt() local
H A Dshell.c.in1106 EQPGraphRow *pLast; /* Last element of the pRow list */ member
H A DsqliteInt.h3913 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb.c276 void *pLast, int nLast, in kc_scan()
354 void *pLast, int nLast, in mdb_scan()
520 void *pLast, int nLast, in sql_scan()
H A Dlsmtest_tdb4.c487 void *pLast, int nLast, in bt_scan()
H A Dlsmtest_tdb3.c656 void *pLast, int nLast, in test_lsm_scan()
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c960 GeoEvent head, *pLast; in geopolyEventMerge() local
1007 GeoSegment head, *pLast; in geopolySegmentMerge() local
/sqlite-3.40.0/ext/misc/
H A Dclosure.c383 closure_avl *pLast; /* Youngest node on the queue */ member
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c1128 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){ in idxScanFree()
1144 static void idxStatementFree(IdxStatement *pStatement, IdxStatement *pLast){ in idxStatementFree()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c1255 Page *pLast; in fsBlockNext() local
2211 Page *pLast; in lsmFsSortedFinish() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c1629 Fts5ExprPhrase *pLast = pRet->apPhrase[pRet->nPhrase-1]; in sqlite3Fts5ParseNearset() local
H A Dfts5_index.c2161 Fts5Data *pLast = 0; in fts5SegIterReverse() local