codepage          821 ext/com_dotnet/com_com.c 	int codepage = COMG(code_page);
codepage          831 ext/com_dotnet/com_com.c 	pTL = php_com_load_typelib_via_cache(name, codepage, &cached);
codepage          835 ext/com_dotnet/com_com.c 		} else if (php_com_import_typelib(pTL, cs ? CONST_CS : 0, codepage) == SUCCESS) {
codepage           50 ext/com_dotnet/com_misc.c 		int codepage)
codepage           56 ext/com_dotnet/com_misc.c 	obj->code_page = codepage;
codepage           73 ext/com_dotnet/com_misc.c 		int codepage)
codepage           79 ext/com_dotnet/com_misc.c 	obj->code_page = codepage;
codepage           33 ext/com_dotnet/com_olechar.c PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string, size_t string_len, int codepage)
codepage           36 ext/com_dotnet/com_olechar.c 	DWORD flags = codepage == CP_UTF8 ? 0 : MB_PRECOMPOSED | MB_ERR_INVALID_CHARS;
codepage           41 ext/com_dotnet/com_olechar.c 		string_len = MultiByteToWideChar(codepage, flags, string, -1, NULL, 0);
codepage           52 ext/com_dotnet/com_olechar.c 		ok = MultiByteToWideChar(codepage, flags, string, (int)string_len, olestring, (int)string_len);
codepage           74 ext/com_dotnet/com_olechar.c PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring, size_t *string_len, int codepage)
codepage           80 ext/com_dotnet/com_olechar.c 	length = WideCharToMultiByte(codepage, 0, olestring, -1, NULL, 0, NULL, NULL);
codepage           84 ext/com_dotnet/com_olechar.c 		length = WideCharToMultiByte(codepage, 0, olestring, -1, string, length, NULL, NULL);
codepage          301 ext/com_dotnet/com_persist.c 	long codepage;
codepage          353 ext/com_dotnet/com_persist.c 				   &len, helper->codepage);
codepage          403 ext/com_dotnet/com_persist.c 			olefilename = php_com_string_to_olestring(filename, strlen(fullpath), helper->codepage);
codepage          465 ext/com_dotnet/com_persist.c 		olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage);
codepage          676 ext/com_dotnet/com_persist.c 	helper->codepage = obj->code_page;
codepage           38 ext/com_dotnet/com_typeinfo.c PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib(char *search_string, int codepage)
codepage           55 ext/com_dotnet/com_typeinfo.c 	p = php_com_string_to_olestring(search_string, strlen(search_string), codepage);
codepage          132 ext/com_dotnet/com_typeinfo.c 										TL = php_com_load_typelib(str, codepage);
codepage          156 ext/com_dotnet/com_typeinfo.c PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage)
codepage          188 ext/com_dotnet/com_typeinfo.c 				const_name = php_com_olestring_to_string(bstr_ids, &len, codepage);
codepage          210 ext/com_dotnet/com_typeinfo.c 				php_com_zval_from_variant(&value, pVarDesc->lpvarValue, codepage);
codepage          233 ext/com_dotnet/com_typeinfo.c 	int codepage, int *cached)
codepage          250 ext/com_dotnet/com_typeinfo.c 	TL = php_com_load_typelib(name_dup, codepage);
codepage          420 ext/com_dotnet/com_typeinfo.c static char *php_com_string_from_clsid(const CLSID *clsid, int codepage)
codepage          426 ext/com_dotnet/com_typeinfo.c 	clsid_str = php_com_olestring_to_string(ole_clsid, NULL, codepage);
codepage          433 ext/com_dotnet/com_typeinfo.c int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage)
codepage          458 ext/com_dotnet/com_typeinfo.c 			ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage);
codepage          461 ext/com_dotnet/com_typeinfo.c 			guidstring = php_com_string_from_clsid(&attr->guid, codepage);
codepage          488 ext/com_dotnet/com_typeinfo.c 				ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage);
codepage          517 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage);
codepage          550 ext/com_dotnet/com_typeinfo.c 								funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage);
codepage          571 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage);
codepage           35 ext/com_dotnet/com_variant.c static void safe_array_from_zval(VARIANT *v, zval *z, int codepage)
codepage           78 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(&va[intindex], item, codepage);
codepage           99 ext/com_dotnet/com_variant.c PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage)
codepage          144 ext/com_dotnet/com_variant.c 			safe_array_from_zval(v, z, codepage);
codepage          164 ext/com_dotnet/com_variant.c 			olestring = php_com_string_to_olestring(Z_STRVAL_P(z), Z_STRLEN_P(z), codepage);
codepage          165 ext/com_dotnet/com_variant.c 			if (CP_UTF8 == codepage) {
codepage          182 ext/com_dotnet/com_variant.c PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage)
codepage          239 ext/com_dotnet/com_variant.c 					&len, codepage);
codepage          251 ext/com_dotnet/com_variant.c 					php_com_wrap_dispatch(z, disp, codepage);
codepage          261 ext/com_dotnet/com_variant.c 				php_com_wrap_dispatch(z, V_DISPATCH(v), codepage);
codepage          267 ext/com_dotnet/com_variant.c 			return php_com_zval_from_variant(z, V_VARIANTREF(v), codepage);
codepage          270 ext/com_dotnet/com_variant.c 			php_com_wrap_variant(z, v, codepage);
codepage          438 ext/com_dotnet/com_variant.c 	zend_long codepage = CP_ACP;
codepage          452 ext/com_dotnet/com_variant.c 		"z!|ll", &zvalue, &vt, &codepage)) {
codepage          459 ext/com_dotnet/com_variant.c 		obj->code_page = (int)codepage;
codepage          557 ext/com_dotnet/com_variant.c 	int codepage = CP_ACP;
codepage          576 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vright, zright, codepage);
codepage          582 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vleft, zleft, codepage);
codepage          587 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vleft, zleft, codepage);
codepage          590 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vright, zright, codepage);
codepage          642 ext/com_dotnet/com_variant.c 		php_com_wrap_variant(return_value, &vres, codepage);
codepage          765 ext/com_dotnet/com_variant.c 	int codepage = CP_ACP;
codepage          777 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vleft, zleft, codepage);
codepage          803 ext/com_dotnet/com_variant.c 		php_com_wrap_variant(return_value, &vres, codepage);
codepage          862 ext/com_dotnet/com_variant.c 	int codepage = CP_ACP;
codepage          875 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vleft, zleft, codepage);
codepage          881 ext/com_dotnet/com_variant.c 		php_com_wrap_variant(return_value, &vres, codepage);
codepage          897 ext/com_dotnet/com_variant.c 	int codepage = CP_ACP;
codepage          919 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vright, zright, codepage);
codepage          926 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vleft, zleft, codepage);
codepage          931 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vleft, zleft, codepage);
codepage          934 ext/com_dotnet/com_variant.c 		php_com_variant_from_zval(vright, zright, codepage);
codepage           91 ext/com_dotnet/php_com_dotnet_internal.h 		size_t *string_len, int codepage);
codepage           93 ext/com_dotnet/php_com_dotnet_internal.h 		size_t string_len, int codepage);
codepage          153 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API void php_com_variant_from_zval_with_type(VARIANT *v, zval *z, VARTYPE type, int codepage);
codepage          154 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage);
codepage          155 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage);
codepage          166 ext/com_dotnet/php_com_dotnet_internal.h 		int codepage);
codepage          168 ext/com_dotnet/php_com_dotnet_internal.h 		int codepage);
codepage          173 ext/com_dotnet/php_com_dotnet_internal.h 		int codepage, int *cached);
codepage          174 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib(char *search_string, int codepage);
codepage          176 ext/com_dotnet/php_com_dotnet_internal.h 		int codepage);
codepage          179 ext/com_dotnet/php_com_dotnet_internal.h int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage);
codepage         34873 ext/sqlite3/libsqlite/sqlite3.c   int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
codepage         34875 ext/sqlite3/libsqlite/sqlite3.c   nByte = osMultiByteToWideChar(codepage, 0, zFilename, -1, NULL,
codepage         34884 ext/sqlite3/libsqlite/sqlite3.c   nByte = osMultiByteToWideChar(codepage, 0, zFilename, -1, zMbcsFilename,
codepage         34903 ext/sqlite3/libsqlite/sqlite3.c   int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
codepage         34905 ext/sqlite3/libsqlite/sqlite3.c   nByte = osWideCharToMultiByte(codepage, 0, zWideFilename, -1, 0, 0, 0, 0);
codepage         34913 ext/sqlite3/libsqlite/sqlite3.c   nByte = osWideCharToMultiByte(codepage, 0, zWideFilename, -1, zFilename,