Searched refs:typemap (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/ext/soap/ |
| H A D | php_encoding.c | 418 if (enc == NULL && SOAP_GLOBAL(typemap)) { 428 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { 505 if (SOAP_GLOBAL(typemap) && encode->details.type_str) { 515 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { 539 if (SOAP_GLOBAL(typemap)) { 550 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { 573 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) {
|
| H A D | php_soap.h | 100 HashTable *typemap; member in struct:_soapService 163 HashTable *typemap; variable
|
| H A D | soap.c | 145 #define FIND_TYPEMAP_PROPERTY(ss,tmp) zend_hash_find(Z_OBJPROP_P(ss), "typemap", sizeof("typemap"), (void **)&tmp) 146 #define FETCH_TYPEMAP_RES(ss,tmp) ss = (HashTable*) zend_fetch_resource(tmp TSRMLS_CC, -1, "typemap", NULL, 1, le_typemap) 572 soap_globals->typemap = NULL; 598 SOAP_GLOBAL(typemap) = NULL; 986 HashTable *typemap = NULL; local 997 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Wrong 'typemap' option"); 1078 if (!typemap) { 1079 typemap = emalloc(sizeof(HashTable)); 1080 zend_hash_init(typemap, 2532 HashTable *typemap = soap_create_typemap(sdl, typemap_ht TSRMLS_CC); local 2638 HashTable *old_typemap, *typemap = NULL; local [all...] |
Completed in 13 milliseconds