Searched defs:PRIOMethods (Results 1 – 1 of 1) sorted by relevance
63 typedef struct PRIOMethods PRIOMethods; typedef381 struct PRIOMethods { struct382 PRDescType file_type; /* Type of file represented (tos) */383 PRCloseFN close; /* close file and destroy descriptor */384 PRReadFN read; /* read up to specified bytes into buffer */385 PRWriteFN write; /* write specified bytes from buffer */386 PRAvailableFN available; /* determine number of bytes available */387 PRAvailable64FN available64; /* ditto, 64 bit */388 PRFsyncFN fsync; /* flush all buffers to permanent store */389 PRSeekFN seek; /* position the file to the desired place */[all …]