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

/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dhttp_filters.c103 apr_off_t brigade_length; local
114 rv = apr_brigade_length(b, 0, &brigade_length);
119 if (brigade_length == -1) {
122 if (!brigade_length) {
125 ctx->linesize += brigade_length;

Completed in 131 milliseconds