| /sqlite-3.40.0/test/ |
| H A D | ossshell.c | 79 zBuf = realloc(zBuf, sz); in main()
|
| H A D | dbfuzz.c | 253 aNew = realloc(pVFile->a, (int)(iOfst+iAmt)); in inmemWrite() 665 azDb = realloc(azDb, sizeof(azDb[0])*(nDb+1)); in main()
|
| H A D | optfuzz.c | 236 azIn = realloc(azIn, sizeof(azIn[0])*nIn); in main()
|
| H A D | threadtest1.c | 84 pResult->azElem = realloc( pResult->azElem, pResult->nAlloc*sizeof(char*)); in db_query_callback()
|
| H A D | fuzzcheck.c | 233 void *pNew = realloc(pOld, szNew<=0 ? 1 : szNew); in safe_realloc() 2268 pHeap = realloc(pHeap, nMemThisDb); in main()
|
| H A D | join.test | 700 # 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 D | misc1.test | 434 # There was a problem with realloc() in the OP_MemStore operation of
|
| /sqlite-3.40.0/tool/ |
| H A D | showlocks.c | 60 aPending = realloc(aPending, sizeof(aPending[0])*nAlloc ); in showLocksInRange()
|
| H A D | fuzzershell.c | 919 azInFile = realloc(azInFile, sizeof(azInFile[0])*nInFile); in main() 1008 zIn = realloc(zIn, nAlloc); in main()
|
| H A D | lempar.c | 292 pNew = realloc(p->yystack, newSize*sizeof(pNew[0])); in yyGrowStack()
|
| H A D | lemon.c | 642 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 D | sqldiff.c | 1972 azExt = realloc(azExt, sizeof(azExt[0])*(nExt+1)); in main()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 179 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 D | simple_tokenizer.c | 134 c->zToken = realloc(c->zToken, n+1); in simpleNext()
|
| H A D | fts1_tokenizer1.c | 177 c->pToken = realloc(c->pToken, c->nTokenAllocated); in simpleNext()
|
| H A D | fts1.c | 81 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 D | fts1_porter.c | 607 c->zToken = realloc(c->zToken, c->nAllocated); in porterNext()
|
| /sqlite-3.40.0/src/ |
| H A D | mem1.c | 78 #define SQLITE_REALLOC(x,y) realloc((x),(y))
|
| H A D | sqlite3ext.h | 119 void *(*realloc)(void*,int); member 471 #define sqlite3_realloc sqlite3_api->realloc
|
| H A D | test_malloc.c | 1085 zBuf = realloc(zBuf, nByte); in test_config_heap()
|
| H A D | tclsqlite.c | 1201 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 D | lsmtest_io.c | 181 zOut = realloc(zOut, nAlloc); in readStdin()
|
| H A D | lsmtest_mem.c | 327 static void *tmLsmRealloc(void *ptr, int n){ return realloc(ptr, n); } in tmLsmRealloc()
|
| H A D | lsmtest_main.c | 408 p = (u8*)realloc(p, n+8); in testRealloc()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_unix.c | 509 re = realloc( m, N + BLOCK_HDR_SIZE ); in lsmPosixOsRealloc()
|