Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 25 of 28) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dossshell.c79 zBuf = realloc(zBuf, sz); in main()
H A Ddbfuzz.c253 aNew = realloc(pVFile->a, (int)(iOfst+iAmt)); in inmemWrite()
665 azDb = realloc(azDb, sizeof(azDb[0])*(nDb+1)); in main()
H A Doptfuzz.c236 azIn = realloc(azIn, sizeof(azIn[0])*nIn); in main()
H A Dthreadtest1.c84 pResult->azElem = realloc( pResult->azElem, pResult->nAlloc*sizeof(char*)); in db_query_callback()
H A Dfuzzcheck.c233 void *pNew = realloc(pOld, szNew<=0 ? 1 : szNew); in safe_realloc()
2268 pHeap = realloc(pHeap, nMemThisDb); in main()
H A Djoin.test700 # If SQLite is built with SQLITE_MEMDEBUG, then the huge number of realloc()
702 # Without SQLITE_MEMDEBUG, realloc() is fast enough that these are not
H A Dmisc1.test434 # There was a problem with realloc() in the OP_MemStore operation of
/sqlite-3.40.0/tool/
H A Dshowlocks.c60 aPending = realloc(aPending, sizeof(aPending[0])*nAlloc ); in showLocksInRange()
H A Dfuzzershell.c919 azInFile = realloc(azInFile, sizeof(azInFile[0])*nInFile); in main()
1008 zIn = realloc(zIn, nAlloc); in main()
H A Dlempar.c292 pNew = realloc(p->yystack, newSize*sizeof(pNew[0])); in yyGrowStack()
H A Dlemon.c642 p->aLookahead = (struct lookahead_action *) realloc( p->aLookahead, in acttab_action()
692 p->aAction = (struct lookahead_action *) realloc( p->aAction, in acttab_insert()
1528 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
2445 msp->subsym = (struct symbol **) realloc(msp->subsym, in parseonetoken()
2655 *psp->declargslot = (char *) realloc(*psp->declargslot, n); in parseonetoken()
2769 msp->subsym = (struct symbol **) realloc(msp->subsym, in parseonetoken()
3819 z = (char *) realloc(z, alloced); in append_str()
H A Dsqldiff.c1972 azExt = realloc(azExt, sizeof(azExt[0])*(nExt+1)); in main()
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c179 d->pData = realloc(d->pData, d->nData + n); in appendVarint()
321 d->pData = realloc(d->pData, d->nData+pUpdate->nData); in docListUpdate()
347 d->pData = realloc(d->pData, d->nData); in docListSplit()
1135 q->pTerm = realloc(q->pTerm, q->nTerms * sizeof(q->pTerm[0])); in query_add()
H A Dsimple_tokenizer.c134 c->zToken = realloc(c->zToken, n+1); in simpleNext()
H A Dfts1_tokenizer1.c177 c->pToken = realloc(c->pToken, c->nTokenAllocated); in simpleNext()
H A Dfts1.c81 sb->s = realloc(sb->s, sb->alloced+1); in nappend()
291 d->pData = realloc(d->pData, d->nData + n); in appendVarint()
610 d->pData = realloc(d->pData, d->nData+nSource-nTarget); in docListSpliceElement()
2186 p->aMatch = realloc(p->aMatch, p->nAlloc*sizeof(p->aMatch[0]) ); in snippetAppendMatch()
2624 q->pTerms = realloc(q->pTerms, q->nTerms * sizeof(q->pTerms[0])); in queryAdd()
H A Dfts1_porter.c607 c->zToken = realloc(c->zToken, c->nAllocated); in porterNext()
/sqlite-3.40.0/src/
H A Dmem1.c78 #define SQLITE_REALLOC(x,y) realloc((x),(y))
H A Dsqlite3ext.h119 void *(*realloc)(void*,int); member
471 #define sqlite3_realloc sqlite3_api->realloc
H A Dtest_malloc.c1085 zBuf = realloc(zBuf, nByte); in test_config_heap()
H A Dtclsqlite.c1201 zLine = realloc(zLine, nLine); in local_getline()
1219 zLine = realloc( zLine, n+1 ); in local_getline()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_io.c181 zOut = realloc(zOut, nAlloc); in readStdin()
H A Dlsmtest_mem.c327 static void *tmLsmRealloc(void *ptr, int n){ return realloc(ptr, n); } in tmLsmRealloc()
H A Dlsmtest_main.c408 p = (u8*)realloc(p, n+8); in testRealloc()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c509 re = realloc( m, N + BLOCK_HDR_SIZE ); in lsmPosixOsRealloc()

12