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

/httpd/server/
H A Dapreq_util.c1011 apr_bucket *last_in, *last_out; local
1067 last_in = APR_BRIGADE_LAST(in);
1069 if (APR_BUCKET_IS_EOS(last_in))
1070 APR_BUCKET_REMOVE(last_in);
1102 if (APR_BUCKET_IS_EOS(last_in))
1103 APR_BRIGADE_INSERT_TAIL(out, last_in);
1106 else if (APR_BUCKET_IS_EOS(last_in))
1107 APR_BRIGADE_INSERT_TAIL(in, last_in);

Completed in 16 milliseconds