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

/bind-9.11.3/lib/isccc/
H A Dalist.c23 /* $Id: alist.c,v 1.8 2007/08/28 07:20:43 tbox Exp $ */
32 #include <isccc/alist.h>
42 #define ALIST_TAG "*alist*"
51 isccc_sexpr_t *alist, *tag; local
56 alist = isccc_sexpr_cons(tag, NULL);
57 if (alist == NULL) {
62 return (alist);
66 isccc_alist_alistp(isccc_sexpr_t *alist) argument
70 if (alist == NULL || alist
81 isccc_alist_emptyp(isccc_sexpr_t *alist) argument
91 isccc_alist_first(isccc_sexpr_t *alist) argument
99 isccc_alist_assq(isccc_sexpr_t *alist, const char *key) argument
125 isccc_alist_delete(isccc_sexpr_t *alist, const char *key) argument
151 isccc_alist_define(isccc_sexpr_t *alist, const char *key, isccc_sexpr_t *value) argument
185 isccc_alist_definestring(isccc_sexpr_t *alist, const char *key, const char *str) argument
200 isccc_alist_definebinary(isccc_sexpr_t *alist, const char *key, isccc_region_t *r) argument
215 isccc_alist_lookup(isccc_sexpr_t *alist, const char *key) argument
226 isccc_alist_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) argument
245 isccc_alist_lookupbinary(isccc_sexpr_t *alist, const char *key, isccc_region_t **r) argument
[all...]
H A Dcc.c40 #include <isccc/alist.h>
104 table_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer);
107 list_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer);
198 table_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer) { argument
204 for (elt = isccc_alist_first(alist);
343 isccc_cc_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer, argument
397 isccc_alist_delete(alist, "_auth");
401 result = table_towire(alist, buffer);
413 verify(isccc_sexpr_t *alist, unsigned char *data, unsigned int length, argument
436 _auth = isccc_alist_lookup(alist, "_aut
605 isccc_sexpr_t *alist, *value; local
706 isccc_sexpr_t *alist, *_ctrl, *_data; local
849 isccc_sexpr_t *alist, *_ctrl, *_data; local
905 isccc_cc_definestring(isccc_sexpr_t *alist, const char *key, const char *str) argument
917 isccc_cc_defineuint32(isccc_sexpr_t *alist, const char *key, isc_uint32_t i) argument
931 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) argument
951 isccc_cc_lookupuint32(isccc_sexpr_t *alist, const char *key, isc_uint32_t *uintp) argument
[all...]

Completed in 12 milliseconds