Searched refs:capaths (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.sbin/acme-client/ |
| H A D | extern.h | 188 struct capaths { struct 259 void json_free_capaths(struct capaths *); 260 int json_parse_capaths(struct jsmnn *, struct capaths *);
|
| H A D | netproc.c | 359 donewacc(struct conn *c, const struct capaths *p, const char *contact) in donewacc() 406 dochkacc(struct conn *c, const struct capaths *p, const char *contact) in dochkacc() 444 struct order *order, const struct capaths *p) in doneworder() 642 dodirs(struct conn *c, const char *addr, struct capaths *paths) in dodirs() 680 struct capaths paths; in netproc() 685 memset(&paths, 0, sizeof(struct capaths)); in netproc()
|
| H A D | json.c | 521 json_parse_capaths(struct jsmnn *n, struct capaths *p) in json_parse_capaths() 539 json_free_capaths(struct capaths *p) in json_free_capaths() 546 memset(p, 0, sizeof(struct capaths)); in json_free_capaths()
|