Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
186 if (!ctx->sdl->types) { in load_schema()
351 if (sdl->encoders == NULL) { in schema_simpleType()
1141 if (sdl->groups == NULL) { in schema_group()
1406 if (sdl->encoders == NULL) { in schema_complexType()
1565 if (sdl->elements == NULL) { in schema_element()
1569 addHash = sdl->elements; in schema_element()
2307 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2321 if (sdl->elements) { in schema_pass2()
2326 if (sdl->groups) { in schema_pass2()
[all …]
H A Dphp_sdl.c734 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
735 memset(ctx.sdl, 0, sizeof(sdl)); in load_wsdl()
1544 sdlPtr sdl; in get_sdl_from_cache() local
1596 sdl = emalloc(sizeof(*sdl)); in get_sdl_from_cache()
1597 memset(sdl, 0, sizeof(*sdl)); in get_sdl_from_cache()
1791 return sdl; in get_sdl_from_cache()
3129 sdlPtr sdl; member
3338 if (sdl) { in get_sdl()
3350 if (sdl) { in get_sdl()
3358 if (sdl) { in get_sdl()
[all …]
H A Dphp_sdl.h65 sdlPtr sdl; member
256 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const xmlChar *type);
257 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type);
258 encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, int len);
260 sdlBindingPtr get_binding_from_type(sdlPtr sdl, sdlBindingType type);
261 sdlBindingPtr get_binding_from_name(sdlPtr sdl, char *name, char *ns);
H A Dsoap.c1302 SOAP_GLOBAL(sdl) = service->sdl;
1869 sdlPtr sdl = NULL; local
2167 sdlPtr sdl = NULL; local
2216 SOAP_GLOBAL(sdl) = sdl;
2512 sdlPtr sdl; local
2520 if (sdl) {
2538 sdlPtr sdl; local
2546 if (sdl) {
2551 if (sdl->types) {
4028 if (sdl != NULL) {
[all …]
H A Dphp_soap.h48 typedef struct _sdl sdl, *sdlPtr; typedef
79 sdlPtr sdl; member
161 sdlPtr sdl; variable
H A Dphp_encoding.c271 if (sdl && sdl->encoders) { in find_encoder_by_type_name()
274 ZEND_HASH_FOREACH_PTR(sdl->encoders, enc) { in find_encoder_by_type_name()
461 if (SOAP_GLOBAL(sdl)) { in master_to_xml_int()
462 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, ZSTR_VAL(type_name)); in master_to_xml_int()
1389 model_to_zval_object(ret, tmp, data, sdl); in model_to_zval_object()
1409 sdlPtr sdl; in to_zval_object_ex() local
1426 sdl = SOAP_GLOBAL(sdl); in to_zval_object_ex()
1516 model_to_zval_object(ret, sdlType->model, data, sdl); in to_zval_object_ex()
2313 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, value); in to_xml_array()
2553 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, type); in to_zval_array()
[all …]
H A Dsoap.stub.php521 private $sdl = null; variable in SoapClient

Completed in 55 milliseconds