Searched refs:defEncIndex (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/soap/ |
H A D | php_soap.h | 160 HashTable defEncIndex; variable
|
H A D | soap.c | 527 static HashTable defEnc, defEncIndex, defEncNs; variable 535 zend_hash_init(&defEncIndex, 0, NULL, NULL, 1); in php_soap_prepare_globals() 554 if (!zend_hash_index_exists(&defEncIndex, defaultEncoding[i].details.type)) { in php_soap_prepare_globals() 555 zend_hash_index_update_ptr(&defEncIndex, defaultEncoding[i].details.type, enc); in php_soap_prepare_globals() 572 soap_globals->defEncIndex = defEncIndex; in php_soap_init_globals() 588 zend_hash_destroy(&SOAP_GLOBAL(defEncIndex)); in PHP_MSHUTDOWN_FUNCTION() 993 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) { in PHP_METHOD()
|
H A D | php_encoding.c | 3477 if ((enc = zend_hash_index_find_ptr(&SOAP_GLOBAL(defEncIndex), encode)) == NULL) { in get_conversion()
|
Completed in 34 milliseconds