Home
last modified time | relevance | path

Searched refs:afree (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/dns/dsc/dsc-2.11.1/src/
H A Dtld_index.c66 theHash = hash_create(MAX_ARRAY_SZ, tld_hashfunc, tld_cmpfunc, 1, afree, afree); in tld_indexer()
77 afree(obj); in tld_indexer()
82 afree(obj->tld); in tld_indexer()
83 afree(obj); in tld_indexer()
H A Dqname_index.c133 theLevel->hash = hash_create(MAX_ARRAY_SZ, name_hashfunc, name_cmpfunc, 1, afree, afree); in name_indexer()
144 afree(obj); in name_indexer()
149 afree(obj->name); in name_indexer()
150 afree(obj); in name_indexer()
H A Dcountry_index.c215 theHash = hash_create(MAX_ARRAY_SZ, country_hashfunc, country_cmpfunc, 1, afree, afree); in country_indexer()
226 afree(obj); in country_indexer()
231 afree(obj->country); in country_indexer()
232 afree(obj); in country_indexer()
H A Dasn_index.c285 theHash = hash_create(MAX_ARRAY_SZ, asn_hashfunc, asn_cmpfunc, 1, afree, afree); in asn_indexer()
300 afree(obj); in asn_indexer()
306 afree(obj->asn); in asn_indexer()
307 afree(obj); in asn_indexer()
H A Dserver_ip_addr_index.c62 …ash = hash_create(MAX_ARRAY_SZ, (hashfunc*)inXaddr_hash, (hashkeycmp*)inXaddr_cmp, 1, NULL, afree); in sip_indexer()
74 afree(obj); in sip_indexer()
H A Dclient_index.c62 …ash = hash_create(MAX_ARRAY_SZ, (hashfunc*)inXaddr_hash, (hashkeycmp*)inXaddr_cmp, 1, NULL, afree); in client_indexer()
74 afree(obj); in client_indexer()
/dports/shells/oksh/oksh-7.0/
H A Dtree.c651 afree(t->str, ap); in tfree()
655 afree(*w, ap); in tfree()
656 afree(t->vars, ap); in tfree()
661 afree(*w, ap); in tfree()
662 afree(t->args, ap); in tfree()
671 afree(t, ap); in tfree()
681 afree(p->name, ap); in iofree()
682 afree(p->delim, ap); in iofree()
683 afree(p->heredoc, ap); in iofree()
684 afree(p, ap); in iofree()
[all …]
H A Dmail.c101 afree(mbox.mb_msg, APERM); in mbset()
102 afree(mbox.mb_path, APERM); in mbset()
165 afree(mbp->mb_path, APERM); in munset()
166 afree(mbp, APERM); in munset()
H A Dvar.c98 afree(l, ATEMP); in popblock()
161 afree(tmp, ATEMP); in array_index_calc()
168 afree(sub, ATEMP); in array_index_calc()
407 afree((void *)fs, ATEMP); in setstr()
597 afree(op, vp->areap); in export()
667 afree(tvar, ATEMP); in typeset()
772 afree(tmp, tmp->areap); in unset()
978 afree(search_path, APERM); in setspec()
995 afree(tmpdir, APERM); in setspec()
1098 afree(search_path, APERM); in unsetspec()
[all …]
/dports/shells/pdksh/pdksh-5.2.14/
H A Dmail.c95 afree((void *)mbox.mb_msg, APERM);
97 afree((void *)mbox.mb_path, APERM);
157 afree((void *)mbp->mb_path, APERM);
158 afree((void *)mbp, APERM);
H A Dvar.c74 afree(l, ATEMP); in popblock()
144 afree(tmp, ATEMP);
150 afree(sub, ATEMP);
485 afree(vq->val.s, vq->areap);
578 afree((void*)op, vp->areap);
652 afree(tvar, ATEMP);
756 afree(tmp, tmp->areap);
974 afree(path, APERM);
992 afree(tmpdir, APERM);
1073 afree(path, APERM);
[all …]
H A Dtree.c718 afree((void*)t->str, ap);
722 afree((void*)*w, ap);
723 afree((void*)t->vars, ap);
728 afree((void*)*w, ap);
729 afree((void*)t->args, ap);
738 afree((void*)t, ap);
751 afree((void*)p->name, ap);
753 afree((void*)p->delim, ap);
755 afree((void*)p->heredoc, ap);
756 afree((void*)p, ap);
/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/
H A Damalloc.h15 extern void afree(void*);
21 #define free afree
/dports/textproc/discount/discount-2.2.7/
H A Damalloc.h15 extern void afree(void*);
21 #define free afree
/dports/dns/py-pycares/pycares-3.1.1/deps/c-ares/src/
H A Dares_library_init.c153 void (*afree)(void *ptr), in ares_library_init_mem()
160 if (afree) in ares_library_init_mem()
161 ares_free = afree; in ares_library_init_mem()
/dports/dns/c-ares/c-ares-1.17.2/src/lib/
H A Dares_library_init.c158 void (*afree)(void *ptr), in ares_library_init_mem()
165 if (afree) in ares_library_init_mem()
166 ares_free = afree; in ares_library_init_mem()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/c-ares-809d5e84/src/lib/
H A Dares_library_init.c158 void (*afree)(void *ptr), in ares_library_init_mem()
165 if (afree) in ares_library_init_mem()
166 ares_free = afree; in ares_library_init_mem()
/dports/www/node10/node-v10.24.1/deps/cares/src/
H A Dares_library_init.c153 void (*afree)(void *ptr), in ares_library_init_mem()
160 if (afree) in ares_library_init_mem()
161 ares_free = afree; in ares_library_init_mem()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/
H A Dares_library_init.c153 void (*afree)(void *ptr), in ares_library_init_mem()
160 if (afree) in ares_library_init_mem()
161 ares_free = afree; in ares_library_init_mem()
/dports/math/lrcalc/lrcalc-1.3/src/
H A Dalloc.h22 void afree(void *);
24 #define afree(p) (free(p)) macro
H A Dvectarg.c52 afree(tmp); in get_vect_arg()
60 afree(tmp); in get_vect_arg()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dhsdllist.c77 afree(lst->node_allocator, node); in hsdllist_destroy()
126 afree(lst->node_allocator, node); in hsdllist_remove_last()
145 afree(lst->node_allocator, node); in hsdllist_remove_first()
/dports/shells/mksh/mksh/
H A Dvar.c115 afree(l, ATEMP); in popblock()
195 afree(vn, ATEMP); in array_index_calc()
202 afree(ap, ATEMP); in array_index_calc()
223 afree(sub, ATEMP); in array_index_calc()
497 afree(salloc, ATEMP); in setstr()
952 afree(tvar, ATEMP); in vtypeset()
1047 afree(tvar, ATEMP); in vtypeset()
1369 afree(path, APERM); in setspec()
1504 afree(path, APERM); in unsetspec()
1676 afree(cp, ATEMP); in set_array()
[all …]
H A Dtree.c112 afree(cp, ATEMP); in ptree()
728 afree(t->str, ap); in tfree()
732 afree(*w, ap); in tfree()
733 afree(t->vars, ap); in tfree()
742 afree(*w, ap); in tfree()
743 afree(t->args, ap); in tfree()
752 afree(t, ap); in tfree()
764 afree(p->delim, ap); in iofree()
766 afree(p, ap); in iofree()
768 afree(iow, ap); in iofree()
[all …]
H A Dhistrap.c362 afree(*histptr, APERM); in hist_execute()
369 afree(cmd, areap); in hist_execute()
550 afree(hname, APERM); in sethistfile()
629 afree(c, APERM); in histsave()
648 afree(c, APERM); in histsave()
666 afree(c, APERM); in histsave()
675 afree(c, APERM); in histsave()
857 afree(nhname, ATEMP); in hist_persist_init()
939 afree(*hp, APERM); in histload()
1221 afree(as, ATEMP); in gettrap()
[all …]

12345678