• Home
  • Raw
  • Download

Lines Matching refs:LCHAR

75   LCHAR* key;  in PANSIFileSystemDestroyImpl()
76 LCHAR* value; in PANSIFileSystemDestroyImpl()
101 ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR*… in PANSIFileSystemAddPathImpl()
105 LCHAR* key = NULL; in PANSIFileSystemAddPathImpl()
106 LCHAR* value = NULL; in PANSIFileSystemAddPathImpl()
120 key = MALLOC(sizeof(LCHAR) * len, MTAG); in PANSIFileSystemAddPathImpl()
132 value = MALLOC(sizeof(LCHAR) * (LSTRLEN(realPath) + 1), MTAG); in PANSIFileSystemAddPathImpl()
160 LCHAR* oldValue; in PANSIFileSystemAddPathImpl()
179 ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath) in PANSIFileSystemRemovePathImpl()
182 LCHAR path[P_PATH_MAX]; in PANSIFileSystemRemovePathImpl()
183 LCHAR* key; in PANSIFileSystemRemovePathImpl()
184 LCHAR* value; in PANSIFileSystemRemovePathImpl()
210 ESR_ReturnCode PANSIFileSystemGetRealPathImpl(PFileSystem* self, LCHAR* path, size_t* len) in PANSIFileSystemGetRealPathImpl()
214 LCHAR* key; in PANSIFileSystemGetRealPathImpl()
215 LCHAR* value; in PANSIFileSystemGetRealPathImpl()
216 LCHAR* bestKey = NULL; in PANSIFileSystemGetRealPathImpl()
217 LCHAR* bestValue = NULL; in PANSIFileSystemGetRealPathImpl()
270 ESR_ReturnCode PANSIFileSystemCreatePFileImpl(PFileSystem* self, const LCHAR* path, ESR_BOOL little… in PANSIFileSystemCreatePFileImpl()
272 LCHAR realPath[P_PATH_MAX]; in PANSIFileSystemCreatePFileImpl()
288 LCHAR* key = NULL; in PANSIFileSystemSetDefault()
289 LCHAR* value = NULL; in PANSIFileSystemSetDefault()
296 key = MALLOC(sizeof(LCHAR), MTAG); in PANSIFileSystemSetDefault()
304 value = MALLOC(sizeof(LCHAR), MTAG); in PANSIFileSystemSetDefault()
316 LCHAR* key; in PANSIFileSystemSetDefault()
317 LCHAR* value; in PANSIFileSystemSetDefault()
336 LCHAR* key; in PANSIFileSystemSetDefault()
337 LCHAR* value; in PANSIFileSystemSetDefault()
345 LCHAR* key; in PANSIFileSystemSetDefault()