Searched refs:rckey (Results 1 – 2 of 2) sorted by relevance
68 static struct rckey *rc_sect_findkey(struct rcsection *rsp, const char *key);69 static struct rckey *rc_sect_addkey(struct rcsection *rsp, const char *name,71 static void rc_key_free(struct rckey *p);250 struct rckey *p, *n; in rc_freesect()265 static struct rckey *268 struct rckey *p; in rc_sect_findkey()278 static struct rckey *281 struct rckey *p; in rc_sect_addkey()299 rc_sect_delkey(struct rcsection *rsp, struct rckey *p)302 SLIST_REMOVE(&rsp->rs_keys, p, rckey, rk_next);[all …]
33 struct rckey { struct34 SLIST_ENTRY(rckey) rk_next;41 SLIST_HEAD(rckey_head, rckey) rs_keys; argument