| 122 | } |
| 123 | |
| 124 | static int lua_open_hook(lua_State *L, apr_pool_t *p) |
| 125 | { |
| 126 | lua_open_callback(L, p, NULL); |
| 127 | return OK; |
| 128 | } |
| 129 | |
| 130 | static const char *scope_to_string(unsigned int scope) |
| 131 | { |
nothing calls this directly
no test coverage detected