Searched refs:docListEnd (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 171 static char *docListEnd(DocList *d){ in docListEnd() function 225 return pReader->p >= docListEnd(pReader->pDoclist); in readerAtEnd() 311 memmove(p, reader.p, docListEnd(d) - reader.p); in docListUpdate() 324 memmove(p+pUpdate->nData, p, docListEnd(d) - p); in docListUpdate() 345 docListInit(d2, d->iType, reader.p, docListEnd(d) - reader.p); in docListSplit()
|
| H A D | fts1.c | 283 static char *docListEnd(DocList *d){ in docListEnd() function 391 return pReader->pDoclist==0 || (pReader->p >= docListEnd(pReader->pDoclist)); in atEnd() 606 memmove(pTarget+nSource, pTarget+nTarget, docListEnd(d)-(pTarget+nTarget)); in docListSpliceElement() 614 memmove(pTarget+nSource, pTarget+nTarget, docListEnd(d)-(pTarget+nTarget)); in docListSpliceElement()
|