tag              1557 modules/filters/mod_include.c         *tag = NULL;
tag              1564 modules/filters/mod_include.c     *tag = ctx->intern->argv->name;
tag              1584 modules/filters/mod_include.c     if (!strcmp(tag, "file")) {
tag              1626 modules/filters/mod_include.c     else if (!strcmp(tag, "virtual")) {
tag              1647 modules/filters/mod_include.c                       "to tag %s in %s", tag, directive, r->filename);
tag              1678 modules/filters/mod_include.c         char *tag     = NULL;
tag              1684 modules/filters/mod_include.c         ap_ssi_get_tag_and_value(ctx, &tag, &tag_val, SSI_VALUE_DECODED);
tag              1685 modules/filters/mod_include.c         if (!tag || !tag_val) {
tag              1689 modules/filters/mod_include.c         if (strcmp(tag, "virtual") && strcmp(tag, "file")) {
tag              1691 modules/filters/mod_include.c                           "\"%s\" to tag include in %s", tag, r->filename);
tag              1698 modules/filters/mod_include.c         if (tag[0] == 'f') {
tag              1789 modules/filters/mod_include.c         char *tag = NULL;
tag              1792 modules/filters/mod_include.c         ap_ssi_get_tag_and_value(ctx, &tag, &tag_val, SSI_VALUE_DECODED);
tag              1793 modules/filters/mod_include.c         if (!tag || !tag_val) {
tag              1797 modules/filters/mod_include.c         if (!strcmp(tag, "var")) {
tag              1830 modules/filters/mod_include.c         else if (!strcmp(tag, "encoding")) {
tag              1850 modules/filters/mod_include.c                           "\"%s\" in tag echo of %s", tag, r->filename);
tag              1887 modules/filters/mod_include.c         char *tag     = NULL;
tag              1890 modules/filters/mod_include.c         ap_ssi_get_tag_and_value(ctx, &tag, &tag_val, SSI_VALUE_RAW);
tag              1891 modules/filters/mod_include.c         if (!tag || !tag_val) {
tag              1895 modules/filters/mod_include.c         if (!strcmp(tag, "errmsg")) {
tag              1899 modules/filters/mod_include.c         else if (!strcmp(tag, "echomsg")) {
tag              1904 modules/filters/mod_include.c         else if (!strcmp(tag, "timefmt")) {
tag              1918 modules/filters/mod_include.c         else if (!strcmp(tag, "sizefmt")) {
tag              1939 modules/filters/mod_include.c                           "\"%s\" to tag config in %s", tag, r->filename);
tag              1974 modules/filters/mod_include.c         char *tag     = NULL;
tag              1979 modules/filters/mod_include.c         ap_ssi_get_tag_and_value(ctx, &tag, &tag_val, SSI_VALUE_DECODED);
tag              1980 modules/filters/mod_include.c         if (!tag || !tag_val) {
tag              1987 modules/filters/mod_include.c         if (!find_file(r, "fsize", tag, parsed_string, &finfo)) {
tag              2061 modules/filters/mod_include.c         char *tag     = NULL;
tag              2066 modules/filters/mod_include.c         ap_ssi_get_tag_and_value(ctx, &tag, &tag_val, SSI_VALUE_DECODED);
tag              2067 modules/filters/mod_include.c         if (!tag || !tag_val) {
tag              2074 modules/filters/mod_include.c         if (!find_file(r, "flastmod", tag, parsed_string, &finfo)) {
tag              2099 modules/filters/mod_include.c     char *tag = NULL;
tag              2124 modules/filters/mod_include.c     ap_ssi_get_tag_and_value(ctx, &tag, &expr, SSI_VALUE_RAW);
tag              2126 modules/filters/mod_include.c     if (strcmp(tag, "expr")) {
tag              2128 modules/filters/mod_include.c                       "to tag if in %s", tag, r->filename);
tag              2169 modules/filters/mod_include.c     char *tag = NULL;
tag              2192 modules/filters/mod_include.c     ap_ssi_get_tag_and_value(ctx, &tag, &expr, SSI_VALUE_RAW);
tag              2194 modules/filters/mod_include.c     if (strcmp(tag, "expr")) {
tag              2196 modules/filters/mod_include.c                       "to tag if in %s", tag, r->filename);
tag              2343 modules/filters/mod_include.c         char *tag = NULL;
tag              2346 modules/filters/mod_include.c         ap_ssi_get_tag_and_value(ctx, &tag, &tag_val, SSI_VALUE_DECODED);
tag              2348 modules/filters/mod_include.c         if (!tag || !tag_val) {
tag              2352 modules/filters/mod_include.c         if (!strcmp(tag, "var")) {
tag              2356 modules/filters/mod_include.c         else if (!strcmp(tag, "value")) {
tag              3752 modules/filters/mod_include.c     const char *p = tag;
tag              3763 modules/filters/mod_include.c     conf->default_start_tag = tag;
tag              3772 modules/filters/mod_include.c     const char *p = tag;
tag              3783 modules/filters/mod_include.c     conf->default_end_tag = tag;
tag              3870 modules/filters/mod_include.c     apr_hash_set(include_handlers, tag, strlen(tag), (const void *)func);
tag              1139 modules/generators/mod_cgi.c     char *tag = NULL;
tag              1170 modules/generators/mod_cgi.c         cgi_pfn_gtv(ctx, &tag, &tag_val, SSI_VALUE_DECODED);
tag              1171 modules/generators/mod_cgi.c         if (!tag || !tag_val) {
tag              1175 modules/generators/mod_cgi.c         if (!strcmp(tag, "cmd")) {
tag              1185 modules/generators/mod_cgi.c                               tag, r->filename);
tag              1190 modules/generators/mod_cgi.c         else if (!strcmp(tag, "cgi")) {
tag              1206 modules/generators/mod_cgi.c                           "\"%s\" to tag exec in %s", tag, file);
tag              1726 modules/generators/mod_cgid.c     char *tag     = NULL;
tag              1757 modules/generators/mod_cgid.c         cgid_pfn_gtv(ctx, &tag, &tag_val, SSI_VALUE_DECODED);
tag              1758 modules/generators/mod_cgid.c         if (!tag || !tag_val) {
tag              1762 modules/generators/mod_cgid.c         if (!strcmp(tag, "cmd")) {
tag              1772 modules/generators/mod_cgid.c                               "to tag exec in file %s", tag, r->filename);
tag              1777 modules/generators/mod_cgid.c         else if (!strcmp(tag, "cgi")) {
tag              1793 modules/generators/mod_cgid.c                           "\"%s\" to tag exec in %s", tag, file);
tag              1344 modules/loggers/mod_log_config.c     apr_hash_set(log_hash, tag, 1, (const void *)log_struct);
tag               835 modules/mappers/mod_negotiation.c     taglen = strlen(tag);
tag               851 modules/mappers/mod_negotiation.c     memcpy(buffer + *len, tag, taglen);
tag               852 modules/mappers/mod_negotiation.c     endbody = strstr(buffer, tag);
tag              1030 modules/mappers/mod_negotiation.c                 char *tag = apr_pstrdup(neg->pool, body);
tag              1031 modules/mappers/mod_negotiation.c                 char *eol = strchr(tag, '\0');
tag              1033 modules/mappers/mod_negotiation.c                 while (--eol >= tag && apr_isspace(*eol))
tag              1035 modules/mappers/mod_negotiation.c                 if ((mime_info.body = get_body(buffer, &len, tag, *map)) < 0) {
tag              1039 modules/mappers/mod_negotiation.c                                   tag, r->filename);
tag               246 modules/metadata/mod_headers.c     tag->func = constant_item;
tag               256 modules/metadata/mod_headers.c     tag->arg = apr_palloc(p, s - *sa + 1);
tag               258 modules/metadata/mod_headers.c     d = tag->arg;
tag               308 modules/metadata/mod_headers.c         return parse_misc_string(p, tag, sa);
tag               314 modules/metadata/mod_headers.c         tag->func = constant_item;
tag               315 modules/metadata/mod_headers.c         tag->arg = "%";
tag               322 modules/metadata/mod_headers.c     tag->arg = '\0';
tag               326 modules/metadata/mod_headers.c         tag->arg = ap_getword(p,&s,'}');
tag               337 modules/metadata/mod_headers.c     tag->func = tag_handler;
tag               537 modules/metadata/mod_headers.c     format_tag *tag = (format_tag*) hdr->ta->elts;
tag               540 modules/metadata/mod_headers.c         s = tag[i].func(r, tag[i].arg);
tag               802 modules/metadata/mod_headers.c     apr_hash_set(format_tag_hash, tag, 1, tag_handler);
tag               126 srclib/apr-util/xml/expat/lib/xmlparse.c   struct tag *parent;
tag              1600 srclib/apr-util/xml/expat/lib/xmlparse.c 	TAG *tag;
tag              1602 srclib/apr-util/xml/expat/lib/xmlparse.c 	  tag = freeTagList;
tag              1606 srclib/apr-util/xml/expat/lib/xmlparse.c 	  tag = MALLOC(sizeof(TAG));
tag              1607 srclib/apr-util/xml/expat/lib/xmlparse.c 	  if (!tag)
tag              1609 srclib/apr-util/xml/expat/lib/xmlparse.c 	  tag->buf = MALLOC(INIT_TAG_BUF_SIZE);
tag              1610 srclib/apr-util/xml/expat/lib/xmlparse.c 	  if (!tag->buf)
tag              1612 srclib/apr-util/xml/expat/lib/xmlparse.c 	  tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
tag              1614 srclib/apr-util/xml/expat/lib/xmlparse.c 	tag->bindings = 0;
tag              1615 srclib/apr-util/xml/expat/lib/xmlparse.c 	tag->parent = tagStack;
tag              1616 srclib/apr-util/xml/expat/lib/xmlparse.c 	tagStack = tag;
tag              1617 srclib/apr-util/xml/expat/lib/xmlparse.c 	tag->name.localPart = 0;
tag              1618 srclib/apr-util/xml/expat/lib/xmlparse.c 	tag->rawName = s + enc->minBytesPerChar;
tag              1619 srclib/apr-util/xml/expat/lib/xmlparse.c 	tag->rawNameLength = XmlNameLength(enc, tag->rawName);
tag              1623 srclib/apr-util/xml/expat/lib/xmlparse.c 	  if (tag->rawNameLength + (int)(sizeof(XML_Char) - 1) + (int)sizeof(XML_Char) > tag->bufEnd - tag->buf) {
tag              1624 srclib/apr-util/xml/expat/lib/xmlparse.c 	    int bufSize = tag->rawNameLength * 4;
tag              1626 srclib/apr-util/xml/expat/lib/xmlparse.c 	    tag->buf = REALLOC(tag->buf, bufSize);
tag              1627 srclib/apr-util/xml/expat/lib/xmlparse.c 	    if (!tag->buf)
tag              1629 srclib/apr-util/xml/expat/lib/xmlparse.c 	    tag->bufEnd = tag->buf + bufSize;
tag              1631 srclib/apr-util/xml/expat/lib/xmlparse.c 	  memcpy(tag->buf, tag->rawName, tag->rawNameLength);
tag              1632 srclib/apr-util/xml/expat/lib/xmlparse.c 	  tag->rawName = tag->buf;
tag              1639 srclib/apr-util/xml/expat/lib/xmlparse.c 	    const char *rawNameEnd = tag->rawName + tag->rawNameLength;
tag              1640 srclib/apr-util/xml/expat/lib/xmlparse.c 	    const char *fromPtr = tag->rawName;
tag              1643 srclib/apr-util/xml/expat/lib/xmlparse.c 	      toPtr = (XML_Char *)(tag->buf + ROUND_UP(tag->rawNameLength, sizeof(XML_Char)));
tag              1645 srclib/apr-util/xml/expat/lib/xmlparse.c 	      toPtr = (XML_Char *)tag->buf;
tag              1646 srclib/apr-util/xml/expat/lib/xmlparse.c 	    tag->name.str = toPtr;
tag              1649 srclib/apr-util/xml/expat/lib/xmlparse.c 		       (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
tag              1652 srclib/apr-util/xml/expat/lib/xmlparse.c 	    bufSize = (tag->bufEnd - tag->buf) << 1;
tag              1653 srclib/apr-util/xml/expat/lib/xmlparse.c 	    tag->buf = REALLOC(tag->buf, bufSize);
tag              1654 srclib/apr-util/xml/expat/lib/xmlparse.c 	    if (!tag->buf)
tag              1656 srclib/apr-util/xml/expat/lib/xmlparse.c 	    tag->bufEnd = tag->buf + bufSize;
tag              1658 srclib/apr-util/xml/expat/lib/xmlparse.c 	      tag->rawName = tag->buf;
tag              1661 srclib/apr-util/xml/expat/lib/xmlparse.c 	  result = storeAtts(parser, enc, s, &(tag->name), &(tag->bindings));
tag              1664 srclib/apr-util/xml/expat/lib/xmlparse.c 	  startElementHandler(handlerArg, tag->name.str, (const XML_Char **)atts);
tag              1668 srclib/apr-util/xml/expat/lib/xmlparse.c 	  tag->name.str = 0;
tag              1725 srclib/apr-util/xml/expat/lib/xmlparse.c 	TAG *tag = tagStack;
tag              1726 srclib/apr-util/xml/expat/lib/xmlparse.c 	tagStack = tag->parent;
tag              1727 srclib/apr-util/xml/expat/lib/xmlparse.c 	tag->parent = freeTagList;
tag              1728 srclib/apr-util/xml/expat/lib/xmlparse.c 	freeTagList = tag;
tag              1731 srclib/apr-util/xml/expat/lib/xmlparse.c 	if (len != tag->rawNameLength
tag              1732 srclib/apr-util/xml/expat/lib/xmlparse.c 	    || memcmp(tag->rawName, rawName, len) != 0) {
tag              1737 srclib/apr-util/xml/expat/lib/xmlparse.c 	if (endElementHandler && tag->name.str) {
tag              1738 srclib/apr-util/xml/expat/lib/xmlparse.c 	  if (tag->name.localPart) {
tag              1739 srclib/apr-util/xml/expat/lib/xmlparse.c 	    XML_Char *to = (XML_Char *)tag->name.str + tag->name.uriLen;
tag              1740 srclib/apr-util/xml/expat/lib/xmlparse.c 	    const XML_Char *from = tag->name.localPart;
tag              1744 srclib/apr-util/xml/expat/lib/xmlparse.c 	  endElementHandler(handlerArg, tag->name.str);
tag              1748 srclib/apr-util/xml/expat/lib/xmlparse.c 	while (tag->bindings) {
tag              1749 srclib/apr-util/xml/expat/lib/xmlparse.c 	  BINDING *b = tag->bindings;
tag              1752 srclib/apr-util/xml/expat/lib/xmlparse.c 	  tag->bindings = tag->bindings->nextTagBinding;
tag               466 srclib/apr/include/apr_pools.h APR_DECLARE(void) apr_pool_tag(apr_pool_t *pool, const char *tag);
tag               480 srclib/apr/memory/unix/apr_pools.c     const char           *tag;
tag               875 srclib/apr/memory/unix/apr_pools.c     pool->tag = NULL;
tag               956 srclib/apr/memory/unix/apr_pools.c     pool->tag = NULL;
tag              1227 srclib/apr/memory/unix/apr_pools.c                 pool, pool->tag,
tag              1662 srclib/apr/memory/unix/apr_pools.c     pool->tag = file_line;
tag              1749 srclib/apr/memory/unix/apr_pools.c     pool->tag = file_line;
tag              2056 srclib/apr/memory/unix/apr_pools.c     pool->tag = tag;