Lines Matching defs:handler
62 ap_lua_mapped_handler_spec *handler =
64 handler->uri_pattern = NULL;
65 handler->function_name = NULL;
71 handler->file_name = apr_pstrdup(cfg->pool, file);
72 handler->uri_pattern = uri_pattern;
73 handler->scope = apl_toscope(scope);
75 handler->function_name = apr_pstrdup(cfg->pool, function);
77 handler;
85 ap_lua_mapped_handler_spec *handler =
87 handler->uri_pattern = NULL;
88 handler->function_name = NULL;
94 handler->file_name = apr_pstrdup(cfg->pool, file);
107 handler->uri_pattern = uri_pattern;
114 handler->scope = apl_toscope(scope);
117 handler->scope = AP_LUA_SCOPE_ONCE;
124 handler->function_name = apr_pstrdup(cfg->pool, value);
127 handler->function_name = "handle";
133 handler;