Home
last modified time | relevance | path

Searched refs:UrlCreateFromPath (Results 1 – 19 of 19) sorted by relevance

/dports/devel/matreshka/matreshka-0.7.0/source/xml/sax/
H A Dxml-sax-input_sources-streams-files-naming_utilities__windows.adb79 function UrlCreateFromPath subprogspec
84 pragma Import (Stdcall, UrlCreateFromPath, "UrlCreateFromPathW");
142 UrlCreateFromPath
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d572 alias UrlCreateFromPathW UrlCreateFromPath; in version() local
705 alias UrlCreateFromPathA UrlCreateFromPath; variable
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d572 alias UrlCreateFromPathW UrlCreateFromPath; in version() local
705 alias UrlCreateFromPathA UrlCreateFromPath; variable
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d571 alias UrlCreateFromPathW UrlCreateFromPath; in version() local
704 alias UrlCreateFromPathA UrlCreateFromPath; variable
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d572 alias UrlCreateFromPathW UrlCreateFromPath; in version() local
705 alias UrlCreateFromPathA UrlCreateFromPath; variable
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d571 alias UrlCreateFromPathW UrlCreateFromPath; in version() local
704 alias UrlCreateFromPathA UrlCreateFromPath; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d571 alias UrlCreateFromPathW UrlCreateFromPath; in version() local
704 alias UrlCreateFromPathA UrlCreateFromPath; variable
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d571 alias UrlCreateFromPathW UrlCreateFromPath; in version() local
704 alias UrlCreateFromPathA UrlCreateFromPath; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d571 alias UrlCreateFromPathW UrlCreateFromPath; in version() local
704 alias UrlCreateFromPathA UrlCreateFromPath; variable
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d571 alias UrlCreateFromPathW UrlCreateFromPath;
704 alias UrlCreateFromPathA UrlCreateFromPath;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d572 alias UrlCreateFromPathW UrlCreateFromPath; in version() local
705 alias UrlCreateFromPathA UrlCreateFromPath; variable
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filesystem/
H A Dwin.cc568 if (UrlCreateFromPath(path.c_str(), uri, &uri_length, 0) != S_OK) { in uri_from_path()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dshlwapi.h562 #define UrlCreateFromPath __AW(UrlCreateFromPath) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dshlwapi.h562 #define UrlCreateFromPath __AW(UrlCreateFromPath) macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java2382 public static final int UrlCreateFromPath (TCHAR pszPath, TCHAR pszURL, int[] pcchUrl, int flags) { in UrlCreateFromPath() method in OS
2385 return UrlCreateFromPath (path, url, pcchUrl, flags); in UrlCreateFromPath()
4578 public static final native int UrlCreateFromPath (char[] pszPath, char[] pszURL, int[] pcchUrl, int… in UrlCreateFromPath() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/
H A DIE.java502 if (OS.UrlCreateFromPath(filePath1, urlResult1, size1, 0) == COM.S_OK) { in create()
586 if (OS.UrlCreateFromPath(filePath2, urlResult2, size2, 0) == COM.S_OK) { in create()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h673 #define UrlCreateFromPath __MINGW_NAME_AW(UrlCreateFromPath) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h673 #define UrlCreateFromPath __MINGW_NAME_AW(UrlCreateFromPath) macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos.c10176 JNIEXPORT jint JNICALL OS_NATIVE(UrlCreateFromPath) in OS_NATIVE() argument
10187 rc = (jint)UrlCreateFromPath((LPCWSTR)lparg0, (LPWSTR)lparg1, lparg2, arg3); in OS_NATIVE()