Home
last modified time | relevance | path

Searched refs:dataBufferExpand (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts2/
H A Dfts2.c486 static void dataBufferExpand(DataBuffer *pBuffer, int nAddCapacity){ in dataBufferExpand() function
500 dataBufferExpand(pBuffer, nSource); in dataBufferAppend()
509 dataBufferExpand(pBuffer, nSource1+nSource2); in dataBufferAppend2()
1234 dataBufferExpand(out, n); in docListMerge()