Home
last modified time | relevance | path

Searched defs:pOld (Results 1 – 25 of 26) sorted by relevance

12

/sqlite-3.40.0/src/
H A Dmalloc.c505 void *sqlite3Realloc(void *pOld, u64 nBytes){ in sqlite3Realloc()
564 void *sqlite3_realloc(void *pOld, int n){ in sqlite3_realloc()
571 void *sqlite3_realloc64(void *pOld, sqlite3_uint64 n){ in sqlite3_realloc64()
H A Danalyze.c365 static void statAccumDestructor(void *pOld){ in statAccumDestructor()
513 StatSample *pOld in sampleIsBetterPost()
537 StatSample *pOld in sampleIsBetter()
580 StatSample *pOld = &p->a[i]; in sampleInsert() local
H A Dmem5.c290 static void memsys5FreeUnsafe(void *pOld){ in memsys5FreeUnsafe()
H A Dmem3.c436 static void memsys3FreeUnsafe(void *pOld){ in memsys3FreeUnsafe()
H A Dprepare.c827 Vdbe *pOld, /* VM being reprepared */ in sqlite3LockAndPrepare()
H A Dmain.c2138 void *pOld; in sqlite3_trace() local
2193 void *pOld; in sqlite3_profile() local
2223 void *pOld; in sqlite3_commit_hook() local
H A Dvtab.c512 Table *pOld; in sqlite3VtabFinishParse() local
H A Dwhereexpr.c65 WhereTerm *pOld = pWC->a; in whereClauseInsert() local
H A Dtest_malloc.c107 static void *faultsimRealloc(void *pOld, int n){ in faultsimRealloc()
H A Dalter.c594 Token *pOld, /* Name of column being changed */ in sqlite3AlterRenameColumn()
H A Dbtree.c8041 MemPage *pOld = apOld[i]; in balance_nonroot() local
8372 MemPage *pOld = (nNew>nOld ? apNew : apOld)[nOld-1]; in balance_nonroot() local
8393 MemPage *pOld; in balance_nonroot() local
H A Dvdbeapi.c363 void sqlite3_value_free(sqlite3_value *pOld){ in sqlite3_value_free()
H A Dbuild.c2917 Table *pOld; in sqlite3EndTable() local
H A Dwhere.c269 void *sqlite3WhereRealloc(WhereInfo *pWInfo, void *pOld, u64 nByte){ in sqlite3WhereRealloc()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer.c75 void *pOld; in scalarFunc() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c83 void *pOld; in fts3TokenizerFunc() local
/sqlite-3.40.0/ext/session/
H A Dtest_session.c581 Tcl_Obj *pOld = Tcl_NewObj(); in test_conflict_handler() local
1088 Tcl_Obj *pOld; /* Vector of old.* values */ in test_sqlite3session_foreach() local
H A Dsqlite3session.c1838 sqlite3_session *pOld; /* Session object already attached to db */ in sqlite3session_create() local
4442 sqlite3_value *pOld = sessionChangesetOld(pIter, i); in sessionApplyOneOp() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c789 TreeNode *pOld, in copyTreeNode()
806 TreeLeaf *pOld, in copyTreeLeaf()
H A Dlsm_sorted.c3619 Page *pOld; in mergeWorkerBtreeWrite() local
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1529 static void zipfileRemoveEntryFromList(ZipfileTab *pTab, ZipfileEntry *pOld){ in zipfileRemoveEntryFromList()
1561 ZipfileEntry *pOld = 0; in zipfileUpdate() local
H A Damatch.c399 static void amatchAvlRemove(amatch_avl **ppHead, amatch_avl *pOld){ in amatchAvlRemove()
/sqlite-3.40.0/tool/
H A Dfuzzershell.c116 static void *oomRealloc(void *pOld, int nByte){ in oomRealloc()
/sqlite-3.40.0/test/
H A Dfuzzcheck.c232 static void *safe_realloc(void *pOld, int szNew){ in safe_realloc()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c3719 static int fts5PrefixCompress(int nOld, const u8 *pOld, const u8 *pNew){ in fts5PrefixCompress()

12