Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_soap.h159 HashTable defEncIndex; variable
H A Dsoap.c526 static HashTable defEnc, defEncIndex, defEncNs; variable
534 zend_hash_init(&defEncIndex, 0, NULL, NULL, 1); in php_soap_prepare_globals()
553 if (!zend_hash_index_exists(&defEncIndex, defaultEncoding[i].details.type)) { in php_soap_prepare_globals()
554 zend_hash_index_update_ptr(&defEncIndex, defaultEncoding[i].details.type, (void*)enc); in php_soap_prepare_globals()
574 soap_globals->defEncIndex = defEncIndex; in php_soap_init_globals()
590 zend_hash_destroy(&SOAP_GLOBAL(defEncIndex)); in PHP_MSHUTDOWN_FUNCTION()
976 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) { in PHP_METHOD()
H A Dphp_encoding.c3477 if ((enc = zend_hash_index_find_ptr(&SOAP_GLOBAL(defEncIndex), encode)) == NULL) { in get_conversion()

Completed in 36 milliseconds