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

/httpd/modules/http/
H A Dchunk_filter.c1 /* Licensed to the Apache Software Foundation (ASF) under one or more
52 apr_bucket_brigade *more, *tmp; local
56 for (more = tmp = NULL; b; b = more, more = NULL) {
88 more = apr_brigade_split_ex(b, APR_BUCKET_NEXT(e), tmp);
108 more = apr_brigade_split_ex(b, APR_BUCKET_NEXT(e), tmp);
126 * be a good idea to set them aside and return for more,
176 * marker above, but this is a bit more straight-forward for

Completed in 9 milliseconds