Home
last modified time | relevance | path

Searched refs:get_encoder_from_prefix (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/soap/
H A Dphp_sdl.h259 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const xmlChar *type);
H A Dphp_sdl.c50 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_encoder_from_prefix() function
509 h->encode = get_encoder_from_prefix(ctx->sdl, part, tmp->children->content); in wsdl_soap_binding_header()
706 param->encode = get_encoder_from_prefix(ctx->sdl, part, type->children->content); in wsdl_message()
H A Dphp_encoding.c590 encodePtr enc = get_encoder_from_prefix(SOAP_GLOBAL(sdl), data, type_attr->children->content); in master_to_zval()
2816 enc = get_encoder_from_prefix(SOAP_GLOBAL(sdl), data, tmpattr->children->content); in guess_zval_convert()

Completed in 35 milliseconds