MCPcopy Create free account
hub / github.com/apache/httpd / makefun

Function makefun

modules/lua/lua_request.c:2717–2723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2715
2716
2717static req_fun_t *makefun(const void *fun, int type, apr_pool_t *pool)
2718{
2719 req_fun_t *rft = apr_palloc(pool, sizeof(req_fun_t));
2720 rft->fun = fun;
2721 rft->type = type;
2722 return rft;
2723}
2724
2725void ap_lua_load_request_lmodule(lua_State *L, apr_pool_t *p)
2726{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected