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

Function lua_pre_config

modules/lua/mod_lua.c:2017–2022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2015}
2016
2017static int lua_pre_config(apr_pool_t *pconf, apr_pool_t *plog,
2018 apr_pool_t *ptemp)
2019{
2020 ap_mutex_register(pconf, "lua-ivm-shm", NULL, APR_LOCK_DEFAULT, 0);
2021 return OK;
2022}
2023
2024static int lua_post_config(apr_pool_t *pconf, apr_pool_t *plog,
2025 apr_pool_t *ptemp, server_rec *s)

Callers

nothing calls this directly

Calls 1

ap_mutex_registerFunction · 0.85

Tested by

no test coverage detected