Home
last modified time | relevance | path

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

/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dlcgi.c18 cgi_hooks = NULL; in new_cgi_hooks()
25 temp = cgi_hooks; in nuke_cgi_hooks()
27 while(cgi_hooks) { in nuke_cgi_hooks()
28 temp = cgi_hooks->next; in nuke_cgi_hooks()
29 free(cgi_hooks->name); in nuke_cgi_hooks()
30 free(cgi_hooks); in nuke_cgi_hooks()
31 cgi_hooks = temp; in nuke_cgi_hooks()
45 temphook->next = cgi_hooks; in add_cgi_hook()
46 cgi_hooks = temphook; in add_cgi_hook()
53 temp = cgi_hooks; in find_cgi_hook()
[all …]