Searched defs:tattr (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/filters/
H A Dmod_xml2enc.c78 } tattr; typedef in typeref:struct:__anon179
133 tattr* starts = (tattr*) cfg->skipto->elts;
581 tattr* attr;
584 cfg->skipto = apr_array_make(cmd->pool, 4, sizeof(tattr));
H A Dmod_proxy_html.c70 } tattr; typedef in typeref:struct:__anon165
468 tattr *attrs = (tattr*) linkattrs->elts;
479 tattr *attrs = (tattr*) ctx->cfg->events->elts;
1209 tattr *attr;
1212 cfg->events = apr_array_make(cmd->pool, 20, sizeof(tattr));
1222 tattr *attr;
1230 attrs = apr_array_make(cmd->pool, 2, sizeof(tattr*));

Completed in 15 milliseconds