Home | History | Annotate | Download | only in include

Lines Matching refs:psz1

66   LWSTDAPI_(LPSTR) StrNCatA(LPSTR psz1,LPCSTR psz2,int cchMax);
67 LWSTDAPI_(LPWSTR) StrNCatW(LPWSTR psz1,LPCWSTR psz2,int cchMax);
92 LWSTDAPI_(LPWSTR) StrCatW(LPWSTR psz1,LPCWSTR psz2);
93 LWSTDAPI_(int) StrCmpW(LPCWSTR psz1,LPCWSTR psz2);
94 LWSTDAPI_(int) StrCmpIW(LPCWSTR psz1,LPCWSTR psz2);
95 LWSTDAPI_(LPWSTR) StrCpyW(LPWSTR psz1,LPCWSTR psz2);
96 LWSTDAPI_(LPWSTR) StrCpyNW(LPWSTR psz1,LPCWSTR psz2,int cchMax);
122 LWSTDAPI_(int) StrCmpLogicalW(LPCWSTR psz1,LPCWSTR psz2);
515 LWSTDAPI_(int) UrlCompareA(LPCSTR psz1,LPCSTR psz2,WINBOOL fIgnoreSlash);
516 LWSTDAPI_(int) UrlCompareW(LPCWSTR psz1,LPCWSTR psz2,WINBOOL fIgnoreSlash);
529 LWSTDAPI_(LPCSTR) UrlGetLocationA(LPCSTR psz1);
530 LWSTDAPI_(LPCWSTR) UrlGetLocationW(LPCWSTR psz1);