Searched refs:format_tag (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_headers.c115 * There is an array of struct format_tag per Header/RequestHeader
121 } format_tag; typedef in typeref:struct:__anon253
131 apr_array_header_t *ta; /* Array of format_tag structs */
279 static char *parse_misc_string(apr_pool_t *p, format_tag *tag, const char **sa)
339 static char *parse_format_tag(apr_pool_t *p, format_tag *tag, const char **sa)
387 * Decompose the format string into its tags. Each tag (struct format_tag)
417 hdr->ta = apr_array_make(p, 10, sizeof(format_tag));
420 if ((res = parse_format_tag(p, (format_tag *) apr_array_push(hdr->ta), &s))) {
609 format_tag *tag = NULL;
623 tag = (format_tag*) hd
[all...]

Completed in 225 milliseconds