quotacursor
struct quotacursor; /* Opaque. */
struct quotacursor *quota_opencursor(struct quotahandle *);
void quotacursor_close(struct quotacursor *);
int quotacursor_skipidtype(struct quotacursor *, int /*idtype*/);
int quotacursor_get(struct quotacursor *, struct quotakey *,
int quotacursor_getn(struct quotacursor *, struct quotakey *,
int quotacursor_atend(struct quotacursor *);
int quotacursor_rewind(struct quotacursor *);
quotacursor_close(struct quotacursor *qc)
quotacursor_skipidtype(struct quotacursor *qc, int idtype)
quotacursor_get(struct quotacursor *qc,
quotacursor_getn(struct quotacursor *qc,
quotacursor_atend(struct quotacursor *qc)
quotacursor_rewind(struct quotacursor *qc)
struct quotacursor *
struct quotacursor *qc;
struct quotacursor *qc;
struct quotacursor *qc;