Searched refs:ioctx_t (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_pk.c122 } ioctx_t; typedef in typeref:struct:__anon7710
126 ioctx_t *vms_open(char *file);
127 unsigned int vms_read(register ioctx_t *ctx,
129 int vms_error(ioctx_t *ctx);
130 int vms_rewind(ioctx_t *ctx);
131 int vms_get_attributes(ioctx_t *ctx, struct zlist far *z,
133 int vms_close(ioctx_t *ctx);
146 ioctx_t *vms_open(file)
160 register ioctx_t *ctx;
167 if ( (ctx=(ioctx_t *)mallo
[all...]

Completed in 62 milliseconds