COMG               46 ext/com_dotnet/com_com.c 	int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0;
COMG              116 ext/com_dotnet/com_com.c 	if (server_name && !COMG(allow_dcom)) {
COMG              247 ext/com_dotnet/com_com.c 			if (COMG(autoreg_on) && !cached) {
COMG              256 ext/com_dotnet/com_com.c 	} else if (obj->typeinfo && COMG(autoreg_on)) {
COMG              292 ext/com_dotnet/com_com.c 	long code_page = COMG(code_page);
COMG              765 ext/com_dotnet/com_com.c 		php_com_process_typeinfo(typeinfo, NULL, 1, NULL, obj ? obj->code_page : COMG(code_page) TSRMLS_CC);
COMG              811 ext/com_dotnet/com_com.c 	int codepage = COMG(code_page);
COMG              160 ext/com_dotnet/com_dotnet.c 	COMG(dotnet_runtime_stuff) = stuff;
COMG              166 ext/com_dotnet/com_dotnet.c 	if (COMG(dotnet_runtime_stuff) == NULL) {
COMG              201 ext/com_dotnet/com_dotnet.c 	stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff);
COMG              214 ext/com_dotnet/com_dotnet.c 		stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff);
COMG              325 ext/com_dotnet/com_dotnet.c 	struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff);
COMG              336 ext/com_dotnet/com_dotnet.c 	COMG(dotnet_runtime_stuff) = NULL;
COMG              341 ext/com_dotnet/com_dotnet.c 	struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff);
COMG              310 ext/com_dotnet/com_extension.c 		if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached TSRMLS_CC)) != NULL) {
COMG              312 ext/com_dotnet/com_extension.c 				php_com_import_typelib(pTL, mode, COMG(code_page) TSRMLS_CC);
COMG              459 ext/com_dotnet/com_extension.c 	if (COMG(dotnet_runtime_stuff)) {
COMG              473 ext/com_dotnet/com_extension.c 	COMG(rshutdown_started) = 0;
COMG              483 ext/com_dotnet/com_extension.c 	if (COMG(dotnet_runtime_stuff)) {
COMG              487 ext/com_dotnet/com_extension.c 	COMG(rshutdown_started) = 1;
COMG              499 ext/com_dotnet/com_extension.c 	php_info_print_table_header(2, "DCOM support", COMG(allow_dcom) ? "enabled" : "disabled");
COMG              571 ext/com_dotnet/com_persist.c 			php_com_wrap_dispatch(return_value, disp, COMG(code_page) TSRMLS_CC);	
COMG              199 ext/com_dotnet/com_typeinfo.c 					if (COMG(autoreg_verbose) && !compare_function(&results, &c.value, &exists TSRMLS_CC)) {
COMG               92 ext/com_dotnet/com_wrapper.c 	if (COMG(rshutdown_started)) {																		\
COMG              182 ext/com_dotnet/com_wrapper.c 		name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page) TSRMLS_CC);
COMG              227 ext/com_dotnet/com_wrapper.c 	name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page) TSRMLS_CC);
COMG              278 ext/com_dotnet/com_wrapper.c 				php_com_wrap_variant(zarg, arg, COMG(code_page) TSRMLS_CC);
COMG              335 ext/com_dotnet/com_wrapper.c 				php_com_variant_from_zval(pvarRes, retval, COMG(code_page) TSRMLS_CC);
COMG              392 ext/com_dotnet/com_wrapper.c 		OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page) TSRMLS_CC);
COMG              559 ext/com_dotnet/com_wrapper.c 	if (COMG(rshutdown_started)) {