Home
last modified time | relevance | path

Searched refs:sqlite3_realloc (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()
424 unsigned char *aNew = sqlite3_realloc(aOut, nNew); in make_fts3record()
H A Dtest9.c93 p = sqlite3_realloc(p, -1); in c_realloc_test()
H A Dloadext.c218 sqlite3_realloc,
H A Dtest_onefile.c292 char *zNew = sqlite3_realloc(pTmp->zAlloc, nNew); in tmpWrite()
H A Dos_kv.c602 char *aNew = sqlite3_realloc(pFile->aJrnl, iEnd); in kvvfsWriteJrnl()
H A Dmalloc.c564 void *sqlite3_realloc(void *pOld, int n){ in sqlite3_realloc() function
H A Dsqlite3ext.h471 #define sqlite3_realloc sqlite3_api->realloc macro
H A Dtest_malloc.c341 p = sqlite3_realloc(pPrior, (unsigned)nByte); in test_realloc()
H A Dtest_osinst.c997 pCsr->azFile = (char **)sqlite3_realloc(pCsr->azFile, nNew); in vlogNext()
/sqlite-3.40.0/tool/
H A Dsqldiff.c123 p->z = sqlite3_realloc(p->z, p->nAlloc); in strPrintf()
332 az = sqlite3_realloc(az, sizeof(char*)*(naz+2) ); in columnNames()
1600 azCol = sqlite3_realloc(azCol, sizeof(char*)*nCol); in changeset_one_table()
1602 aiFlg = sqlite3_realloc(aiFlg, sizeof(int)*nCol); in changeset_one_table()
1609 aiPk = sqlite3_realloc(aiPk, sizeof(int)*nPk); in changeset_one_table()
H A Dloadfts.c194 aCmd = sqlite3_realloc(aCmd, sizeof(char*) * nCmd); in main()
H A Dfuzzershell.c253 zNew = sqlite3_realloc(p->z, (int)nNew); in StrAppend()
308 zNew = p->nAlloc<=0x7fffffff ? sqlite3_realloc(p->z, (int)p->nAlloc) : 0; in callback()
/sqlite-3.40.0/test/
H A Dmutex2.test79 sqlite3_realloc 0 10000
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer1.c189 c->pToken = sqlite3_realloc(c->pToken, c->nTokenAllocated); in simpleNext()
H A Dfts2_icu.c214 char *zNew = sqlite3_realloc(pCsr->zBuffer, nByte); in icuNext()
H A Dfts2_porter.c608 c->zToken = sqlite3_realloc(c->zToken, c->nAllocated); in porterNext()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_icu.c215 char *zNew = sqlite3_realloc(pCsr->zBuffer, nByte); in icuNext()
/sqlite-3.40.0/ext/icu/
H A Dicu.c388 UChar *zNew = sqlite3_realloc(zOutput, nOut); in icuCaseFunc16()
/sqlite-3.40.0/ext/misc/
H A Damatch.c1042 pCur->zBuf = sqlite3_realloc(pCur->zBuf, pCur->nBuf); in amatchAddWord()
1161 zBuf = sqlite3_realloc(zBuf, nBuf); in amatchNext()
H A Ddbdump.c110 zNew = sqlite3_realloc(p->z, p->nAlloc); in appendText()
H A Dfuzzer.c625 (*pzBuf) = sqlite3_realloc((*pzBuf), n+100); in fuzzerRender()
/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c495 pIdx = (CidxIndex*)sqlite3_realloc(pIdx, nByte); in cidxLookupIndex()
/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c546 u8 **apNew = (u8**)sqlite3_realloc(pParse->apVal, nNew*sizeof(u8*)); in fuzzParseRecord()
H A Dtest_session.c206 pNew = (char*)sqlite3_realloc(pBlob->p, pBlob->n + nData); in testStreamOutput()
/sqlite-3.40.0/mptest/
H A Dmptest.c426 char *zNew = sqlite3_realloc(p->z, nAlloc); in stringAppend()

12