Searched refs:get_encoder_from_prefix (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_sdl.h | 259 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const xmlChar *type);
|
H A D | php_sdl.c | 49 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_encoder_from_prefix() function 513 h->encode = get_encoder_from_prefix(ctx->sdl, part, tmp->children->content); in wsdl_soap_binding_header() 713 param->encode = get_encoder_from_prefix(ctx->sdl, part, type->children->content); in wsdl_message()
|
H A D | php_encoding.c | 604 encodePtr enc = get_encoder_from_prefix(SOAP_GLOBAL(sdl), data, type_attr->children->content); in master_to_zval() 2924 enc = get_encoder_from_prefix(SOAP_GLOBAL(sdl), data, tmpattr->children->content); in guess_zval_convert()
|
Completed in 21 milliseconds