Searched defs:alist (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isccc/
H A Dalist.c32 /* $Id: alist.c,v 1.8 2007/08/28 07:20:43 tbox Exp $ */
41 #include <isccc/alist.h>
50 #define ALIST_TAG "*alist*"
59 isccc_sexpr_t *alist, *tag; local
64 alist = isccc_sexpr_cons(tag, NULL);
65 if (alist == NULL) {
70 return (alist);
74 isccc_alist_alistp(isccc_sexpr_t *alist) argument
78 if (alist == NULL || alist
89 isccc_alist_emptyp(isccc_sexpr_t *alist) argument
99 isccc_alist_first(isccc_sexpr_t *alist) argument
107 isccc_alist_assq(isccc_sexpr_t *alist, const char *key) argument
133 isccc_alist_delete(isccc_sexpr_t *alist, const char *key) argument
159 isccc_alist_define(isccc_sexpr_t *alist, const char *key, isccc_sexpr_t *value) argument
193 isccc_alist_definestring(isccc_sexpr_t *alist, const char *key, const char *str) argument
208 isccc_alist_definebinary(isccc_sexpr_t *alist, const char *key, isccc_region_t *r) argument
223 isccc_alist_lookup(isccc_sexpr_t *alist, const char *key) argument
234 isccc_alist_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) argument
253 isccc_alist_lookupbinary(isccc_sexpr_t *alist, const char *key, isccc_region_t **r) argument
[all...]
H A Dcc.c48 #include <isccc/alist.h>
82 table_towire(isccc_sexpr_t *alist, isccc_region_t *target);
85 list_towire(isccc_sexpr_t *alist, isccc_region_t *target);
158 table_towire(isccc_sexpr_t *alist, isccc_region_t *target) argument
165 for (elt = isccc_alist_first(alist);
233 isccc_cc_towire(isccc_sexpr_t *alist, isccc_region_t *target, argument
260 isccc_alist_delete(alist, "_auth");
264 result = table_towire(alist, target);
274 verify(isccc_sexpr_t *alist, unsigned char *data, unsigned int length, argument
288 _auth = isccc_alist_lookup(alist, "_aut
371 isccc_sexpr_t *alist, *value; local
472 isccc_sexpr_t *alist, *_ctrl, *_data; local
617 isccc_sexpr_t *alist, *_ctrl, *_data; local
673 isccc_cc_definestring(isccc_sexpr_t *alist, const char *key, const char *str) argument
686 isccc_cc_defineuint32(isccc_sexpr_t *alist, const char *key, isc_uint32_t i) argument
701 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) argument
722 isccc_cc_lookupuint32(isccc_sexpr_t *alist, const char *key, isc_uint32_t *uintp) argument
[all...]

Completed in 11 milliseconds