Searched refs:rckey (Results 1 – 2 of 2) sorted by relevance
70 static struct rckey *rc_sect_findkey(struct rcsection *rsp, const char *key);71 static struct rckey *rc_sect_addkey(struct rcsection *rsp, const char *name,73 static void rc_key_free(struct rckey *p);295 struct rckey *p, *n; in rc_freesect()310 static struct rckey *313 struct rckey *p; in rc_sect_findkey()323 static struct rckey *326 struct rckey *p; in rc_sect_addkey()344 rc_sect_delkey(struct rcsection *rsp, struct rckey *p)347 SLIST_REMOVE(&rsp->rs_keys, p, rckey, rk_next);[all …]
50 struct rckey { struct51 SLIST_ENTRY(rckey) rk_next;58 SLIST_HEAD(rckey_head, rckey) rs_keys; argument