Home | History | Annotate | Download | only in libxml2

Lines Matching refs:FILE

2036 	    const char *file = NULL;
2063 file = vctxt->parserCtxt->input->filename;
2076 file = (const char *) vctxt->doc->URL;
2079 file = vctxt->parserCtxt->input->filename;
2083 error, errorLevel, file, line,
4146 xmlSchemaTypeDump(xmlSchemaTypePtr type, FILE * output); /* forward */
4151 * @output: the file output
4156 xmlSchemaElementDump(xmlSchemaElementPtr elem, FILE * output,
4235 * @output: the file output
4241 xmlSchemaAnnotDump(FILE * output, xmlSchemaAnnotPtr annot)
4259 * @output: the file output
4265 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth)
4333 * @output: the file output
4338 xmlSchemaAttrUsesDump(xmlSchemaItemListPtr uses, FILE * output)
4376 * @output: the file output
4382 xmlSchemaTypeDump(xmlSchemaTypePtr type, FILE * output)
4477 * @output: the file output
4483 xmlSchemaDump(FILE * output, xmlSchemaPtr schema)
4517 xmlSchemaDebugDumpIDCTable(FILE * output,
9946 * Create an XML Schemas parse context for that file/resource expected
9947 * to contain an XML Schemas file.
10527 /* Parse from file. */
12421 * Create an XML Schemas parse context for that file/resource expected
12422 * to contain an XML Schemas file.
12448 * to contain an XML Schemas file.