get_encoder_ex    416 soap/php_encoding.c 				enc = get_encoder_ex(SOAP_GLOBAL(sdl), Z_STRVAL_PP(zstype), Z_STRLEN_PP(zstype));
get_encoder_ex   3718 soap/php_encoding.c 			enc = get_encoder_ex(SOAP_GLOBAL(sdl), array_type.c, array_type.len);
get_encoder_ex     60 soap/php_sdl.c 			enc = get_encoder_ex(sdl, cptype, strlen(cptype));
get_encoder_ex     63 soap/php_sdl.c 		enc = get_encoder_ex(sdl, (char*)type, xmlStrlen(type));
get_encoder_ex    124 soap/php_sdl.c 	enc = get_encoder_ex(sdl, nscat, len);
get_encoder_ex    143 soap/php_sdl.c 		enc = get_encoder_ex(NULL, enc_nscat, enc_len);
get_encoder_ex   1441 soap/php_sdl.c 			real_enc = get_encoder_ex(NULL, enc_nscat, enc_len);
get_encoder_ex    261 soap/php_sdl.h encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, int len);
get_encoder_ex   1003 soap/soap.c    				enc = get_encoder_ex(sdl, type_name, strlen(type_name));