Home
last modified time | relevance | path

Searched defs:aNew (Results 1 – 25 of 35) sorted by relevance

12

/sqlite-3.40.0/src/
H A Dtest_hexio.c410 unsigned char *aNew = sqlite3_realloc(aOut, nNew); in make_fts3record() local
424 unsigned char *aNew = sqlite3_realloc(aOut, nNew); in make_fts3record() local
H A Dattach.c87 Db *aNew; /* New array of Db pointers */ in attachFunc() local
H A Dloadext.c786 void (**aNew)(void); in sqlite3_auto_extension() local
H A Dos_kv.c602 char *aNew = sqlite3_realloc(pFile->aJrnl, iEnd); in kvvfsWriteJrnl() local
H A Dvdbesort.c539 u8 *aNew; in vdbePmaReadBlob() local
1836 u8 *aNew; in sqlite3VdbeSorterWrite() local
H A DvdbeInt.h516 Mem *aNew; /* Array of new.* values */ member
/sqlite-3.40.0/ext/misc/
H A Dnextchar.c86 unsigned int *aNew; in nextCharAppend() local
H A Dfileio.c700 FsdirLevel *aNew = (FsdirLevel*)sqlite3_realloc64(pCur->aLvl, nByte); in fsdirNext() local
H A Dfossildelta.c634 const char *aNew; int nNew; /* new blob */ in deltaCreateFunc() local
H A Dunionvtab.c942 UnionSrc *aNew = (UnionSrc*)sqlite3_realloc64( in unionConnect() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c200 char const **aNew = (const char **)sqlite3_realloc64((void *)aArg, nNew); in sqlite3Fts3InitTokenizer() local
H A Dfts3_unicode.c155 int *aNew; /* New aiException[] array */ in unicodeAddExceptions() local
H A Dfts3_aux.c250 struct Fts3auxColstats *aNew; in fts3auxGrowStatArray() local
H A Dfts3_write.c2335 char *aNew = sqlite3_realloc64(pWriter->aData, nReq); in fts3SegWriterAdd() local
2868 char *aNew; in fts3GrowSegReaderBuffer() local
4550 int *aNew; in fts3RepackSegdirLevel() local
H A Dfts3.c2830 char *aNew; in fts3TermSelectFinishMerge() local
2911 char *aNew; in fts3TermSelectMerge() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_test_tok.c337 Fts5tokRow *aNew; in fts5tokCb() local
H A Dfts5_aux.c269 int *aNew; in fts5SentenceFinderAdd() local
H A Dfts5_tokenize.c256 int *aNew; in fts5UnicodeAddExceptions() local
/sqlite-3.40.0/test/
H A Ddbfuzz.c249 unsigned char *aNew; in inmemWrite() local
H A Dfuzzcheck.c738 unsigned char *a, *aNew; /* Database under construction */ in decodeDatabase() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c884 TransMark *aNew; /* New allocation */ in lsm_begin() local
H A Dlsm_shared.c113 FreelistEntry *aNew; in freelistAppend() local
H A Dlsm_tree.c225 u32 *aNew; in intArrayAppend() local
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c797 u8 *aNew; in sessionMergeUpdate() local
822 u8 *aNew; in sessionMergeUpdate() local
2001 u8 *aNew; in sessionBufferGrow() local
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c233 GeoCoord *aNew; in geopolyParseJson() local

12