Searched defs:FILEIOSTATE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp460 typedef struct FILEIOSTATE struct
471 } FILEIOSTATE, *PFILEIOSTATE; typedef in typeref:struct:FILEIOSTATE
488 PFILEIOSTATE pFS = (PFILEIOSTATE)RTMemAlloc(sizeof(FILEIOSTATE));
686 PFILEIOSTATE pFS = (PFILEIOSTATE)RTMemAllocZ(sizeof(FILEIOSTATE));
693 pFS->cbBuffer = sizeof(FILEIOSTATE);

Completed in 321 milliseconds