Searched defs:pLast (Results 1 – 18 of 18) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | rowset.c | 112 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member 212 struct RowSetEntry *pLast; /* The last prior entry */ in sqlite3RowSetInsert() local
|
| H A D | mem2.c | 93 struct MemBlockHdr *pLast; member
|
| H A D | where.c | 4360 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 D | vdbe.c | 3266 Mem *pLast; /* Last field of the record */ in sqlite3VdbeExec() local
|
| H A D | vdbesort.c | 2520 SortSubtask *pLast = &pSorter->aTask[pSorter->nTask-1]; in vdbeSorterSetupMerge() local
|
| H A D | wal.c | 3615 PgHdr *pLast = 0; /* Last frame in list */ in sqlite3WalFrames() local
|
| H A D | tclsqlite.c | 1527 SqlPreparedStmt *pLast = pDb->stmtLast; in dbReleaseStmt() local
|
| H A D | shell.c.in | 1106 EQPGraphRow *pLast; /* Last element of the pRow list */ member
|
| H A D | sqliteInt.h | 3913 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb.c | 276 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 D | lsmtest_tdb4.c | 487 void *pLast, int nLast, in bt_scan()
|
| H A D | lsmtest_tdb3.c | 656 void *pLast, int nLast, in test_lsm_scan()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 960 GeoEvent head, *pLast; in geopolyEventMerge() local 1007 GeoSegment head, *pLast; in geopolySegmentMerge() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | closure.c | 383 closure_avl *pLast; /* Youngest node on the queue */ member
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | sqlite3expert.c | 1128 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 D | lsm_file.c | 1255 Page *pLast; in fsBlockNext() local 2211 Page *pLast; in lsmFsSortedFinish() local
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_expr.c | 1629 Fts5ExprPhrase *pLast = pRet->apPhrase[pRet->nPhrase-1]; in sqlite3Fts5ParseNearset() local
|
| H A D | fts5_index.c | 2161 Fts5Data *pLast = 0; in fts5SegIterReverse() local
|