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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c796 ** dlwInit - initialize to write a given type doclistto a buffer.
812 static void dlwInit(DLWriter *pWriter, DocListType iType, DataBuffer *b){ function
1163 dlwInit(&pCollector->dlw, iType, &pCollector->b);
1196 dlwInit(&dlWriter, iOutType, out);
1324 dlwInit(&writer, pReaders[0].iType, out);
1475 dlwInit(&writer, DL_DEFAULT, pOut);
1610 dlwInit(&writer, iType, pOut);
1657 dlwInit(&writer, DL_DOCIDS, pOut);
1710 dlwInit(&writer, DL_DOCIDS, pOut);
1770 dlwInit(
[all...]

Completed in 58 milliseconds