Searched defs:action_types (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/mappers/
H A Dmod_actions.c53 apr_table_t *action_types; /* Added with Action... */ member in struct:__anon227
67 new->action_types = apr_table_make(p, 4);
80 new->action_types = apr_table_overlay(p, add->action_types,
81 base->action_types);
103 apr_table_setn(m->action_types, type,
188 if (action && (t = apr_table_get(conf->action_types, action))) {

Completed in 530 milliseconds