sqlite3DbRealloc 10919 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3DbRealloc(sqlite3 *, void *, int); sqlite3DbRealloc 18397 third_party/sqlite/amalgamation/sqlite3.c pNew = sqlite3DbRealloc(db, p, n); sqlite3DbRealloc 19264 third_party/sqlite/amalgamation/sqlite3.c zNew = sqlite3DbRealloc(p->db, zOld, p->nAlloc); sqlite3DbRealloc 57239 third_party/sqlite/amalgamation/sqlite3.c pNew = sqlite3DbRealloc(p->db, p->aOp, nNew*sizeof(Op)); sqlite3DbRealloc 60952 third_party/sqlite/amalgamation/sqlite3.c pVdbeFunc = sqlite3DbRealloc(pCtx->s.db, pVdbeFunc, nMalloc); sqlite3DbRealloc 71732 third_party/sqlite/amalgamation/sqlite3.c a = sqlite3DbRealloc(db, pList->a, n*sizeof(pList->a[0])); sqlite3DbRealloc 76159 third_party/sqlite/amalgamation/sqlite3.c aNew = sqlite3DbRealloc(db, db->aDb, sizeof(db->aDb[0])*(db->nDb+1) ); sqlite3DbRealloc 77809 third_party/sqlite/amalgamation/sqlite3.c aNew = sqlite3DbRealloc(db,p->aCol,(p->nCol+8)*sizeof(p->aCol[0])); sqlite3DbRealloc 79841 third_party/sqlite/amalgamation/sqlite3.c pNew = sqlite3DbRealloc(db, pArray, newSize*szEntry); sqlite3DbRealloc 79950 third_party/sqlite/amalgamation/sqlite3.c pNew = sqlite3DbRealloc(db, pSrc, sqlite3DbRealloc 96956 third_party/sqlite/amalgamation/sqlite3.c azModuleArg = sqlite3DbRealloc(db, pTable->azModuleArg, nBytes); sqlite3DbRealloc 97289 third_party/sqlite/amalgamation/sqlite3.c aVTrans = sqlite3DbRealloc(db, (void *)db->aVTrans, nBytes); sqlite3DbRealloc 116 third_party/sqlite/src/src/attach.c aNew = sqlite3DbRealloc(db, db->aDb, sizeof(db->aDb[0])*(db->nDb+1) ); sqlite3DbRealloc 970 third_party/sqlite/src/src/build.c aNew = sqlite3DbRealloc(db,p->aCol,(p->nCol+8)*sizeof(p->aCol[0])); sqlite3DbRealloc 3002 third_party/sqlite/src/src/build.c pNew = sqlite3DbRealloc(db, pArray, newSize*szEntry); sqlite3DbRealloc 3111 third_party/sqlite/src/src/build.c pNew = sqlite3DbRealloc(db, pSrc, sqlite3DbRealloc 995 third_party/sqlite/src/src/expr.c a = sqlite3DbRealloc(db, pList->a, n*sizeof(pList->a[0])); sqlite3DbRealloc 692 third_party/sqlite/src/src/malloc.c pNew = sqlite3DbRealloc(db, p, n); sqlite3DbRealloc 781 third_party/sqlite/src/src/printf.c zNew = sqlite3DbRealloc(p->db, zOld, p->nAlloc); sqlite3DbRealloc 2574 third_party/sqlite/src/src/sqliteInt.h void *sqlite3DbRealloc(sqlite3 *, void *, int); sqlite3DbRealloc 618 third_party/sqlite/src/src/vdbeapi.c pVdbeFunc = sqlite3DbRealloc(pCtx->s.db, pVdbeFunc, nMalloc); sqlite3DbRealloc 114 third_party/sqlite/src/src/vdbeaux.c pNew = sqlite3DbRealloc(p->db, p->aOp, nNew*sizeof(Op)); sqlite3DbRealloc 244 third_party/sqlite/src/src/vtab.c azModuleArg = sqlite3DbRealloc(db, pTable->azModuleArg, nBytes); sqlite3DbRealloc 577 third_party/sqlite/src/src/vtab.c aVTrans = sqlite3DbRealloc(db, (void *)db->aVTrans, nBytes);