Home
last modified time | relevance | path

Searched refs:sdlCtx (Results 1 – 4 of 4) sorted by path

/php-src/ext/soap/
H A Dphp_schema.c37 …chema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx);
38 …_attributeGroup(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx);
44 static void schema_type_fixup(sdlCtx *ctx, sdlTypePtr type);
101 static void schema_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *location, xmlAttrPtr tns, int imp… in schema_load_file()
166 int load_schema(sdlCtx *ctx, xmlNodePtr schema) in load_schema()
1737 …schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx) in schema_attribute()
2093 static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) in schema_attribute_fixup()
2141 static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht) in schema_attributegroup_fixup()
2192 static void schema_content_model_fixup(sdlCtx *ctx, sdlContentModelPtr model) in schema_content_model_fixup()
2237 static void schema_type_fixup(sdlCtx *ctx, sdlTypePtr type) in schema_type_fixup()
[all …]
H A Dphp_schema.h22 int load_schema(sdlCtx *ctx, xmlNodePtr schema);
23 void schema_pass2(sdlCtx *ctx);
H A Dphp_sdl.c236 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri) in sdl_set_uri_credentials()
316 void sdl_restore_uri_credentials(sdlCtx *ctx) in sdl_restore_uri_credentials()
328 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include) in load_wsdl_ex()
456 static sdlSoapBindingFunctionHeaderPtr wsdl_soap_binding_header(sdlCtx* ctx, xmlNodePtr header, cha… in wsdl_soap_binding_header()
568 static void wsdl_soap_binding_body(sdlCtx* ctx, xmlNodePtr node, char* wsdl_soap_namespace, sdlSoap… in wsdl_soap_binding_body()
668 static HashTable* wsdl_message(sdlCtx *ctx, xmlChar* message_name) in wsdl_message()
737 sdlCtx ctx; in load_wsdl()
H A Dphp_sdl.h64 typedef struct sdlCtx { struct
78 } sdlCtx; typedef
266 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri);
267 void sdl_restore_uri_credentials(sdlCtx *ctx);

Completed in 29 milliseconds