Searched refs:nTarget (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c587 int nTarget, found; local
595 nTarget = r->p-pTarget;
597 nTarget = 0;
601 ** If nTarget==nSource, we should not move any memory nor realloc.
602 ** If nTarget>nSource, trim target and realloc.
603 ** If nTarget<nSource, realloc then expand target.
605 if( nTarget>nSource ){
606 memmove(pTarget+nSource, pTarget+nTarget, docListEnd(d)-(pTarget+nTarget));
608 if( nTarget!
[all...]

Completed in 165 milliseconds