Home | History | Annotate | Download | only in libxml2

Lines Matching defs:URL

605     const xmlChar *URL;
2083 file = (const char *) vctxt->doc->URL;
9964 * @URL: the location of the schema
9973 xmlSchemaNewParserCtxtUseDict(const char *URL, xmlDictPtr dict)
9982 if (URL != NULL)
9983 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1);
10254 URI = xmlBuildURI(location, ctxtNode->doc->URL);
10524 if (schemaDoc->URL != NULL)
10526 schemaDoc->URL, -1);
10557 doc->URL = xmlStrdup(schemaLocation);
10905 uri = xmlBuildURI(*schemaLocation, node->doc->URL);
10926 if (xmlStrEqual(*schemaLocation, pctxt->URL)) {
12440 * @URL: the location of the schema
12448 xmlSchemaNewParserCtxt(const char *URL)
12452 if (URL == NULL)
12459 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
18006 type->node->doc->URL,
21335 ctxt->URL, ctxt->doc, ctxt->buffer, ctxt->size, NULL,
21344 if (ctxt->URL)
21348 ctxt->URL, NULL);