Searched refs:io_read_str (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/usr.sbin/rpki-client/ |
| D | rsync.c | 384 io_read_str(b, &dst); in proc_rsync() 385 io_read_str(b, &compdst); in proc_rsync() 386 io_read_str(b, &uri); in proc_rsync()
|
| D | mft.c | 581 io_read_str(b, &p->path); in mft_read() 583 io_read_str(b, &p->aia); in mft_read() 584 io_read_str(b, &p->aki); in mft_read() 585 io_read_str(b, &p->ski); in mft_read() 593 io_read_str(b, &p->files[i].file); in mft_read()
|
| D | cert.c | 1294 io_read_str(b, &p->mft); in cert_read() 1295 io_read_str(b, &p->notify); in cert_read() 1296 io_read_str(b, &p->repo); in cert_read() 1297 io_read_str(b, &p->crl); in cert_read() 1298 io_read_str(b, &p->aia); in cert_read() 1299 io_read_str(b, &p->aki); in cert_read() 1300 io_read_str(b, &p->ski); in cert_read() 1301 io_read_str(b, &p->pubkey); in cert_read()
|
| D | tal.c | 241 io_read_str(b, &p->descr); in tal_read() 251 io_read_str(b, &p->uri[i]); in tal_read()
|
| D | aspa.c | 302 io_read_str(b, &p->aia); in aspa_read() 303 io_read_str(b, &p->aki); in aspa_read() 304 io_read_str(b, &p->ski); in aspa_read()
|
| D | main.c | 159 io_read_str(b, &ent->path); in entity_read_req() 160 io_read_str(b, &ent->file); in entity_read_req() 161 io_read_str(b, &ent->mftaki); in entity_read_req() 590 io_read_str(b, &file); in entity_process() 730 io_read_str(b, &uri); in rrdp_process() 731 io_read_str(b, &last_mod); in rrdp_process() 743 io_read_str(b, &uri); in rrdp_process() 1368 io_read_str(b, &last_mod); in main()
|
| D | roa.c | 379 io_read_str(b, &p->aia); in roa_read() 380 io_read_str(b, &p->aki); in roa_read() 381 io_read_str(b, &p->ski); in roa_read()
|
| D | spl.c | 385 io_read_str(b, &s->aia); in spl_read() 386 io_read_str(b, &s->aki); in spl_read() 387 io_read_str(b, &s->ski); in spl_read()
|
| D | rrdp.c | 420 io_read_str(b, &local); in rrdp_input_handler() 421 io_read_str(b, ¬ify); in rrdp_input_handler() 442 io_read_str(b, &last_mod); in rrdp_input_handler()
|
| D | io.c | 119 io_read_str(struct ibuf *b, char **res) in io_read_str() function
|
| D | repo.c | 861 io_read_str(b, &s->session_id); in rrdp_session_read() 863 io_read_str(b, &s->last_mod); in rrdp_session_read() 865 io_read_str(b, &s->deltas[i]); in rrdp_session_read()
|
| D | extern.h | 906 void io_read_str(struct ibuf *, char **);
|
| D | http.c | 2162 io_read_str(b, &uri); in proc_http() 2163 io_read_str(b, &mod); in proc_http()
|
| /openbsd/src/regress/usr.sbin/rpki-client/ |
| D | test-http.c | 108 io_read_str(b, &lastmod); in http_response()
|