Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
165 if (!ctx->sdl->types) { in load_schema()
330 if (sdl->encoders == NULL) { in schema_simpleType()
1120 if (sdl->groups == NULL) { in schema_group()
1385 if (sdl->encoders == NULL) { in schema_complexType()
1544 if (sdl->elements == NULL) { in schema_element()
1548 addHash = sdl->elements; in schema_element()
2286 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2300 if (sdl->elements) { in schema_pass2()
2305 if (sdl->groups) { in schema_pass2()
[all …]
H A Dphp_sdl.c732 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
733 memset(ctx.sdl, 0, sizeof(sdl)); in load_wsdl()
1542 sdlPtr sdl; in get_sdl_from_cache() local
1594 sdl = emalloc(sizeof(*sdl)); in get_sdl_from_cache()
1595 memset(sdl, 0, sizeof(*sdl)); in get_sdl_from_cache()
1789 return sdl; in get_sdl_from_cache()
3127 sdlPtr sdl; member
3336 if (sdl) { in get_sdl()
3348 if (sdl) { in get_sdl()
3356 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.c1295 SOAP_GLOBAL(sdl) = service->sdl;
1862 sdlPtr sdl = NULL; local
2160 sdlPtr sdl = NULL; local
2209 SOAP_GLOBAL(sdl) = sdl;
2505 sdlPtr sdl; local
2513 if (sdl) {
2531 sdlPtr sdl; local
2539 if (sdl) {
2544 if (sdl->types) {
4021 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.c270 if (sdl && sdl->encoders) { in find_encoder_by_type_name()
273 ZEND_HASH_FOREACH_PTR(sdl->encoders, enc) { in find_encoder_by_type_name()
457 if (SOAP_GLOBAL(sdl)) { in master_to_xml_int()
458 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, ZSTR_VAL(type_name)); in master_to_xml_int()
1350 model_to_zval_object(ret, tmp, data, sdl); in model_to_zval_object()
1370 sdlPtr sdl; in to_zval_object_ex() local
1386 sdl = SOAP_GLOBAL(sdl); in to_zval_object_ex()
1476 model_to_zval_object(ret, sdlType->model, data, sdl); in to_zval_object_ex()
2273 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, value); in to_xml_array()
2506 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 57 milliseconds