COMG               46 ext/com_dotnet/com_com.c 	int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0;
COMG              115 ext/com_dotnet/com_com.c 	if (server_name && !COMG(allow_dcom)) {
COMG              245 ext/com_dotnet/com_com.c 			if (COMG(autoreg_on) && !cached) {
COMG              254 ext/com_dotnet/com_com.c 	} else if (obj->typeinfo && COMG(autoreg_on)) {
COMG              290 ext/com_dotnet/com_com.c 	zend_long code_page = COMG(code_page);
COMG              775 ext/com_dotnet/com_com.c 		php_com_process_typeinfo(typeinfo, NULL, 1, NULL, obj ? obj->code_page : COMG(code_page));
COMG              821 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              213 ext/com_dotnet/com_dotnet.c 		stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff);
COMG              322 ext/com_dotnet/com_dotnet.c 	struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff);
COMG              333 ext/com_dotnet/com_dotnet.c 	COMG(dotnet_runtime_stuff) = NULL;
COMG              338 ext/com_dotnet/com_dotnet.c 	struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff);
COMG              315 ext/com_dotnet/com_extension.c 		if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached)) != NULL) {
COMG              317 ext/com_dotnet/com_extension.c 				php_com_import_typelib(pTL, mode, COMG(code_page));
COMG              477 ext/com_dotnet/com_extension.c 	if (COMG(dotnet_runtime_stuff)) {
COMG              491 ext/com_dotnet/com_extension.c 	COMG(rshutdown_started) = 0;
COMG              501 ext/com_dotnet/com_extension.c 	if (COMG(dotnet_runtime_stuff)) {
COMG              505 ext/com_dotnet/com_extension.c 	COMG(rshutdown_started) = 1;
COMG              517 ext/com_dotnet/com_extension.c 	php_info_print_table_header(2, "DCOM support", COMG(allow_dcom) ? "enabled" : "disabled");
COMG              575 ext/com_dotnet/com_persist.c 			php_com_wrap_dispatch(return_value, disp, COMG(code_page));
COMG              201 ext/com_dotnet/com_typeinfo.c 					if (COMG(autoreg_verbose) && !compare_function(&results, &c.value, exists)) {
COMG               91 ext/com_dotnet/com_wrapper.c 	if (COMG(rshutdown_started)) {																		\
COMG              181 ext/com_dotnet/com_wrapper.c 		name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page));
COMG              226 ext/com_dotnet/com_wrapper.c 	name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page));
COMG              275 ext/com_dotnet/com_wrapper.c 				php_com_wrap_variant(&params[i], arg, COMG(code_page));
COMG              330 ext/com_dotnet/com_wrapper.c 				php_com_variant_from_zval(pvarRes, retval, COMG(code_page));
COMG              387 ext/com_dotnet/com_wrapper.c 		OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page));
COMG              563 ext/com_dotnet/com_wrapper.c 	if (COMG(rshutdown_started)) {