Home
last modified time | relevance | path

Searched defs:cchPath (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/
H A Dpath.c131 HRESULT PathCchRemoveBackslashA(PSTR pszPath, size_t cchPath) in PathCchRemoveBackslashA()
137 HRESULT PathCchRemoveBackslashW(PWSTR pszPath, size_t cchPath) in PathCchRemoveBackslashW()
569 HRESULT PathCchRenameExtensionA(PSTR pszPath, size_t cchPath, PCSTR pszExt) in PathCchRenameExtensionA()
585 HRESULT PathCchRemoveExtensionA(PSTR pszPath, size_t cchPath) in PathCchRemoveExtensionA()
591 HRESULT PathCchRemoveExtensionW(PWSTR pszPath, size_t cchPath) in PathCchRemoveExtensionW()
665 HRESULT PathCchStripToRootA(PSTR pszPath, size_t cchPath) in PathCchStripToRootA()
671 HRESULT PathCchStripToRootW(PWSTR pszPath, size_t cchPath) in PathCchStripToRootW()
681 HRESULT PathCchStripPrefixA(PSTR pszPath, size_t cchPath) in PathCchStripPrefixA()
716 HRESULT PathCchStripPrefixW(PWSTR pszPath, size_t cchPath) in PathCchStripPrefixW()
760 HRESULT PathCchRemoveFileSpecA(PSTR pszPath, size_t cchPath) in PathCchRemoveFileSpecA()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/include/
H A DPathCchAddSeparator.c10 HRESULT PATH_CCH_ADD_SEPARATOR(PWSTR pszPath, size_t cchPath) in PATH_CCH_ADD_SEPARATOR()
35 HRESULT PATH_CCH_ADD_SEPARATOR(PSTR pszPath, size_t cchPath) in PATH_CCH_ADD_SEPARATOR()
H A DPathCchAddSeparatorEx.c10 HRESULT PATH_CCH_ADD_SEPARATOR_EX(PWSTR pszPath, size_t cchPath, PWSTR* ppszEnd, in PATH_CCH_ADD_SEPARATOR_EX()
36 HRESULT PATH_CCH_ADD_SEPARATOR_EX(PSTR pszPath, size_t cchPath, PSTR* ppszEnd, in PATH_CCH_ADD_SEPARATOR_EX()
H A DPathCchAppend.c11 HRESULT PATH_CCH_APPEND(PWSTR pszPath, size_t cchPath, PCWSTR pszMore) in PATH_CCH_APPEND()
66 HRESULT PATH_CCH_APPEND(PSTR pszPath, size_t cchPath, PCSTR pszMore) in PATH_CCH_APPEND()
H A DPathCchAddExtension.c10 HRESULT PATH_CCH_ADD_EXTENSION(PWSTR pszPath, size_t cchPath, PCWSTR pszExt) in PATH_CCH_ADD_EXTENSION()
53 HRESULT PATH_CCH_ADD_EXTENSION(PSTR pszPath, size_t cchPath, PCSTR pszExt) in PATH_CCH_ADD_EXTENSION()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/common/
H A Daddin.c53 size_t cchPath; in freerdp_get_library_install_path() local
94 size_t cchPath; in freerdp_get_dynamic_addin_install_path() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_ncbidll.cpp160 DWORD cchPath = 1024; in s_TEST_WinSystemDll() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DNativeConfig.cs107 …l int MgdGetAppPathForPath(uint siteId, string virtualPath, out IntPtr bstrPath, out int cchPath) { in MgdGetAppPathForPath()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/nt/
H A DkFsCache.c328 static KBOOL kFsCacheHasDotDotA(const char *pszPath, KSIZE cchPath) in kFsCacheHasDotDotA()
412 …FsCacheCreatePathHashTabEntryA(PKFSCACHE pCache, PKFSOBJ pFsObj, const char *pszPath, KU32 cchPath, in kFsCacheCreatePathHashTabEntryA()
2753 …upRelativeToDirA(PKFSCACHE pCache, PKFSDIR pParent, const char *pszPath, KU32 cchPath, KU32 fFlags, in kFsCacheLookupRelativeToDirA()
3060 static PKFSOBJ kFsCacheLookupAbsoluteA(PKFSCACHE pCache, const char *pszPath, KU32 cchPath, KU32 fF… in kFsCacheLookupAbsoluteA()
3257 static PKFSOBJ kFsCacheLookupSlowA(PKFSCACHE pCache, const char *pszPath, KU32 cchPath, KU32 fFlags, in kFsCacheLookupSlowA()
3463 static PKFSOBJ kFsCacheLookupHashedA(PKFSCACHE pCache, const char *pchPath, KU32 cchPath, KU32 uHas… in kFsCacheLookupHashedA()
3680 KU32 cchPath = (KU32)kFsCacheStrHashEx(pszPath, &uHashPath); in kFsCacheLookupA() local
3731 PKFSOBJ kFsCacheLookupWithLengthA(PKFSCACHE pCache, const char *pchPath, KSIZE cchPath, KFSLOOKUPER… in kFsCacheLookupWithLengthA()
H A DkFsCache.h328 KU16 cchPath; member
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kLdr/
H A DkLdrDyldFind.c665 static int kldrDyldFindTryOpenPath(const char *pchPath, KSIZE cchPath, PCKLDRDYLDFINDARGS pArgs) in kldrDyldFindTryOpenPath()
749 KSIZE cchPath; in kldrDyldFindEnumeratePath() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIISUnsafeMethods.cs453 out int cchPath); in MgdGetAppPathForPath()
509 out int cchPath, in MgdGetAppCollection()
518 out int cchPath); in MgdGetNextVPath()
532 out int cchPath); in MgdMapPathDirect()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Ddsclient.h94 ULONG cchPath; member
111 ULONG cchPath; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Ddsclient.h94 ULONG cchPath; member
111 ULONG cchPath; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsclient.h170 ULONG cchPath; member
188 ULONG cchPath; member
H A Ddatapath.h161 #define IDataPathBrowser_BrowseType(This,rguidPathType,pszDefaultPath,cchPath,pszPath,hWnd) (This)-… argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsclient.h170 ULONG cchPath; member
188 ULONG cchPath; member
H A Ddatapath.h161 #define IDataPathBrowser_BrowseType(This,rguidPathType,pszDefaultPath,cchPath,pszPath,hWnd) (This)-… argument
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kDbg/
H A DkDbgModWinDbgHelp.cpp333 static int kdbgModDHFindDbgHelp(char *pszPath, KSIZE cchPath) in kdbgModDHFindDbgHelp()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kProfiler2/
H A Dprfcore.h.h210 KU16 cchPath; member
H A DkProfileR3.cpp1112 #define KPRF_GET_MODSEG(uAddress, pszPath, cchPath, piSegment, puBasePtr, pcbSegmentMinusOne) \ argument
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dmscfakes.c393 size_t cchPath = strlen(pszPath); in is_directory() local
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dgetpath.c222 Py_ssize_t cchPath; in getpath_isxfile() local
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/windows/
H A DPalRedhawkCommon.cpp63 …ID * pGuidSignature, _Out_ UInt32 * pdwAge, _Out_writes_z_(cchPath) WCHAR * wszPath, Int32 cchPath) in PalGetPDBInfo()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlwince.h2676 BOOL GetFirstSelectedWaveFile(int* pIndex, LPTSTR szPath, const size_t cchPath) in GetFirstSelectedWaveFile()
2682 BOOL GetNextSelectedWaveFile(int* pIndex, LPTSTR szPath, const size_t cchPath) in GetNextSelectedWaveFile()

12