Lines Matching refs:env_entry
66 struct env_entry entry;
71 struct env_entry *ep, int idx);
161 struct env_entry *ep = &htab->table[i].entry; in hdestroy_r()
210 int hmatch_r(const char *match, int last_idx, struct env_entry **retval, in hmatch_r()
231 do_callback(const struct env_entry *e, const char *name, const char *value, in do_callback()
245 static inline int _compare_and_overwrite_entry(struct env_entry item, in _compare_and_overwrite_entry()
246 enum env_action action, struct env_entry **retval, in _compare_and_overwrite_entry()
291 int hsearch_r(struct env_entry item, enum env_action action, in hsearch_r()
292 struct env_entry **retval, struct hsearch_data *htab, int flag) in hsearch_r()
451 struct env_entry *ep, int idx) in _hdelete()
465 struct env_entry e, *ep; in hdelete_r()
546 struct env_entry *e1 = *(struct env_entry **)p1; in cmpkey()
547 struct env_entry *e2 = *(struct env_entry **)p2; in cmpkey()
581 static int match_entry(struct env_entry *ep, int flag, int argc, in match_entry()
614 struct env_entry *list[htab->size]; in hexport_r()
635 struct env_entry *ep = &htab->table[i].entry; in hexport_r()
675 qsort(list, n, sizeof(struct env_entry *), cmpkey); in hexport_r()
891 struct env_entry e, *rv; in himport_r()
1001 int hwalk_r(struct hsearch_data *htab, int (*callback)(struct env_entry *entry)) in hwalk_r()