Searched defs:suffix (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/cache/ |
H A D | mod_socache_dbm.c | 101 const char *name, const char *suffix) 103 if (suffix) 104 name = apr_pstrcat(p, name, suffix, NULL); 100 try_chown(apr_pool_t *p, server_rec *s, const char *name, const char *suffix) argument
|
/httpd/modules/http/ |
H A D | http_protocol.c | 1087 const char *suffix) 1092 result = apr_pstrcat(r->pool, prefix, suffix, NULL); 1095 result = apr_pstrcat(r->pool, prefix, notes, suffix, NULL); 1084 add_optional_notes(request_rec *r, const char *prefix, const char *key, const char *suffix) argument
|
H A D | mod_mime.c | 177 attrib_info *suffix = (attrib_info *) remove->elts; local 181 suffix[i].name, 183 if (exinfo && *(const char**)((char *)exinfo + suffix[i].offset)) { 186 apr_hash_set(mappings, suffix[i].name, 189 *(const char**)((char *)exinfo + suffix[i].offset) = NULL; 295 attrib_info *suffix; local 300 m->remove_mappings = apr_array_make(cmd->pool, 4, sizeof(*suffix)); 302 suffix = (attrib_info *)apr_array_push(m->remove_mappings); 303 suffix->name = apr_pstrdup(cmd->pool, ext); 304 ap_str_tolower(suffix [all...] |
Completed in 125 milliseconds