Searched refs:ref_map (Results 1 – 3 of 3) sorted by relevance
177 HashTable *ref_map; variable
285 if (SOAP_GLOBAL(ref_map)) { in soap_check_zval_ref()351 if (SOAP_GLOBAL(ref_map)) { in soap_check_xml_ref()367 if (SOAP_GLOBAL(ref_map)) { in soap_add_xml_ref()3428 if (SOAP_GLOBAL(ref_map)) { in encode_reset_ns()3429 zend_hash_destroy(SOAP_GLOBAL(ref_map)); in encode_reset_ns()3431 SOAP_GLOBAL(ref_map) = emalloc(sizeof(HashTable)); in encode_reset_ns()3433 zend_hash_init(SOAP_GLOBAL(ref_map), 0, NULL, NULL, 0); in encode_reset_ns()3440 if (SOAP_GLOBAL(ref_map)) { in encode_finish()3441 zend_hash_destroy(SOAP_GLOBAL(ref_map)); in encode_finish()3442 efree(SOAP_GLOBAL(ref_map)); in encode_finish()[all …]
322 soap_globals->ref_map = NULL; in php_soap_init_globals()350 SOAP_GLOBAL(ref_map) = NULL; in PHP_RINIT_FUNCTION()
Completed in 25 milliseconds