Searched refs:File_Read (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | 7zFile.h | 37 WRes File_Read(CSzFile *p, void *data, size_t *size);
|
H A D | 7zFile.c | 76 WRes File_Read(CSzFile *p, void *data, size_t *size) function 221 return File_Read(&p->file, buf, size) == 0 ? SZ_OK : SZ_ERROR_READ; 235 return (File_Read(&p->file, buf, size) == 0) ? SZ_OK : SZ_ERROR_READ;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | testfile.c | 226 static void PR_CALLBACK File_Read(void *arg) function 532 File_Read, (void *)fparamp,
|
Completed in 44 milliseconds