Home
last modified time | relevance | path

Searched refs:SOAP_GLOBAL (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/soap/
H A Dsoap.c603 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()
1134 cache_wsdl = SOAP_GLOBAL(cache_enabled) ? SOAP_GLOBAL(cache_mode) : 0; in PHP_METHOD()
1641 old_sdl = SOAP_GLOBAL(sdl);
1965 SOAP_GLOBAL(sdl) = old_sdl;
2349 cache_wsdl = SOAP_GLOBAL(cache_enabled) ? SOAP_GLOBAL(cache_mode) : 0;
2681 old_sdl = SOAP_GLOBAL(sdl);
2682 SOAP_GLOBAL(sdl) = sdl;
[all …]
H A Dphp_encoding.c297 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()
2580 sdl = SOAP_GLOBAL(sdl); in to_zval_array()
3202 if (SOAP_GLOBAL(sdl) && SOAP_GLOBAL(sdl)->elements && data->name) { in to_zval_any()
3574 if (SOAP_GLOBAL(ref_map)) { in encode_reset_ns()
[all …]
H A Dphp_soap.h196 # define SOAP_GLOBAL(v) TSRMG(soap_globals_id, zend_soap_globals *, v) macro
198 # define SOAP_GLOBAL(v) (soap_globals.v)
H A Dphp_sdl.c3193 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 40 milliseconds