Searched refs:defEncIndex (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/ext/soap/ |
| H A D | php_encoding.c | 3601 if (zend_hash_index_find(&SOAP_GLOBAL(defEncIndex), encode, (void **)&enc) == FAILURE) {
|
| H A D | php_soap.h | 155 HashTable defEncIndex; variable
|
| H A D | soap.c | 525 static HashTable defEnc, defEncIndex, defEncNs; variable 533 zend_hash_init(&defEncIndex, 0, NULL, NULL, 1); 552 if (!zend_hash_index_exists(&defEncIndex, defaultEncoding[i].details.type)) { 553 zend_hash_index_update(&defEncIndex, defaultEncoding[i].details.type, &enc, sizeof(encodePtr), NULL); 570 soap_globals->defEncIndex = defEncIndex; 586 zend_hash_destroy(&SOAP_GLOBAL(defEncIndex)); 947 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) {
|
Completed in 18 milliseconds