Home
last modified time | relevance | path

Searched refs:ref_map (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_soap.h182 HashTable *ref_map; variable
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()
3574 if (SOAP_GLOBAL(ref_map)) { in encode_reset_ns()
3575 zend_hash_destroy(SOAP_GLOBAL(ref_map)); in encode_reset_ns()
3577 SOAP_GLOBAL(ref_map) = emalloc(sizeof(HashTable)); in encode_reset_ns()
3579 zend_hash_init(SOAP_GLOBAL(ref_map), 0, NULL, NULL, 0); in encode_reset_ns()
3587 if (SOAP_GLOBAL(ref_map)) { in encode_finish()
3588 zend_hash_destroy(SOAP_GLOBAL(ref_map)); in encode_finish()
3589 efree(SOAP_GLOBAL(ref_map)); in encode_finish()
[all …]
H A Dsoap.c584 soap_globals->ref_map = NULL; in php_soap_init_globals()
612 SOAP_GLOBAL(ref_map) = NULL; in PHP_RINIT_FUNCTION()

Completed in 42 milliseconds