Lines Matching refs:doc

104 		xmlDocPtr doc;  in schema_load_file()  local
109 doc = soap_xmlParseFile((char*)location); in schema_load_file()
112 if (doc == NULL) { in schema_load_file()
115 schema = get_node(doc->children, "schema"); in schema_load_file()
117 xmlFreeDoc(doc); in schema_load_file()
123 xmlFreeDoc(doc); in schema_load_file()
127 xmlFreeDoc(doc); in schema_load_file()
137 xmlFreeDoc(doc); in schema_load_file()
141 zend_hash_str_add_ptr(&ctx->docs, (char*)location, xmlStrlen(location), doc); in schema_load_file()
200 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema()
203 uri = xmlBuildURI(location->children->content, trav->doc->URL); in load_schema()
220 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema()
223 uri = xmlBuildURI(location->children->content, trav->doc->URL); in load_schema()
248 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema()
251 uri = xmlBuildURI(location->children->content, trav->doc->URL); in load_schema()
428 nsptr = xmlSearchNs(listType->doc, listType, BAD_CAST(ns)); in schema_list()
524 nsptr = xmlSearchNs(unionType->doc, unionType, BAD_CAST(ns)); in schema_union()
655 nsptr = xmlSearchNs(restType->doc, restType, BAD_CAST(ns)); in schema_restriction_simpleContent()
760 nsptr = xmlSearchNs(restType->doc, restType, BAD_CAST(ns)); in schema_restriction_complexContent()
885 nsptr = xmlSearchNs(extType->doc, extType, BAD_CAST(ns)); in schema_extension_simpleContent()
940 nsptr = xmlSearchNs(extType->doc, extType, BAD_CAST(ns)); in schema_extension_complexContent()
1089 nsptr = xmlSearchNs(groupType->doc, groupType, BAD_CAST(ns)); in schema_group()
1527 nsptr = xmlSearchNs(element->doc, element, BAD_CAST(ns)); in schema_element()
1675 nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns)); in schema_element()
1759 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(ns)); in schema_attribute()
1823 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns)); in schema_attribute()
1875 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in schema_attribute()
2008 nsptr = xmlSearchNs(attrGroup->doc, attrGroup, BAD_CAST(ns)); in schema_attributeGroup()