Home
last modified time | relevance | path

Searched refs:_rio (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Drio.h39 struct _rio { struct
43 size_t (*read)(struct _rio *, void *buf, size_t len); argument
44 size_t (*write)(struct _rio *, const void *buf, size_t len); argument
45 off_t (*tell)(struct _rio *); argument
46 int (*flush)(struct _rio *); argument
52 void (*update_cksum)(struct _rio *, const void *buf, size_t len); argument
87 typedef struct _rio rio; argument