Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_config.c371 handler_func mod_handler = method_ptrs[i]; in run_method() local
373 if (mod_handler) { in run_method()
376 result = (*mod_handler) (r); in run_method()