ptr_map 2406 ext/soap/php_sdl.c static void make_persistent_sdl_type_ref(sdlTypePtr *type, HashTable *ptr_map, HashTable *bp_types) ptr_map 2410 ext/soap/php_sdl.c if ((tmp = zend_hash_str_find_ptr(ptr_map, (char *)type, sizeof(sdlTypePtr))) != NULL) { ptr_map 2418 ext/soap/php_sdl.c static void make_persistent_sdl_encoder_ref(encodePtr *enc, HashTable *ptr_map, HashTable *bp_encoders) ptr_map 2427 ext/soap/php_sdl.c if ((tmp = zend_hash_str_find_ptr(ptr_map, (char *)enc, sizeof(encodePtr))) != NULL) { ptr_map 2435 ext/soap/php_sdl.c static HashTable* make_persistent_sdl_function_headers(HashTable *headers, HashTable *ptr_map) ptr_map 2459 ext/soap/php_sdl.c if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pheader->encode, sizeof(encodePtr))) == NULL) { ptr_map 2465 ext/soap/php_sdl.c if ((ptype = zend_hash_str_find_ptr(ptr_map, (char*)&pheader->element, sizeof(sdlTypePtr))) == NULL) { ptr_map 2472 ext/soap/php_sdl.c pheader->headerfaults = make_persistent_sdl_function_headers(pheader->headerfaults, ptr_map); ptr_map 2487 ext/soap/php_sdl.c static void make_persistent_sdl_soap_body(sdlSoapBindingFunctionBodyPtr body, HashTable *ptr_map) ptr_map 2494 ext/soap/php_sdl.c body->headers = make_persistent_sdl_function_headers(body->headers, ptr_map); ptr_map 2499 ext/soap/php_sdl.c static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) ptr_map 2520 ext/soap/php_sdl.c if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pparam->encode, sizeof(encodePtr))) == NULL) { ptr_map 2526 ext/soap/php_sdl.c if ((ptype = zend_hash_str_find_ptr(ptr_map, (char*)&pparam->element, sizeof(sdlTypePtr))) == NULL) { ptr_map 2543 ext/soap/php_sdl.c static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr func, HashTable *faults, HashTable *ptr_map) ptr_map 2561 ext/soap/php_sdl.c pfault->details = make_persistent_sdl_parameters(pfault->details, ptr_map); ptr_map 2589 ext/soap/php_sdl.c static sdlAttributePtr make_persistent_sdl_attribute(sdlAttributePtr attr, HashTable *ptr_map, HashTable *bp_types, HashTable *bp_encoders) ptr_map 2617 ext/soap/php_sdl.c make_persistent_sdl_encoder_ref(&pattr->encode, ptr_map, bp_encoders); ptr_map 2648 ext/soap/php_sdl.c static sdlContentModelPtr make_persistent_sdl_model(sdlContentModelPtr model, HashTable *ptr_map, HashTable *bp_types, HashTable *bp_encoders) ptr_map 2660 ext/soap/php_sdl.c make_persistent_sdl_type_ref(&pmodel->u.element, ptr_map, bp_types); ptr_map 2671 ext/soap/php_sdl.c pcontent = make_persistent_sdl_model(tmp, ptr_map, bp_types, bp_encoders); ptr_map 2684 ext/soap/php_sdl.c make_persistent_sdl_type_ref(&pmodel->u.group, ptr_map, bp_types); ptr_map 2696 ext/soap/php_sdl.c static sdlTypePtr make_persistent_sdl_type(sdlTypePtr type, HashTable *ptr_map, HashTable *bp_types, HashTable *bp_encoders) ptr_map 2724 ext/soap/php_sdl.c make_persistent_sdl_encoder_ref(&ptype->encode, ptr_map, bp_encoders); ptr_map 2780 ext/soap/php_sdl.c pelem = make_persistent_sdl_type(tmp, ptr_map, bp_types, bp_encoders); ptr_map 2787 ext/soap/php_sdl.c zend_hash_str_add_ptr(ptr_map, (char*)&tmp, sizeof(tmp), pelem); ptr_map 2798 ext/soap/php_sdl.c pattr = make_persistent_sdl_attribute(tmp, ptr_map, bp_types, bp_encoders); ptr_map 2809 ext/soap/php_sdl.c ptype->model = make_persistent_sdl_model(ptype->model, ptr_map, bp_types, bp_encoders); ptr_map 2815 ext/soap/php_sdl.c static encodePtr make_persistent_sdl_encoder(encodePtr enc, HashTable *ptr_map, HashTable *bp_types, HashTable *bp_encoders) ptr_map 2832 ext/soap/php_sdl.c make_persistent_sdl_type_ref(&penc->details.sdl_type, ptr_map, bp_types); ptr_map 2838 ext/soap/php_sdl.c static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, HashTable *ptr_map) ptr_map 2866 ext/soap/php_sdl.c static sdlFunctionPtr make_persistent_sdl_function(sdlFunctionPtr func, HashTable *ptr_map) ptr_map 2888 ext/soap/php_sdl.c if ((tmp = zend_hash_str_find_ptr(ptr_map, (char*)&pfunc->binding, sizeof(pfunc->binding))) == NULL) { ptr_map 2902 ext/soap/php_sdl.c make_persistent_sdl_soap_body(&soap_binding->input, ptr_map); ptr_map 2903 ext/soap/php_sdl.c make_persistent_sdl_soap_body(&soap_binding->output, ptr_map); ptr_map 2908 ext/soap/php_sdl.c pfunc->requestParameters = make_persistent_sdl_parameters(pfunc->requestParameters, ptr_map); ptr_map 2911 ext/soap/php_sdl.c pfunc->responseParameters = make_persistent_sdl_parameters(pfunc->responseParameters, ptr_map); ptr_map 2914 ext/soap/php_sdl.c pfunc->faults = make_persistent_sdl_function_faults(pfunc, pfunc->faults, ptr_map); ptr_map 2924 ext/soap/php_sdl.c HashTable ptr_map; ptr_map 2930 ext/soap/php_sdl.c zend_hash_init(&ptr_map, 0, NULL, NULL, 0); ptr_map 2950 ext/soap/php_sdl.c ptype = make_persistent_sdl_type(tmp, &ptr_map, &bp_types, &bp_encoders); ptr_map 2957 ext/soap/php_sdl.c zend_hash_str_add_ptr(&ptr_map, (char*)&tmp, sizeof(tmp), ptype); ptr_map 2969 ext/soap/php_sdl.c ptype = make_persistent_sdl_type(tmp, &ptr_map, &bp_types, &bp_encoders); ptr_map 2976 ext/soap/php_sdl.c zend_hash_str_add_ptr(&ptr_map, (char*)&tmp, sizeof(tmp), ptype); ptr_map 2988 ext/soap/php_sdl.c ptype = make_persistent_sdl_type(tmp, &ptr_map, &bp_types, &bp_encoders); ptr_map 2995 ext/soap/php_sdl.c zend_hash_str_add_ptr(&ptr_map, (char*)&tmp, sizeof(tmp), ptype); ptr_map 3007 ext/soap/php_sdl.c penc = make_persistent_sdl_encoder(tmp, &ptr_map, &bp_types, &bp_encoders); ptr_map 3014 ext/soap/php_sdl.c zend_hash_str_add_ptr(&ptr_map, (char*)&tmp, sizeof(tmp), penc); ptr_map 3023 ext/soap/php_sdl.c if ((ptype = zend_hash_str_find_ptr(&ptr_map, (char*)tmp, sizeof(*tmp))) == NULL) { ptr_map 3033 ext/soap/php_sdl.c if ((penc = zend_hash_str_find_ptr(&ptr_map, (char*)tmp, sizeof(*tmp))) == NULL) { ptr_map 3049 ext/soap/php_sdl.c pbind = make_persistent_sdl_binding(tmp, &ptr_map); ptr_map 3056 ext/soap/php_sdl.c zend_hash_str_add_ptr(&ptr_map, (char*)&tmp, sizeof(tmp), pbind); ptr_map 3066 ext/soap/php_sdl.c pfunc = make_persistent_sdl_function(tmp, &ptr_map); ptr_map 3073 ext/soap/php_sdl.c zend_hash_str_add_ptr(&ptr_map, (char*)&tmp, sizeof(tmp), pfunc); ptr_map 3087 ext/soap/php_sdl.c if ((preq = zend_hash_str_find_ptr(&ptr_map, (char*)&tmp, sizeof(tmp))) == NULL) { ptr_map 3098 ext/soap/php_sdl.c zend_hash_destroy(&ptr_map);