Home
last modified time | relevance | path

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

/PHP-7.3/ext/com_dotnet/
H A Dcom_dotnet.c158 COMG(dotnet_runtime_stuff) = stuff; in dotnet_init()
164 if (COMG(dotnet_runtime_stuff) == NULL) { in dotnet_init()
201 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION()
213 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION()
329 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_mshutdown()
340 COMG(dotnet_runtime_stuff) = NULL; in php_com_dotnet_mshutdown()
345 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_rshutdown()
H A Dcom_extension.c254 if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached)) != NULL) { in ZEND_GET_MODULE()
255 php_com_import_typelib(pTL, mode, COMG(code_page)); in ZEND_GET_MODULE()
424 if (COMG(dotnet_runtime_stuff)) { in PHP_MSHUTDOWN_FUNCTION()
438 COMG(rshutdown_started) = 0; in PHP_RINIT_FUNCTION()
448 if (COMG(dotnet_runtime_stuff)) { in PHP_RSHUTDOWN_FUNCTION()
452 COMG(rshutdown_started) = 1; in PHP_RSHUTDOWN_FUNCTION()
464 php_info_print_table_header(2, "DCOM support", COMG(allow_dcom) ? "enabled" : "disabled"); in PHP_MINFO_FUNCTION()
H A Dphp_com_dotnet.h55 #define COMG(v) ZEND_MODULE_GLOBALS_ACCESSOR(com_dotnet, v) macro
H A Dcom_wrapper.c89 if (COMG(rshutdown_started)) { \
179 name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page)); in disp_getidsofnames()
224 name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page)); in disp_getdispid()
273 php_com_wrap_variant(&params[i], arg, COMG(code_page)); in disp_invokeex()
328 php_com_variant_from_zval(pvarRes, retval, COMG(code_page)); in disp_invokeex()
385 …OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page)); in disp_getmembername()
561 if (COMG(rshutdown_started)) { in disp_destructor()
H A Dcom_com.c44 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION()
121 if (server_name && !COMG(allow_dcom)) { in PHP_FUNCTION()
250 if (COMG(autoreg_on)) { in PHP_FUNCTION()
259 } else if (obj->typeinfo && COMG(autoreg_on)) { in PHP_FUNCTION()
295 zend_long code_page = COMG(code_page); in PHP_FUNCTION()
784 php_com_process_typeinfo(typeinfo, NULL, 1, NULL, obj ? obj->code_page : COMG(code_page)); in PHP_FUNCTION()
830 int codepage = COMG(code_page); in PHP_FUNCTION()
H A Dcom_typeinfo.c200 if (COMG(autoreg_verbose) && !compare_function(&results, &value, exists)) { in php_com_import_typelib()
H A Dcom_persist.c564 php_com_wrap_dispatch(return_value, disp, COMG(code_page)); in CPH_METHOD()

Completed in 21 milliseconds