Home | History | Annotate | Download | only in libxml2

Lines Matching defs:URL

605     const xmlChar *URL;
2076 file = (const char *) vctxt->doc->URL;
9943 * @URL: the location of the schema
9952 xmlSchemaNewParserCtxtUseDict(const char *URL, xmlDictPtr dict)
9961 if (URL != NULL)
9962 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1);
10233 URI = xmlBuildURI(location, ctxtNode->doc->URL);
10491 if (schemaDoc->URL != NULL)
10493 schemaDoc->URL, -1);
10524 doc->URL = schemaLocation;
10872 uri = xmlBuildURI(*schemaLocation, node->doc->URL);
10893 if (xmlStrEqual(*schemaLocation, pctxt->URL)) {
12406 * @URL: the location of the schema
12414 xmlSchemaNewParserCtxt(const char *URL)
12418 if (URL == NULL)
12425 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
17906 type->node->doc->URL,
21235 ctxt->URL, ctxt->doc, ctxt->buffer, ctxt->size, NULL,
21244 if (ctxt->URL)
21248 ctxt->URL, NULL);