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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1012 ** plwTerminate - add any necessary doclist terminator.
1014 ** Calling plwAdd() after plwTerminate() may result in a corrupt
1047 /* Ban plwAdd() after plwTerminate(). */
1102 static void plwTerminate(PLWriter *pWriter){ function
1133 /* TODO(shess) This could also be done by calling plwTerminate() and
1137 ** percentage of the plwTerminate() calls will cause a realloc), so
1151 plwTerminate(&pCollector->plw);
1222 plwTerminate(&plWriter);
1439 plwTerminate(&writer);
1571 plwTerminate(
[all...]

Completed in 52 milliseconds