Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dsoap.c691 SOAP_GLOBAL(typemap) = NULL; in PHP_RINIT_FUNCTION()
695 SOAP_GLOBAL(sdl) = NULL; in PHP_RINIT_FUNCTION()
699 SOAP_GLOBAL(features) = 0; in PHP_RINIT_FUNCTION()
700 SOAP_GLOBAL(ref_map) = NULL; in PHP_RINIT_FUNCTION()
1239 cache_wsdl = SOAP_GLOBAL(cache_enabled) ? SOAP_GLOBAL(cache_mode) : 0; in PHP_METHOD()
1757 old_sdl = SOAP_GLOBAL(sdl);
2117 SOAP_GLOBAL(sdl) = old_sdl;
2531 cache_wsdl = SOAP_GLOBAL(cache_enabled) ? SOAP_GLOBAL(cache_mode) : 0;
2854 old_sdl = SOAP_GLOBAL(sdl);
2855 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()
486 if (SOAP_GLOBAL(sdl)) { in master_to_xml_int()
487 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, type_name); in master_to_xml_int()
541 if (SOAP_GLOBAL(typemap)) { in master_to_zval_int()
1509 sdl = SOAP_GLOBAL(sdl); in to_zval_object_ex()
2601 sdl = SOAP_GLOBAL(sdl); in to_zval_array()
3227 if (SOAP_GLOBAL(sdl) && SOAP_GLOBAL(sdl)->elements && data->name) { in to_zval_any()
3599 if (SOAP_GLOBAL(ref_map)) { in encode_reset_ns()
[all …]
H A Dphp_soap.h189 # define SOAP_GLOBAL(v) TSRMG(soap_globals_id, zend_soap_globals *, v) macro
191 # define SOAP_GLOBAL(v) (soap_globals.v)
H A Dphp_sdl.c3192 char* old_error_code = SOAP_GLOBAL(error_code); in get_sdl()
3215 if (p->time < t - SOAP_GLOBAL(cache_ttl)) { in get_sdl()
3229 int len = strlen(SOAP_GLOBAL(cache_dir)); in get_sdl()
3240 memcpy(key,SOAP_GLOBAL(cache_dir),len); in get_sdl()
3342 SOAP_GLOBAL(error_code) = "WSDL"; in get_sdl()
3349 SOAP_GLOBAL(error_code) = old_error_code; in get_sdl()
3369 if (SOAP_GLOBAL(mem_cache) == NULL) { in get_sdl()
3370 SOAP_GLOBAL(mem_cache) = malloc(sizeof(HashTable)); in get_sdl()
3372 } else if (SOAP_GLOBAL(cache_limit) > 0 && in get_sdl()
3373 SOAP_GLOBAL(cache_limit) <= zend_hash_num_elements(SOAP_GLOBAL(mem_cache))) { in get_sdl()
[all …]

Completed in 44 milliseconds