Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_soap.h162 HashTable defEncIndex; variable
H A Dsoap.c530 static HashTable defEnc, defEncIndex, defEncNs; variable
538 zend_hash_init(&defEncIndex, 0, NULL, NULL, 1); in php_soap_prepare_globals()
557 if (!zend_hash_index_exists(&defEncIndex, defaultEncoding[i].details.type)) { in php_soap_prepare_globals()
558 …zend_hash_index_update(&defEncIndex, defaultEncoding[i].details.type, &enc, sizeof(encodePtr), NUL… in php_soap_prepare_globals()
575 soap_globals->defEncIndex = defEncIndex; in php_soap_init_globals()
591 zend_hash_destroy(&SOAP_GLOBAL(defEncIndex)); in PHP_MSHUTDOWN_FUNCTION()
964 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) { in PHP_METHOD()
H A Dphp_encoding.c3599 if (zend_hash_index_find(&SOAP_GLOBAL(defEncIndex), encode, (void **)&enc) == FAILURE) { in get_conversion()

Completed in 25 milliseconds