Home
last modified time | relevance | path

Searched refs:restType (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/soap/
H A Dphp_schema.c30 static int schema_restriction_simpleContent(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr restType, sdlTyp…
31 static int schema_restriction_complexContent(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr restType, sdlTy…
638 static int schema_restriction_simpleContent(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr restType, sdlTyp… in schema_restriction_simpleContent() argument
643 base = get_attribute(restType->properties, "base"); in schema_restriction_simpleContent()
649 nsptr = xmlSearchNs(restType->doc, restType, BAD_CAST(ns)); in schema_restriction_simpleContent()
664 trav = restType->children; in schema_restriction_simpleContent()
743 static int schema_restriction_complexContent(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr restType, sdlTy… in schema_restriction_complexContent() argument
748 base = get_attribute(restType->properties, "base"); in schema_restriction_complexContent()
754 nsptr = xmlSearchNs(restType->doc, restType, BAD_CAST(ns)); in schema_restriction_complexContent()
764 trav = restType->children; in schema_restriction_complexContent()

Completed in 9 milliseconds