/httpd/docs/log-message-tags/ |
H A D | update-log-msg-tags | 22 foreach my $tag (sort keys %tags) { 23 my $d = $tags{$tag}; 24 $list .= "$tag: $d->{file}:$d->{line}: $d->{msg}\n"; 45 my $tag = $1; 85 note_tag($file, $lineno, $tag, ""); 106 my $tag = sprintf('%05d', $serial++); 107 return "APLOGNO($tag)"; 114 my $tag = shift; 127 if (exists $tags{$tag}) { 128 print STDERR "WARNING: Duplicate tag [all...] |
/httpd/modules/filters/ |
H A D | mod_include.h | 109 (include_ctx_t *ctx, char **tag, char **tag_val, 117 (char *tag, include_handler_fn_t *func));
|
H A D | mod_include.c | 1657 * Extract the next tag name and value. 1658 * If there are no more tags, set the tag name to NULL. 1659 * The tag value is html decoded if dodecode is non-zero. 1660 * The tag value may be NULL if there is no tag value.. 1662 static void ap_ssi_get_tag_and_value(include_ctx_t *ctx, char **tag, argument 1666 *tag = NULL; 1673 *tag = ctx->intern->argv->name; 1684 static int find_file(request_rec *r, const char *directive, const char *tag, argument 1693 if (!strcmp(tag, "fil 1796 char *tag = NULL; local 1927 char *tag = NULL; local 2079 char *tag = NULL; local 2167 char *tag = NULL; local 2255 char *tag = NULL; local 2293 char *tag = NULL; local 2367 char *tag = NULL; local 2550 char *tag = NULL; local 4065 set_default_start_tag(cmd_parms *cmd, void *mconfig, const char *tag) argument 4085 set_default_end_tag(cmd_parms *cmd, void *mconfig, const char *tag) argument 4195 ap_register_include_handler(char *tag, include_handler_fn_t *func) argument [all...] |
/httpd/modules/loggers/ |
H A D | mod_log_config.h | 60 (apr_pool_t *p, char *tag, ap_log_handler_fn_t *func,
|
H A D | mod_log_config.c | 1596 static void ap_register_log_handler(apr_pool_t *p, char *tag, argument 1603 apr_hash_set(log_hash, tag, strlen(tag), (const void *)log_struct);
|
/httpd/docs/manual/style/css/ |
H A D | prettify.css | 14 .tag { color: #008 } /* a markup tag name */ 29 .tag { color: #006; font-weight: bold } 64 .lang-config .tag { color: #821; font-weight: bold } /* enclosures */ 85 .lang-c .tag { color: #248 } /* a markup tag name */
|
/httpd/modules/metadata/ |
H A D | mod_headers.c | 279 static char *parse_misc_string(apr_pool_t *p, format_tag *tag, const char **sa) argument 284 tag->func = constant_item; 294 tag->arg = apr_palloc(p, s - *sa + 1); 296 d = tag->arg; 339 static char *parse_format_tag(apr_pool_t *p, format_tag *tag, const char **sa) argument 346 return parse_misc_string(p, tag, sa); 352 tag->func = constant_item; 353 tag->arg = "%"; 360 tag->arg = "\0"; 364 tag 609 format_tag *tag = NULL; local 968 register_format_tag_handler(const char *tag, format_tag_fn *tag_handler) argument [all...] |
/httpd/modules/cache/ |
H A D | mod_socache_memcache.c | 60 const char *tag; member in struct:ap_socache_instance_t 61 apr_size_t taglen; /* strlen(tag) + 1 */ 163 ctx->tag = apr_pstrcat(p, namespace, ":", NULL); 164 ctx->taglen = strlen(ctx->tag) + 1; 178 * namespace tag; writes output to key buffer. Returns non-zero if 189 cp = apr_cpystrn(key, ctx->tag, ctx->taglen);
|
/httpd/modules/lua/ |
H A D | lua_dbd.c | 620 const char *tag; local 630 tag = lua_tostring(L, 3); 633 pstatement = apr_hash_get(db->dbdhandle->prepared, tag, 639 "Could not find any prepared statement called %s!", tag);
|
/httpd/modules/generators/ |
H A D | mod_cgi.c | 1159 char *tag = NULL; local 1190 cgi_pfn_gtv(ctx, &tag, &tag_val, SSI_VALUE_DECODED); 1191 if (!tag || !tag_val) { 1195 if (!strcmp(tag, "cmd")) { 1204 "for parameter \"%s\" to tag exec in file %s", 1205 tag, r->filename); 1210 else if (!strcmp(tag, "cgi")) { 1226 "\"%s\" to tag exec in %s", tag, file);
|
H A D | mod_cgid.c | 1861 char *tag = NULL; local 1892 cgid_pfn_gtv(ctx, &tag, &tag_val, SSI_VALUE_DECODED); 1893 if (!tag || !tag_val) { 1897 if (!strcmp(tag, "cmd")) { 1907 "to tag exec in file %s", tag, r->filename); 1912 else if (!strcmp(tag, "cgi")) { 1928 "\"%s\" to tag exec in %s", tag, file);
|
/httpd/modules/mappers/ |
H A D | mod_negotiation.c | 775 * tag - we will not look for continutation after this line. 827 static apr_off_t get_body(char *buffer, apr_size_t *len, const char *tag, argument 835 taglen = strlen(tag); 838 /* We are at the first character following a body:tag\n entry 840 * closing tag entry. If we fail to read, find the tag or back 847 /* put a copy of the tag *after* the data read from the file 851 memcpy(buffer + *len, tag, taglen); 852 endbody = strstr(buffer, tag); 858 /* Skip all the trailing cruft after the end tag t 1031 char *tag = apr_pstrdup(neg->pool, body); local [all...] |
/httpd/modules/ssl/ |
H A D | ssl_engine_vars.c | 949 const char *tag; local 957 tag = apr_hash_get(nids, &nid, sizeof nid); 958 if (tag) { 967 key = apr_psprintf(p, "%s%s_%d", pfx, tag, ++(*dup)); 973 key = apr_pstrcat(p, pfx, tag, NULL);
|
/httpd/include/ |
H A D | http_core.h | 931 * @param tag the new format specifier (i.e. the letter after the %) 935 AP_DECLARE(void) ap_register_errorlog_handler(apr_pool_t *p, char *tag,
|
/httpd/server/ |
H A D | core.c | 4144 AP_DECLARE(void) ap_register_errorlog_handler(apr_pool_t *p, char *tag, argument 4152 apr_hash_set(errorlog_hash, tag, 1, (const void *)log_struct);
|