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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c968 xmlParserCtxtPtr parserCtxt; member in struct:_xmlSchemaValidCtxt
2052 (vctxt->parserCtxt != NULL) &&
2053 (vctxt->parserCtxt->input != NULL)) {
2054 file = vctxt->parserCtxt->input->filename;
2055 line = vctxt->parserCtxt->input->line;
2068 else if ((vctxt->parserCtxt != NULL) &&
2069 (vctxt->parserCtxt->input != NULL))
2070 file = vctxt->parserCtxt->input->filename;
10480 xmlParserCtxtPtr parserCtxt; local
10482 parserCtxt
[all...]

Completed in 104 milliseconds