• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/

Lines Matching refs:URI

496     xmlChar *URI;
505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
512 ret = xmlLoadExternalEntity((const char *) URI,
514 if (URI != NULL)
515 xmlFree(URI);
578 val = xmlParseCtxtExternalEntity(ctxt, ret->URI,
652 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
653 xmlChar *URI;
661 URI = xmlBuildURI(systemId, (const xmlChar *) base);
662 ent->URI = URI;
671 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
672 xmlChar *URI;
680 URI = xmlBuildURI(systemId, (const xmlChar *) base);
681 ent->URI = URI;
888 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
889 xmlChar *URI;
897 URI = xmlBuildURI(systemId, (const xmlChar *) base);
898 ent->URI = URI;
908 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
909 xmlChar *URI;
917 URI = xmlBuildURI(systemId, (const xmlChar *) base);
918 ent->URI = URI;
1161 "xmlns: %s not a valid URI\n", val);
1166 "xmlns: URI %s is not absolute\n", val);
1225 "xmlns:%s: %s not a valid URI\n", name, value);
1229 "xmlns:%s: URI %s is not absolute\n", name, value);
1913 * @URI: the attribute namespace name if available
2138 * @URI: the element namespace name if available
2140 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2143 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
2154 const xmlChar *URI,
2242 if ((URI != NULL) && (prefix == pref))
2285 if ((URI != NULL) && (ret->ns == NULL)) {
2342 * @URI: the element namespace name if available
2351 const xmlChar * URI ATTRIBUTE_UNUSED)