Searched defs:alistp (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 559 isc_uint32_t algorithm, isccc_sexpr_t **alistp); 600 isc_uint32_t algorithm, isccc_sexpr_t **alistp) 609 REQUIRE(alistp != NULL && *alistp == NULL); 651 *alistp = alist; 684 isccc_cc_fromwire(isccc_region_t *source, isccc_sexpr_t **alistp, argument 697 return (table_fromwire(source, secret, algorithm, alistp)); 703 isccc_time_t expires, isccc_sexpr_t **alistp, 709 REQUIRE(alistp != NULL && *alistp 599 table_fromwire(isccc_region_t *source, isccc_region_t *secret, isc_uint32_t algorithm, isccc_sexpr_t **alistp) argument 701 createmessage(isc_uint32_t version, const char *from, const char *to, isc_uint32_t serial, isccc_time_t now, isccc_time_t expires, isccc_sexpr_t **alistp, isc_boolean_t want_expires) argument 759 isccc_cc_createmessage(isc_uint32_t version, const char *from, const char *to, isc_uint32_t serial, isccc_time_t now, isccc_time_t expires, isccc_sexpr_t **alistp) argument 844 isccc_cc_createresponse(isccc_sexpr_t *message, isccc_time_t now, isccc_time_t expires, isccc_sexpr_t **alistp) argument [all...] |
Completed in 13 milliseconds