Searched refs:id_to_name (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/com_dotnet/ |
H A D | com_typeinfo.c | 434 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, … in php_com_process_typeinfo() argument 449 if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) { in php_com_process_typeinfo() 469 if (id_to_name) { in php_com_process_typeinfo() 470 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_process_typeinfo() 583 if (id_to_name) { in php_com_process_typeinfo() 587 zend_hash_index_update(id_to_name, func->memid, (void*)&tmp, sizeof(zval *), NULL); in php_com_process_typeinfo()
|
H A D | com_wrapper.c | 582 HashTable *id_to_name TSRMLS_DC) in php_com_wrapper_export_as_sink() 592 disp->dispid_to_name = id_to_name; in php_com_wrapper_export_as_sink() 600 zend_hash_internal_pointer_reset_ex(id_to_name, &pos); in php_com_wrapper_export_as_sink() 602 zend_hash_get_current_key_ex(id_to_name, &name, &namelen, &pid, 0, &pos))) { in php_com_wrapper_export_as_sink() 606 zend_hash_get_current_data_ex(id_to_name, (void**)&ntmp, &pos); in php_com_wrapper_export_as_sink() 614 zend_hash_move_forward_ex(id_to_name, &pos); in php_com_wrapper_export_as_sink()
|
H A D | php_com_dotnet_internal.h | 115 …Dispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, HashTable *id_to_name TSRMLS_DC); 176 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, …
|
H A D | com_com.c | 713 HashTable *id_to_name; in PHP_FUNCTION() local 715 ALLOC_HASHTABLE(id_to_name); in PHP_FUNCTION() 717 if (php_com_process_typeinfo(typeinfo, id_to_name, 0, &obj->sink_id, obj->code_page TSRMLS_CC)) { in PHP_FUNCTION() 720 …obj->sink_dispatch = php_com_wrapper_export_as_sink(sinkobject, &obj->sink_id, id_to_name TSRMLS_C… in PHP_FUNCTION() 727 FREE_HASHTABLE(id_to_name); in PHP_FUNCTION()
|
Completed in 17 milliseconds