Home
last modified time | relevance | path

Searched refs:COMG (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet.h56 # define COMG(v) TSRMG(com_dotnet_globals_id, zend_com_dotnet_globals *, v) macro
58 # define COMG(v) (com_dotnet_globals.v)
H A Dcom_dotnet.c160 COMG(dotnet_runtime_stuff) = stuff; in dotnet_init()
166 if (COMG(dotnet_runtime_stuff) == NULL) { in dotnet_init()
201 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION()
214 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION()
325 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_mshutdown()
336 COMG(dotnet_runtime_stuff) = NULL; in php_com_dotnet_mshutdown()
341 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_rshutdown()
H A Dcom_extension.c310 …if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached TSRMLS_CC)) != NU… in PHP_INI_MH()
312 php_com_import_typelib(pTL, mode, COMG(code_page) TSRMLS_CC); in PHP_INI_MH()
459 if (COMG(dotnet_runtime_stuff)) { in PHP_MSHUTDOWN_FUNCTION()
473 COMG(rshutdown_started) = 0; in PHP_RINIT_FUNCTION()
483 if (COMG(dotnet_runtime_stuff)) { in PHP_RSHUTDOWN_FUNCTION()
487 COMG(rshutdown_started) = 1; in PHP_RSHUTDOWN_FUNCTION()
499 php_info_print_table_header(2, "DCOM support", COMG(allow_dcom) ? "enabled" : "disabled"); in PHP_MINFO_FUNCTION()
H A Dcom_wrapper.c92 if (COMG(rshutdown_started)) { \
182 name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page) TSRMLS_CC); in disp_getidsofnames()
227 name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page) TSRMLS_CC); in disp_getdispid()
278 php_com_wrap_variant(zarg, arg, COMG(code_page) TSRMLS_CC); in disp_invokeex()
335 php_com_variant_from_zval(pvarRes, retval, COMG(code_page) TSRMLS_CC); in disp_invokeex()
392 …OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page) … in disp_getmembername()
559 if (COMG(rshutdown_started)) { in disp_destructor()
H A Dcom_com.c46 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION()
116 if (server_name && !COMG(allow_dcom)) { in PHP_FUNCTION()
247 if (COMG(autoreg_on) && !cached) { in PHP_FUNCTION()
256 } else if (obj->typeinfo && COMG(autoreg_on)) { in PHP_FUNCTION()
292 long code_page = COMG(code_page); in PHP_FUNCTION()
765 …php_com_process_typeinfo(typeinfo, NULL, 1, NULL, obj ? obj->code_page : COMG(code_page) TSRMLS_CC… in PHP_FUNCTION()
811 int codepage = COMG(code_page); in PHP_FUNCTION()
H A Dcom_typeinfo.c199 if (COMG(autoreg_verbose) && !compare_function(&results, &c.value, &exists TSRMLS_CC)) { in php_com_import_typelib()
H A Dcom_persist.c571 php_com_wrap_dispatch(return_value, disp, COMG(code_page) TSRMLS_CC); in CPH_METHOD()

Completed in 24 milliseconds