Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dsoap.c605 SOAP_GLOBAL(typemap) = NULL; in PHP_RINIT_FUNCTION()
609 SOAP_GLOBAL(sdl) = NULL; in PHP_RINIT_FUNCTION()
613 SOAP_GLOBAL(features) = 0; in PHP_RINIT_FUNCTION()
614 SOAP_GLOBAL(ref_map) = NULL; in PHP_RINIT_FUNCTION()
1157 cache_wsdl = SOAP_GLOBAL(cache_enabled) ? SOAP_GLOBAL(cache_mode) : 0; in PHP_METHOD()
1661 old_sdl = SOAP_GLOBAL(sdl);
1985 SOAP_GLOBAL(sdl) = old_sdl;
2369 cache_wsdl = SOAP_GLOBAL(cache_enabled) ? SOAP_GLOBAL(cache_mode) : 0;
2701 old_sdl = SOAP_GLOBAL(sdl);
2702 SOAP_GLOBAL(sdl) = sdl;
[all …]
H A Dphp_encoding.c295 if (SOAP_GLOBAL(ref_map)) { in soap_check_zval_ref()
363 if (SOAP_GLOBAL(ref_map) && in soap_find_xml_ref()
376 if (SOAP_GLOBAL(ref_map)) { in soap_check_xml_ref()
490 if (SOAP_GLOBAL(sdl)) { in master_to_xml_int()
491 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, type_name); in master_to_xml_int()
544 if (SOAP_GLOBAL(typemap)) { in master_to_zval_int()
1498 sdl = SOAP_GLOBAL(sdl); in to_zval_object_ex()
2578 sdl = SOAP_GLOBAL(sdl); in to_zval_array()
3200 if (SOAP_GLOBAL(sdl) && SOAP_GLOBAL(sdl)->elements && data->name) { in to_zval_any()
3572 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.c3195 char* old_error_code = SOAP_GLOBAL(error_code); in get_sdl()
3218 if (p->time < t - SOAP_GLOBAL(cache_ttl)) { in get_sdl()
3232 int len = strlen(SOAP_GLOBAL(cache_dir)); in get_sdl()
3243 memcpy(key,SOAP_GLOBAL(cache_dir),len); in get_sdl()
3345 SOAP_GLOBAL(error_code) = "WSDL"; in get_sdl()
3352 SOAP_GLOBAL(error_code) = old_error_code; in get_sdl()
3372 if (SOAP_GLOBAL(mem_cache) == NULL) { in get_sdl()
3373 SOAP_GLOBAL(mem_cache) = malloc(sizeof(HashTable)); in get_sdl()
3375 } else if (SOAP_GLOBAL(cache_limit) > 0 && in get_sdl()
3376 SOAP_GLOBAL(cache_limit) <= zend_hash_num_elements(SOAP_GLOBAL(mem_cache))) { in get_sdl()
[all …]

Completed in 38 milliseconds