Home
last modified time | relevance | path

Searched refs:sqlite3_realloc64 (Results 1 – 25 of 48) sorted by relevance

12

/sqlite-3.40.0/ext/fts3/
H A Dfts3_unicode.c158 aNew = sqlite3_realloc64(p->aiException,(p->nException+nEntry)*sizeof(int)); in unicodeAddExceptions()
348 char *zNew = sqlite3_realloc64(pCsr->zToken, pCsr->nAlloc+64); in unicodeNext()
H A Dfts3_tokenizer1.c188 pNew = sqlite3_realloc64(c->pToken, c->nTokenAllocated); in simpleNext()
H A Dfts3_write.c662 p = sqlite3_realloc64(p, sizeof(*p) + nNew); in fts3PendingListAppendVarint()
1406 char *zNew = sqlite3_realloc64(pReader->zTerm, nNew); in fts3SegReaderNext()
1729 aElem2 = (Fts3HashElem **)sqlite3_realloc64( in sqlite3Fts3SegReaderPending()
2081 char *zNew = sqlite3_realloc64(pTree->zMalloc, (i64)nTerm*2); in fts3NodeAddTerm()
2335 char *aNew = sqlite3_realloc64(pWriter->aData, nReq); in fts3SegWriterAdd()
2360 char *zNew = sqlite3_realloc64(pWriter->zMalloc, (i64)nTerm*2); in fts3SegWriterAdd()
2673 pNew = (char *)sqlite3_realloc64(pMsr->aBuffer, pMsr->nBuffer); in fts3MsrBufferData()
2870 aNew = sqlite3_realloc64(pCsr->aBuffer, pCsr->nBuffer); in fts3GrowSegReaderBuffer()
3755 char *a = (char *)sqlite3_realloc64(pBlob->a, nAlloc); in blobGrowBuffer()
4552 aNew = sqlite3_realloc64(aIdx, nAlloc*sizeof(int)); in fts3RepackSegdirLevel()
H A Dfts3_porter.c624 pNew = sqlite3_realloc64(c->zToken, c->nAllocated); in porterNext()
H A Dfts3_tokenizer.c200 char const **aNew = (const char **)sqlite3_realloc64((void *)aArg, nNew); in sqlite3Fts3InitTokenizer()
H A Dfts3_aux.c251 aNew = (struct Fts3auxColstats *)sqlite3_realloc64(pCsr->aStat, in fts3auxGrowStatArray()
/sqlite-3.40.0/ext/misc/
H A Ddecimal.c145 p->a = sqlite3_realloc64(p->a, p->nDigit + iExp + 1 ); in decimal_new()
164 p->a = sqlite3_realloc64(p->a, p->nDigit + iExp + 1 ); in decimal_new()
323 p->a = sqlite3_realloc64(p->a, nDigit+1); in decimal_expand()
H A Dnormalize.c627 z = sqlite3_realloc64(z, j+(5-k)+1); in sqlite3_normalize()
699 zBuf = sqlite3_realloc64(zBuf, sz+1); in main()
H A Deval.c47 zNew = p->nAlloc<=0x7fffffff ? sqlite3_realloc64(p->z, p->nAlloc) : 0; in callback()
H A Dpercentile.c154 double *a = sqlite3_realloc64(p->a, sizeof(double)*n); in percentStep()
H A Dcsv.c178 zNew = sqlite3_realloc64(p->z, nNew); in csv_resize_and_append()
741 char *zNew = sqlite3_realloc64(pCur->azVal[i], pCur->rdr.n+1); in csvtabNext()
H A Dnextchar.c88 aNew = sqlite3_realloc64(p->aResult, n*sizeof(unsigned int)); in nextCharAppend()
H A Dregexp.c378 aOp = sqlite3_realloc64(p->aOp, N*sizeof(p->aOp[0])); in re_resize()
381 aArg = sqlite3_realloc64(p->aArg, N*sizeof(p->aArg[0])); in re_resize()
H A Dspellfix.c770 pNew = sqlite3_realloc64(p->a, (p->nLang+1)*sizeof(p->a[0])); in editDist3ConfigLoad()
929 apNew = sqlite3_realloc64(pFrom->apDel, in editDist3FromStringNew()
935 apNew = sqlite3_realloc64(pFrom->apSubst, in editDist3FromStringNew()
1034 apNew = sqlite3_realloc64(a2[i2].apIns, sizeof(*apNew)*a2[i2].nIns); in editDist3Core()
2175 aNew = sqlite3_realloc64(pCur->a, sizeof(pCur->a[0])*N); in spellfix1ResizeCursor()
H A Dmemstat.c146 az = sqlite3_realloc64(pCur->azDb, sizeof(char*)*(pCur->nDb+1)); in memstatFindSchemas()
H A Ddbdump.c198 azNew = sqlite3_realloc64(azCol, nAlloc*sizeof(azCol[0])); in tableColumnList()
H A Dfileio.c700 FsdirLevel *aNew = (FsdirLevel*)sqlite3_realloc64(pCur->aLvl, nByte); in fsdirNext()
/sqlite-3.40.0/src/
H A Dloadext.c405 sqlite3_realloc64,
787 aNew = sqlite3_realloc64(wsdAutoext.aExt, nByte); in sqlite3_auto_extension()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_buffer.c25 pNew = sqlite3_realloc64(pBuf->p, nNew); in sqlite3Fts5BufferSize()
H A Dfts5_test_tok.c338 aNew = (Fts5tokRow*)sqlite3_realloc64(pCsr->aRow, nNew*sizeof(Fts5tokRow)); in fts5tokCb()
H A Dfts5_expr.c1614 pRet = (Fts5ExprNearset*)sqlite3_realloc64(pNear, nByte); in sqlite3Fts5ParseNearset()
1698 pNew = (Fts5ExprPhrase*)sqlite3_realloc64(pPhrase, in fts5ParseTokenize()
1752 apNew = (Fts5ExprPhrase**)sqlite3_realloc64(pParse->apPhrase, nByte); in parseGrowPhraseArray()
1971 pNew = sqlite3_realloc64(p, sizeof(Fts5Colset) + sizeof(int)*nCol); in fts5ParseColset()
H A Dfts5_hash.c325 pNew = (Fts5HashEntry*)sqlite3_realloc64(p, nNew); in sqlite3Fts5HashWrite()
H A Dfts5_aux.c271 aNew = (int*)sqlite3_realloc64(p->aFirst, nNew*sizeof(int)); in fts5SentenceFinderAdd()
/sqlite-3.40.0/test/
H A Ddbfuzz.c461 zNew = sqlite3_realloc64(p->z, nNew); in StrAppend()
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c235 aNew = sqlite3_realloc64(s.a, s.nAlloc*sizeof(GeoCoord)*2 ); in geopolyParseJson()
660 pOut = sqlite3_realloc64(p, GEOPOLY_SZ(4)); in geopolyBBox()

12