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

/haiku-fatelf/src/bin/bfs_tools/
H A Dchkindex.cpp364 checkIndex(Disk &disk,char *attribute,block_run &run,bool collect) function
510 checkIndex(disk,name,run,false);
513 checkIndex(disk,attribute,run,true);
/haiku-fatelf/src/tools/docbook/libxml2/
H A DHTMLparser.c4238 ctxt->checkIndex = 0;
4401 * This function has a side effect of (possibly) incrementing ctxt->checkIndex
4421 if (ctxt->checkIndex > base)
4422 base = ctxt->checkIndex;
4459 ctxt->checkIndex = 0;
4477 ctxt->checkIndex = base;
4813 ctxt->checkIndex = 0;
4909 ctxt->checkIndex = 0;
4927 ctxt->checkIndex = 0;
4948 ctxt->checkIndex
[all...]
H A Dparser.c9310 * This function has a side effect of (possibly) incrementing ctxt->checkIndex
9328 if (ctxt->checkIndex > base)
9329 base = ctxt->checkIndex;
9348 ctxt->checkIndex = 0;
9366 ctxt->checkIndex = base;
9580 ctxt->checkIndex = 0;
9927 ctxt->checkIndex = 0;
10000 ctxt->checkIndex = 0;
10022 ctxt->checkIndex = 0;
10224 if (ctxt->checkIndex > bas
[all...]
H A DparserInternals.c1653 ctxt->checkIndex = 0;
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dparser.h232 long checkIndex; /* used by progressive parsing lookup */ member in struct:_xmlParserCtxt

Completed in 136 milliseconds