HomeSort by: relevance | last modified time | path
    Searched refs:pLast (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 1613 SqlPreparedStmt *pLast = pDb->stmtLast;
1614 pDb->stmtLast = pLast->pPrev;
1617 dbFreeStmt(pLast);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 21197 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */
    [all...]
shell.c 918 qrfEQPGraphRow *pLast; /* Last element of the pRow list */
1063 if( p->u.pGraph->pLast ){
1064 p->u.pGraph->pLast->pNext = pNew;
1068 p->u.pGraph->pLast = pNew;
15854 ** Free all elements of the linked list starting from pScan up until pLast
15855 ** (pLast is not freed).
15857 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){
15860 for(p=pScan; p!=pLast; p=pNext){
15871 ** until pLast (pLast is not freed)
    [all...]

Completed in 73 milliseconds