| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| bufgap.h | 59 typedef struct bufgap_t { struct 70 } bufgap_t; typedef in typeref:struct:bufgap_t 72 int bufgap_open(bufgap_t *, const char *); 73 void bufgap_close(bufgap_t *); 74 int bufgap_forwards(bufgap_t *, uint64_t, int); 75 int bufgap_backwards(bufgap_t *, uint64_t, int); 76 int bufgap_seek(bufgap_t *, int64_t, int, int); 77 char *bufgap_getstr(bufgap_t *); 78 int bufgap_getbin(bufgap_t *, void *, size_t); 79 int64_t bufgap_tell(bufgap_t *, int, int) [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| bufgap.h | 59 typedef struct bufgap_t { struct 70 } bufgap_t; typedef in typeref:struct:bufgap_t 72 int bufgap_open(bufgap_t *, const char *); 73 void bufgap_close(bufgap_t *); 74 int bufgap_forwards(bufgap_t *, uint64_t, int); 75 int bufgap_backwards(bufgap_t *, uint64_t, int); 76 int bufgap_seek(bufgap_t *, int64_t, int, int); 77 char *bufgap_getstr(bufgap_t *); 78 int bufgap_getbin(bufgap_t *, void *, size_t); 79 int64_t bufgap_tell(bufgap_t *, int, int) [all...] |