• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/libxml2-26/libxml2/

Lines Matching refs:URI

522     xmlChar *URI;
531 URI = xmlBuildURI(systemId, (const xmlChar *) base);
538 ret = xmlLoadExternalEntity((const char *) URI,
540 if (URI != NULL)
541 xmlFree(URI);
605 val = xmlParseCtxtExternalEntity(ctxt, ret->URI,
682 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
683 xmlChar *URI;
691 URI = xmlBuildURI(systemId, (const xmlChar *) base);
692 ent->URI = URI;
701 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
702 xmlChar *URI;
710 URI = xmlBuildURI(systemId, (const xmlChar *) base);
711 ent->URI = URI;
918 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
919 xmlChar *URI;
927 URI = xmlBuildURI(systemId, (const xmlChar *) base);
928 ent->URI = URI;
938 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
939 xmlChar *URI;
947 URI = xmlBuildURI(systemId, (const xmlChar *) base);
948 ent->URI = URI;
1191 "xmlns: %s not a valid URI\n", val);
1196 "xmlns: URI %s is not absolute\n", val);
1255 "xmlns:%s: %s not a valid URI\n", name, value);
1259 "xmlns:%s: URI %s is not absolute\n", name, value);
1951 * @URI: the attribute namespace name if available
2220 * @URI: the element namespace name if available
2222 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2225 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
2236 const xmlChar *URI,
2273 if ((prefix != NULL) && (URI == NULL)) {
2351 if ((URI != NULL) && (prefix == pref))
2398 if ((URI != NULL) && (ret->ns == NULL)) {
2480 * @URI: the element namespace name if available
2489 const xmlChar * URI ATTRIBUTE_UNUSED)