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

  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]
shell.c 1088 ** pOld, or return the first such line if pOld is NULL
1090 static qrfEQPGraphRow *qrfEqpNextRow(Qrf *p, int iEqpId, qrfEQPGraphRow *pOld){
1091 qrfEQPGraphRow *pRow = pOld ? pOld->pNext : p->u.pGraph->pRow;
13711 ** Unless it is NULL, entry pOld is currently part of the pTab->pFirstEntry
13714 static void zipfileRemoveEntryFromList(ZipfileTab *pTab, ZipfileEntry *pOld){
13715 if( pOld ){
13716 if( pTab->pFirstEntry==pOld ){
13717 pTab->pFirstEntry = pOld->pNext
    [all...]

Completed in 117 milliseconds