Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cml.h41 int cache_parse_lua(server *srv, connection *con, plugin_data *p, buffer *fn);
H A Dmod_cml_lua.c208 int cache_parse_lua(server *srv, connection *con, plugin_data *p, buffer *fn) { in cache_parse_lua() function
455 int cache_parse_lua(server *srv, connection *con, plugin_data *p, buffer *fn) { in cache_parse_lua() function
H A Dmod_cml.c209 return cache_parse_lua(srv, con, p, cml_file); in cache_call_lua()