Searched refs:locFileLen (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSWindows/ |
D | loclibrary.c | 105 int PathForResourceA ( HMODULE module, const char *name, char *locFile, int locFileLen) in PathForResourceA() argument 133 ret = PathForResourceWithPathA (appPathNameA, name, locFile, locFileLen); in PathForResourceA() 142 int PathForResourceW ( HMODULE module, const wchar_t *name, wchar_t *locFile, int locFileLen) in PathForResourceW() argument 170 ret = PathForResourceWithPathW (appPathNameW, name, locFile, locFileLen); in PathForResourceW() 183 char *locFile, int locFileLen) { in PathForResourceWithPathA() argument 205 strncpy(locFile, tmpBuffer, locFileLen); in PathForResourceWithPathA() 217 strncpy(locFile, tmpBuffer, locFileLen); in PathForResourceWithPathA() 224 wchar_t *locFile, int locFileLen) { in PathForResourceWithPathW() argument 246 wcsncpy(locFile, tmpBuffer, locFileLen); in PathForResourceWithPathW() 258 wcsncpy(locFile, tmpBuffer, locFileLen); in PathForResourceWithPathW()
|
D | loclibrary.h | 33 int PathForResourceW ( HMODULE module, const wchar_t *name, wchar_t *locFile, int locFileLen); 34 …ForResourceWithPathW ( const wchar_t *path, const wchar_t *name, wchar_t *locFile, int locFileLen); 36 int PathForResourceA ( HMODULE module, const char *name, char *locFile, int locFileLen); 37 int PathForResourceWithPathA ( const char *path, const char *name, char *locFile, int locFileLen);
|