Home
last modified time | relevance | path

Searched refs:mallocfunc (Results 1 – 3 of 3) sorted by relevance

/dports/net/3proxy/3proxy-0.9.4/src/plugins/LdapPlugin/
H A Dldapauth.c334 newuserlist = (*mypluginlink->mallocfunc)(sizeof (struct userlist)); in h_trafgroup()
345 newace = (*mypluginlink->mallocfunc)(sizeof (struct ace)); in h_trafgroup()
350 newbandlim =(*mypluginlink->mallocfunc)(sizeof (struct bandlim)); in h_trafgroup()
359 newuserlist = (*mypluginlink->mallocfunc)(sizeof (struct userlist)); in h_trafgroup()
369 newace = (*mypluginlink->mallocfunc)(sizeof (struct ace)); in h_trafgroup()
374 newtrafcount =(*mypluginlink->mallocfunc)(sizeof (struct trafcount)); in h_trafgroup()
/dports/net/3proxy/3proxy-0.9.4/src/plugins/PCREPlugin/
H A Dpcre_plugin.c170 tmpbuf = pl->mallocfunc(replen); in pcre_filter_buffer()
191 newbuf = pl->mallocfunc(ovector[0] + replen + 1); in pcre_filter_buffer()
278 flt = pl->mallocfunc(sizeof(struct pcre_filter_data)); in h_pcre()
279 newf = pl->mallocfunc(sizeof(struct filter)); in h_pcre()
370 pcre_malloc = pl->mallocfunc; in pcre_plugin()
/dports/net/3proxy/3proxy-0.9.4/src/
H A Dstructures.h764 void * (*mallocfunc)(size_t size); member