Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Djoblist.h7 void joblist_free(server *srv, connections *joblist);
H A Djoblist.c24 void joblist_free(server *srv, connections *joblist) { in joblist_free() function
H A Dserver.c369 joblist_free(srv, srv->joblist); in server_free()