/httpd/modules/loggers/ |
H A D | mod_log_config.h | 55 ap_log_handler_fn_t *func; member in struct:ap_log_handler 60 (apr_pool_t *p, char *tag, ap_log_handler_fn_t *func, 66 APR_DECLARE_OPTIONAL_FN(ap_log_writer_init*, ap_log_set_writer_init,(ap_log_writer_init *func)); 70 APR_DECLARE_OPTIONAL_FN(ap_log_writer*, ap_log_set_writer, (ap_log_writer* func));
|
H A D | mod_log_config.c | 286 ap_log_handler_fn_t *func; member in struct:__anon200 902 it->func = constant_item; 973 it->func = constant_item; 1049 it->func = handler->func; 1110 cp = (*item->func) (item->want_orig ? orig : r, item->arg); 1600 log_struct->func = handler;
|
/httpd/support/ |
H A D | fcgistarter.c | 44 static void exit_error(apr_status_t rv, const char *func) argument 50 func,
|
/httpd/include/ |
H A D | ap_expr.h | 282 const void **func; member in struct:__anon3
|
H A D | http_config.h | 104 # define AP_NO_ARGS func.no_args 106 # define AP_RAW_ARGS func.raw_args 108 # define AP_TAKE_ARGV func.take_argv 110 # define AP_TAKE1 func.take1 112 # define AP_TAKE2 func.take2 114 # define AP_TAKE3 func.take3 116 # define AP_FLAG func.flag 119 # define AP_INIT_NO_ARGS(directive, func, mconfig, where, help) \ 120 { directive, { .no_args=func }, mconfig, where, NO_ARGS, help } 122 # define AP_INIT_RAW_ARGS(directive, func, mconfi 208 cmd_func func; member in struct:command_struct [all...] |
H A D | http_core.h | 940 ap_errorlog_handler_fn_t *func; member in struct:ap_errorlog_handler 955 ap_errorlog_handler_fn_t *func; member in struct:__anon26
|
/httpd/modules/slotmem/ |
H A D | mod_slotmem_plain.c | 41 static apr_status_t slotmem_do(ap_slotmem_instance_t *mem, ap_slotmem_callback_fn_t *func, void *data, apr_pool_t *pool) argument 57 retval = func((void *) ptr, data, pool);
|
H A D | mod_slotmem_shm.c | 267 ap_slotmem_callback_fn_t *func, 284 retval = func((void *) ptr, data, pool); 266 slotmem_doall(ap_slotmem_instance_t *mem, ap_slotmem_callback_fn_t *func, void *data, apr_pool_t *pool) argument
|
/httpd/modules/filters/ |
H A D | mod_filter.c | 57 ap_out_filter_func func; member in struct:__anon152 265 ctx->func = provider->frec->filter_func.out_func; 292 if (!ctx->func) { 316 AP_DEBUG_ASSERT(ctx->func != NULL); 323 ret = ctx->func(f, bb);
|
H A D | mod_include.c | 722 *parms->func = include_expr_var_fn; 4195 static void ap_register_include_handler(char *tag, include_handler_fn_t *func) argument 4197 apr_hash_set(include_handlers, tag, strlen(tag), (const void *)func);
|
/httpd/modules/metadata/ |
H A D | mod_headers.c | 119 format_tag_fn *func; member in struct:__anon253 284 tag->func = constant_item; 352 tag->func = constant_item; 375 tag->func = tag_handler; 626 s = tag[i].func(r, tag[i].arg);
|
/httpd/modules/lua/ |
H A D | mod_lua.c | 206 "%s details: scope: %s, file: %s, func: %s", 1703 lua_authz_provider_func *func = apr_pcalloc(cmd->pool, sizeof(lua_authz_provider_func)); local 1711 func->spec = spec; 1715 func->args = apr_array_make(cmd->pool, 2, sizeof(const char *)); 1717 APR_ARRAY_PUSH(func->args, const char *) = arg; 1721 *parsed_require_line = func;
|
H A D | lua_request.c | 1834 req_field_apr_table_f func = (req_field_apr_table_f)rft->fun; local 1838 rs = (*func)(r); 1844 lua_CFunction func = (lua_CFunction)rft->fun; local 1848 lua_pushcfunction(L, func); 1852 req_field_string_f func = (req_field_string_f)rft->fun; local 1856 rs = (*func) (r); 1861 req_field_int_f func = (req_field_int_f)rft->fun; local 1865 rs = (*func) (r); 1870 req_field_int_f func = (req_field_int_f)rft->fun; local 1874 rs = (*func) ( [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_http.c | 1107 ap_proxy_header_reverse_map_fn func; member in struct:__anon297 1127 (*transform_hdrs[i].func)(r, c, value));
|
/httpd/server/mpm/worker/ |
H A D | worker.c | 670 static void accept_mutex_error(const char *func, apr_status_t rv, int process_slot) argument 684 func); 689 "shutdown process gracefully.", func);
|
/httpd/server/ |
H A D | util_expr_eval.c | 63 ap_expr_var_func_t *func, 187 ap_expr_var_func_t *func, 190 AP_DEBUG_ASSERT(func != NULL); 192 return (*func)(ctx, data); 221 ap_expr_string_list_func_t *func = (ap_expr_string_list_func_t *)info->node_arg1; local 231 return (*func)(ctx, data, args); 234 ap_expr_string_func_t *func = (ap_expr_string_func_t *)info->node_arg1; local 235 return (*func)(ctx, data, ap_expr_eval_word(ctx, arg)); 295 ap_expr_list_func_t *func = (ap_expr_list_func_t *)info->node_arg1; local 298 AP_DEBUG_ASSERT(func ! 186 ap_expr_eval_var(ap_expr_eval_ctx_t *ctx, ap_expr_var_func_t *func, const void *data) argument 1746 const void *func; member in struct:expr_provider_single 1753 const void *func; member in struct:expr_provider_multi [all...] |
/httpd/modules/dav/main/ |
H A D | mod_dav.h | 1655 dav_error * (*func)(dav_walk_resource *wres, int calltype); member in struct:__anon135
|
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 264 char *(*func)(request_rec *, /* function pointer for internal maps */ member in struct:__anon235 1754 value = s->func(r, key); 3141 newmap->func = (char *(*)(request_rec *,char *)) 3143 if (newmap->func == NULL) { 5224 static void ap_register_rewrite_mapfunc(char *name, rewrite_mapfunc_t *func) argument 5226 apr_hash_set(mapfunc_hash, name, strlen(name), (const void *)func);
|