Searched refs:map (Results 1 - 10 of 10) sorted by relevance
/httpd/modules/mappers/ |
H A D | mod_vhost_alias.c | 120 static const char *vhost_alias_set(cmd_parms *cmd, void *dummy, const char *map) argument 154 if (!ap_os_is_path_absolute(cmd->pool, map)) { 155 if (strcasecmp(map, "none")) { 164 p = map; 210 *pmap = map; 254 const char *map, const char *uri) 282 while (*map) { 283 if (*map != '%') { 286 *dest++ = *map++; 290 ++map; 253 vhost_alias_interpolate(request_rec *r, const char *name, const char *map, const char *uri) argument 385 const char *name, *map, *uri; local [all...] |
H A D | mod_negotiation.c | 42 #define MAP_FILE_MAGIC_TYPE "application/x-type-map" 203 request_rec *sub_req; /* May be NULL (is, for map files) */ 205 const char *file_name; /* Set to 'this' (for map file body content) */ 206 apr_off_t body; /* Only for map file body content */ 535 /* Given the text of the Content-Languages: line from the var map file, 732 * Parsing type-map files, in Roy's meta/http format augmented with 744 static enum header_state get_header_line(char *buffer, int len, apr_file_t *map) argument 753 if (apr_file_gets(buffer, MAX_STRING_LEN, map) != APR_SUCCESS) { 780 while (apr_file_getc(&c, map) != APR_EOF) { 783 while (apr_file_getc(&c, map) ! 827 get_body(char *buffer, apr_size_t *len, const char *tag, apr_file_t *map) argument 939 read_type_map(apr_file_t **map, negotiation_state *neg, request_rec *rr) argument 2970 apr_file_t *map; local [all...] |
H A D | mod_rewrite.c | 256 const char *datafile; /* filename for map data files */ 257 const char *dbmtype; /* dbm type for dbm map data files */ 258 const char *checkfile; /* filename to check for map existence */ 260 int type; /* the type of the map */ 266 char **argv; /* argv of the external rewrite map */ 268 const char *checkfile2; /* filename to check for map existence 362 /* cached maps contain an mtime for the whole map and live in a subpool 422 static const char *rewritemap_mutex_type = "rewrite-map"; 994 cachedmap *map; local 1000 map 1046 cachedmap *map; local 1234 rewritemap_entry *map; local 2358 char *map, *dflt; local [all...] |
/httpd/build/ |
H A D | NWGNUhead.inc | 61 @echo $(DL)clean . . . . . . deletes $(OBJDIR) dirs, *.err, and *.map$(DL) 103 $(call DEL,*.map)
|
H A D | NWGNUtail.inc | 262 @echo $(DL)-map $(OBJDIR)/$(NLM_NAME).map$(DL)>> $@
|
/httpd/support/ |
H A D | dbmmanage.in | 181 join '', map $range[rand $x], 1..shift||1; 284 print $key ? "$key:$DB{$key}\n" : map { "$_:$DB{$_}\n" if $DB{$_} } keys %DB;
|
H A D | apxs.in | 40 my $CFG_CFLAGS = join ' ', map { get_vars($_) } 42 my $CFG_LDFLAGS = join ' ', map { get_vars($_) } 54 my %internal_vars = map {$_ => 1}
|
/httpd/modules/filters/ |
H A D | mod_proxy_html.c | 87 urlmap *map; member in struct:__anon168 110 urlmap *map; member in struct:__anon169 213 urlmap *themap = ctx->map; 397 urlmap *themap = ctx->map; 785 for (p = ctx->cfg->map; p; p = p->next) { 813 /* create new urlmap with memcpy and append to map */ 820 ctx->map = newp; 874 fctx->map = cfg->map; 1023 if (add->map 1125 urlmap *map; local [all...] |
/httpd/docs/manual/style/scripts/ |
H A D | prettify.js | 140 var C_TYPES = /^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float|char|void|const|static|struct)\d*(_t)?\b)|[a-z_]+_rec|cmd_parms\b/;
|
H A D | prettify.min.js | 3 PYTHON_KEYWORDS,RUBY_KEYWORDS,SH_KEYWORDS,CONFIG_KEYWORDS,PHP_KEYWORDS];var C_TYPES=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float|char|void|const|static|struct)\d*(_t)?\b)|[a-z_]+_rec|cmd_parms\b/;var PR_STRING='str';var PR_KEYWORD='kwd';var PR_COMMENT='com';var PR_TYPE='typ';var PR_LITERAL='lit';var PR_PUNCTUATION='pun';var PR_PLAIN='pln';var PR_TAG='tag';var PR_DECLARATION='dec';var PR_SOURCE='src';var PR_ATTRIB_NAME='atn';var PR_ATTRIB_VALUE='atv';var PR_NOCODE='nocode';var REGEXP_PRECEDER_PATTERN='(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<<?=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*';function combinePrefixPatterns(regexs){var capturedGroupIndex=0;var needToFoldCase=false;var ignoreCase=false;for(var i=0,n=regexs.length;i<n;++i){var regex=regexs[i];if(regex.ignoreCase){ignoreCase=true;}else if(/[a-z]/i.test(regex.source.replace(/\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi,''))){needToFoldCase=true;ignoreCase=false;break;}}
|
Completed in 4030 milliseconds