Searched refs:SOAP_GLOBAL (Results 1 – 4 of 4) sorted by relevance
603 SOAP_GLOBAL(typemap) = NULL; in PHP_RINIT_FUNCTION()607 SOAP_GLOBAL(sdl) = NULL; in PHP_RINIT_FUNCTION()611 SOAP_GLOBAL(features) = 0; in PHP_RINIT_FUNCTION()612 SOAP_GLOBAL(ref_map) = NULL; in PHP_RINIT_FUNCTION()1128 cache_wsdl = SOAP_GLOBAL(cache_enabled) ? SOAP_GLOBAL(cache_mode) : 0; in PHP_METHOD()1635 old_sdl = SOAP_GLOBAL(sdl);1959 SOAP_GLOBAL(sdl) = old_sdl;2344 cache_wsdl = SOAP_GLOBAL(cache_enabled) ? SOAP_GLOBAL(cache_mode) : 0;2671 old_sdl = SOAP_GLOBAL(sdl);2672 SOAP_GLOBAL(sdl) = sdl;[all …]
297 if (SOAP_GLOBAL(ref_map)) { in soap_check_zval_ref()365 if (SOAP_GLOBAL(ref_map) && in soap_find_xml_ref()378 if (SOAP_GLOBAL(ref_map)) { in soap_check_xml_ref()492 if (SOAP_GLOBAL(sdl)) { in master_to_xml_int()493 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, type_name); in master_to_xml_int()546 if (SOAP_GLOBAL(typemap)) { in master_to_zval_int()1500 sdl = SOAP_GLOBAL(sdl); in to_zval_object_ex()2589 sdl = SOAP_GLOBAL(sdl); in to_zval_array()3211 if (SOAP_GLOBAL(sdl) && SOAP_GLOBAL(sdl)->elements && data->name) { in to_zval_any()3583 if (SOAP_GLOBAL(ref_map)) { in encode_reset_ns()[all …]
189 # define SOAP_GLOBAL(v) TSRMG(soap_globals_id, zend_soap_globals *, v) macro191 # define SOAP_GLOBAL(v) (soap_globals.v)
3193 char* old_error_code = SOAP_GLOBAL(error_code); in get_sdl()3216 if (p->time < t - SOAP_GLOBAL(cache_ttl)) { in get_sdl()3230 int len = strlen(SOAP_GLOBAL(cache_dir)); in get_sdl()3241 memcpy(key,SOAP_GLOBAL(cache_dir),len); in get_sdl()3343 SOAP_GLOBAL(error_code) = "WSDL"; in get_sdl()3350 SOAP_GLOBAL(error_code) = old_error_code; in get_sdl()3370 if (SOAP_GLOBAL(mem_cache) == NULL) { in get_sdl()3371 SOAP_GLOBAL(mem_cache) = malloc(sizeof(HashTable)); in get_sdl()3373 } else if (SOAP_GLOBAL(cache_limit) > 0 && in get_sdl()3374 SOAP_GLOBAL(cache_limit) <= zend_hash_num_elements(SOAP_GLOBAL(mem_cache))) { in get_sdl()[all …]
Completed in 37 milliseconds