Searched refs:isccc_cc_lookupuint32 (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/isccc/include/isccc/ |
H A D | cc.h | 106 isccc_cc_lookupuint32(isccc_sexpr_t *alist, const char *key,
|
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 781 isccc_cc_lookupuint32(_ctrl, "_ser", &serial) != ISC_R_SUCCESS || 782 isccc_cc_lookupuint32(_ctrl, "_tim", &t) != ISC_R_SUCCESS) 857 isccc_cc_lookupuint32(_ctrl, "_ser", &serial) != ISC_R_SUCCESS || 951 isccc_cc_lookupuint32(isccc_sexpr_t *alist, const char *key, function
|
/bind-9.11.3/bin/rndc/ |
H A D | rndc.c | 304 result = isccc_cc_lookupuint32(data, "result", &eresult); 358 if (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS)
|
/bind-9.11.3/bin/named/ |
H A D | controlconf.c | 409 if (isccc_cc_lookupuint32(_ctrl, "_tim", &sent) == ISC_R_SUCCESS) { 422 if (isccc_cc_lookupuint32(_ctrl, "_exp", &exp) == ISC_R_SUCCESS && 441 (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS ||
|
Completed in 24 milliseconds