D | iwdlsnr.h | 13 typedef struct IWDLSNR { struct 21 iwrc(*onopen)(struct IWDLSNR *self, const char *path, int mode); argument 26 iwrc(*onclosing)(struct IWDLSNR *self); argument 31 iwrc(*onset)(struct IWDLSNR *self, off_t off, uint8_t val, off_t len, int flags); argument 36 iwrc(*oncopy)(struct IWDLSNR *self, off_t off, off_t len, off_t noff, int flags); argument 41 iwrc(*onwrite)(struct IWDLSNR *self, off_t off, const void *buf, off_t len, int flags); argument 50 iwrc(*onresize)(struct IWDLSNR *self, off_t osize, off_t nsize, int flags, bool *handled); argument 55 iwrc(*onsynced)(struct IWDLSNR *self, int flags); argument 57 } IWDLSNR; typedef
|