Searched refs:COMG (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/com_dotnet/ |
H A D | com_dotnet.c | 160 COMG(dotnet_runtime_stuff) = stuff; in dotnet_init() 166 if (COMG(dotnet_runtime_stuff) == NULL) { in dotnet_init() 203 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION() 215 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION() 331 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_mshutdown() 342 COMG(dotnet_runtime_stuff) = NULL; in php_com_dotnet_mshutdown() 347 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_rshutdown()
|
H A D | com_extension.c | 316 if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached)) != NULL) { in ZEND_GET_MODULE() 318 php_com_import_typelib(pTL, mode, COMG(code_page)); in ZEND_GET_MODULE() 486 if (COMG(dotnet_runtime_stuff)) { in PHP_MSHUTDOWN_FUNCTION() 500 COMG(rshutdown_started) = 0; in PHP_RINIT_FUNCTION() 510 if (COMG(dotnet_runtime_stuff)) { in PHP_RSHUTDOWN_FUNCTION() 514 COMG(rshutdown_started) = 1; in PHP_RSHUTDOWN_FUNCTION() 526 php_info_print_table_header(2, "DCOM support", COMG(allow_dcom) ? "enabled" : "disabled"); in PHP_MINFO_FUNCTION()
|
H A D | com_wrapper.c | 91 if (COMG(rshutdown_started)) { \ 181 name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page)); in disp_getidsofnames() 226 name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page)); in disp_getdispid() 275 php_com_wrap_variant(¶ms[i], arg, COMG(code_page)); in disp_invokeex() 330 php_com_variant_from_zval(pvarRes, retval, COMG(code_page)); in disp_invokeex() 387 …OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page)); in disp_getmembername() 563 if (COMG(rshutdown_started)) { in disp_destructor()
|
H A D | php_com_dotnet.h | 63 #define COMG(v) ZEND_MODULE_GLOBALS_ACCESSOR(com_dotnet, v) macro
|
H A D | com_com.c | 46 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() 124 if (server_name && !COMG(allow_dcom)) { in PHP_FUNCTION() 254 if (COMG(autoreg_on) && !cached) { in PHP_FUNCTION() 263 } else if (obj->typeinfo && COMG(autoreg_on)) { in PHP_FUNCTION() 299 zend_long code_page = COMG(code_page); in PHP_FUNCTION() 785 php_com_process_typeinfo(typeinfo, NULL, 1, NULL, obj ? obj->code_page : COMG(code_page)); in PHP_FUNCTION() 831 int codepage = COMG(code_page); in PHP_FUNCTION()
|
H A D | com_typeinfo.c | 202 if (COMG(autoreg_verbose) && !compare_function(&results, &value, exists)) { in php_com_import_typelib()
|
H A D | com_persist.c | 575 php_com_wrap_dispatch(return_value, disp, COMG(code_page)); in CPH_METHOD()
|
Completed in 24 milliseconds