Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
171 if (!ctx->sdl->types) { in load_schema()
336 if (sdl->encoders == NULL) { in schema_simpleType()
1129 if (sdl->groups == NULL) { in schema_group()
1394 if (sdl->encoders == NULL) { in schema_complexType()
1556 if (sdl->elements == NULL) { in schema_element()
1560 addHash = sdl->elements; in schema_element()
2298 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2312 if (sdl->elements) { in schema_pass2()
2317 if (sdl->groups) { in schema_pass2()
[all …]
H A Dphp_sdl.c183 …} else if (sdl && sdl->encoders && (enc = zend_hash_str_find_ptr(sdl->encoders, nscat, len)) != NU… in get_encoder_ex()
709 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
710 memset(ctx.sdl, 0, sizeof(sdl)); in load_wsdl()
1522 sdlPtr sdl; in get_sdl_from_cache() local
1574 sdl = emalloc(sizeof(*sdl)); in get_sdl_from_cache()
1575 memset(sdl, 0, sizeof(*sdl)); in get_sdl_from_cache()
1769 return sdl; in get_sdl_from_cache()
3108 sdlPtr sdl; member
3317 if (sdl) { in get_sdl()
3329 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, size_t len);
260 void delete_sdl(sdl *handle);
H A Dphp_soap.h46 typedef struct _sdl sdl, *sdlPtr; typedef
77 sdlPtr sdl; member
159 sdlPtr sdl; variable
269 sdl *sdl; member
H A Dsoap.c269 if (sdl_obj->sdl) { in soap_sdl_object_free()
1394 SOAP_GLOBAL(sdl) = service->sdl; in PHP_METHOD()
1950 sdlPtr sdl = NULL; in PHP_METHOD() local
2156 sdl_object->sdl = sdl; in PHP_METHOD()
2292 sdl = Z_SOAP_SDL_P(tmp)->sdl; in do_soap_call()
2304 SOAP_GLOBAL(sdl) = sdl; in do_soap_call()
2604 sdl *sdl; in PHP_METHOD() local
2607 if (sdl) { in PHP_METHOD()
2629 sdl *sdl; in PHP_METHOD() local
2632 if (sdl) { in PHP_METHOD()
[all …]
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()
465 if (SOAP_GLOBAL(sdl)) { in master_to_xml_int()
466 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, ZSTR_VAL(type_name)); in master_to_xml_int()
1358 model_to_zval_object(ret, tmp, data, sdl); in model_to_zval_object()
1378 sdlPtr sdl; in to_zval_object_ex() local
1399 sdl = SOAP_GLOBAL(sdl); in to_zval_object_ex()
1489 model_to_zval_object(ret, sdlType->model, data, sdl); in to_zval_object_ex()
2286 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, value); in to_xml_array()
2526 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, type); in to_zval_array()
[all …]
H A Dsoap.stub.php539 private ?Soap\Sdl $sdl = null; variable in SoapClient
/php-src/
H A DUPGRADING144 . SoapClient::$sdl is now a Soap\Sdl object rather than a resource.
145 Checks using is_resource() (i.e. is_resource($client->sdl)) should be
146 replaced with checks for null (i.e. $client->sdl !== null).

Completed in 82 milliseconds