Searched refs:COMG (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/com_dotnet/ |
H A D | com_extension.c | 116 if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page))) != NULL) { in ZEND_GET_MODULE() 117 php_com_import_typelib(pTL, mode, COMG(code_page)); in ZEND_GET_MODULE() 278 if (COMG(dotnet_runtime_stuff)) { in PHP_MSHUTDOWN_FUNCTION() 292 COMG(rshutdown_started) = 0; in PHP_RINIT_FUNCTION() 301 if (COMG(dotnet_runtime_stuff)) { in PHP_RSHUTDOWN_FUNCTION() 305 COMG(rshutdown_started) = 1; in PHP_RSHUTDOWN_FUNCTION() 316 php_info_print_table_header(2, "DCOM support", COMG(allow_dcom) ? "enabled" : "disabled"); in PHP_MINFO_FUNCTION()
|
H A D | com_dotnet.c | 147 oleversion = php_com_string_to_olestring(version, strlen(version), COMG(code_page)); in dotnet_bind_runtime() 192 COMG(dotnet_runtime_stuff) = stuff; in dotnet_init() 198 if (COMG(dotnet_runtime_stuff) == NULL) { in dotnet_init() 242 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_METHOD() 253 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_METHOD() 357 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_mshutdown() 368 COMG(dotnet_runtime_stuff) = NULL; in php_com_dotnet_mshutdown() 373 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_rshutdown()
|
H A D | php_com_dotnet.h | 53 #define COMG(v) ZEND_MODULE_GLOBALS_ACCESSOR(com_dotnet, v) macro
|
H A D | com_wrapper.c | 87 if (COMG(rshutdown_started)) { \ 177 name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page)); in disp_getidsofnames() 222 name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page)); in disp_getdispid() 271 php_com_wrap_variant(¶ms[i], arg, COMG(code_page)); in disp_invokeex() 326 php_com_variant_from_zval(pvarRes, retval, COMG(code_page)); in disp_invokeex() 383 …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 D | com_com.c | 42 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_METHOD() 106 if (server_name && !COMG(allow_dcom)) { in PHP_METHOD() 237 if (COMG(autoreg_on)) { in PHP_METHOD() 246 } else if (obj->typeinfo && COMG(autoreg_on)) { in PHP_METHOD() 295 code_page = COMG(code_page); in PHP_FUNCTION() 774 php_com_process_typeinfo(typeinfo, NULL, 1, NULL, obj ? obj->code_page : COMG(code_page)); in PHP_FUNCTION() 818 int codepage = COMG(code_page); in PHP_FUNCTION()
|
H A D | com_persist.c | 563 php_com_wrap_dispatch(return_value, disp, COMG(code_page)); in CPH_METHOD()
|
H A D | com_typeinfo.c | 217 if (COMG(autoreg_verbose) && !compare_function(&results, &value, exists)) { in php_com_import_typelib()
|
Completed in 22 milliseconds