Searched defs:pgpv_cursor_t (Results 1 – 3 of 3) sorted by relevance
257 typedef struct pgpv_cursor_t { struct267 } pgpv_cursor_t; argument
38 typedef struct pgpv_cursor_t pgpv_cursor_t; typedef
287 struct pgpv_cursor_t { struct288 pgpv_t *pgp; /* pointer to pgp tree */289 char *field; /* field we're searching on */290 char *op; /* operation we're doing */291 char *value; /* value we're searching for */292 void *ptr; /* for regexps etc */295 int64_t sigtime; /* time of signature */296 char why[PGPV_REASON_LEN]; /* reason for bad signature */