Home
last modified time | relevance | path

Searched defs:PRIOMethods (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprio.h63 typedef struct PRIOMethods PRIOMethods; typedef
381 struct PRIOMethods { struct
382 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 …]