<sect3><tt/storeOpen()/
<P>
- Prototype:
<verb>
storeIOState *
storeOpen(sfileno f, mode_t mode, STIOCB *callback, void *callback_data)
<sect3><tt/storeClose()/
<P>
- Prototype:
<verb>
void
storeClose(storeIOState *sio)
<sect3><tt/storeRead()/
<P>
- Prototype:
<verb>
void
storeRead(storeIOState *sio, char *buf, size_t size, off_t offset, STRCB *callback, void *callback_data)
<sect3><tt/storeWrite()/
<P>
- Prototype:
<verb>
void
storeWrite(storeIOState *sio, char *buf, size_t size, off_t offset, FREE *free_func)
<sect3><tt/storeUnlink()/
<P>
- Prototype:
<verb>
void
storeUnlink(sfileno f)
<sect3><tt/storeOffset()/
<P>
- Prototype:
<verb>
off_t
storeOffset(storeIOState *sio)
<sect3><em/STIOCB/ callback
<P>
- Prototype:
<verb>
void
stiocb(void *data, int errorflag, storeIOState *sio)
<sect3><em/STRCB/ callback
<P>
- Prototype:
<verb>
void
strcb(void *data, const char *buf, size_t len)