Lines Matching defs:ext
73 char *CGIhdlr, char *ext, char *detach)
77 if (*ext == '.')
78 ++ext;
89 apr_table_set(m->file_type_handlers, ext, CGIhdlr);
91 apr_table_set(m->file_handler_mode, ext, "y");
101 char *ext = NULL;
132 ext = strrchr(apr_filepath_name_get(cmd_only), '.');
135 if (!ext) {
136 ext = "";
140 if (*ext == '.')
141 ++ext;
144 new_cmd = apr_table_get(d->file_type_handlers, ext);
148 "Could not find a command associated with the %s extension", ext);
157 if(apr_table_get(d->file_handler_mode, ext))