Searched refs:sdl (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/soap/ |
H A D | php_schema.c | 51 if (sdl->encoders == NULL) { in create_encoder() 208 if (!ctx->sdl->types) { in load_schema() 350 if (sdl->encoders == NULL) { in schema_simpleType() 1143 if (sdl->groups == NULL) { in schema_group() 1408 if (sdl->encoders == NULL) { in schema_complexType() 1570 if (sdl->elements == NULL) { in schema_element() 1574 addHash = sdl->elements; in schema_element() 2312 sdlPtr sdl = ctx->sdl; in schema_pass2() local 2326 if (sdl->elements) { in schema_pass2() 2331 if (sdl->groups) { in schema_pass2() [all …]
|
H A D | php_sdl.c | 182 …} else if (sdl && sdl->encoders && (enc = zend_hash_str_find_ptr(sdl->encoders, nscat, len)) != NU… in get_encoder_ex() 696 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl() 697 memset(ctx.sdl, 0, sizeof(sdl)); in load_wsdl() 1509 sdlPtr sdl; in get_sdl_from_cache() local 1561 sdl = emalloc(sizeof(*sdl)); in get_sdl_from_cache() 1562 memset(sdl, 0, sizeof(*sdl)); in get_sdl_from_cache() 1756 return sdl; in get_sdl_from_cache() 3095 sdlPtr sdl; member 3304 if (sdl) { in get_sdl() 3316 if (sdl) { in get_sdl() [all …]
|
H A D | php_sdl.h | 65 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 D | php_soap.h | 44 typedef struct _sdl sdl, *sdlPtr; typedef 75 sdlPtr sdl; member 160 sdlPtr sdl; variable 269 sdl *sdl; member
|
H A D | soap.c | 278 if (sdl_obj->sdl) { in soap_sdl_object_free() 1418 SOAP_GLOBAL(sdl) = service->sdl; in PHP_METHOD() 2195 sdl_object->sdl = sdl; in PHP_METHOD() 2330 sdl = Z_SOAP_SDL_P(tmp)->sdl; in do_soap_call() 2342 SOAP_GLOBAL(sdl) = sdl; in do_soap_call() 2678 sdl *sdl; in PHP_METHOD() local 2681 if (sdl) { in PHP_METHOD() 2703 sdl *sdl; in PHP_METHOD() local 2706 if (sdl) { in PHP_METHOD() 3107 if (!sdl) { in find_function_using_soap_action() [all …]
|
H A D | php_encoding.c | 272 if (sdl && sdl->encoders) { in find_encoder_by_type_name() 275 ZEND_HASH_FOREACH_PTR(sdl->encoders, enc) { in find_encoder_by_type_name() 469 if (SOAP_GLOBAL(sdl)) { in master_to_xml_int() 470 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, ZSTR_VAL(type_name)); in master_to_xml_int() 1397 model_to_zval_object(ret, tmp, data, sdl); in model_to_zval_object() 1417 sdlPtr sdl; in to_zval_object_ex() local 1439 sdl = SOAP_GLOBAL(sdl); in to_zval_object_ex() 1537 model_to_zval_object(ret, sdlType->model, data, sdl); in to_zval_object_ex() 2346 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, value); in to_xml_array() 2586 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, type); in to_zval_array() [all …]
|
H A D | soap.stub.php | 542 private ?Soap\Sdl $sdl = null; variable in SoapClient
|
Completed in 75 milliseconds