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

/freebsd-11.0-release/contrib/apr-util/test/
H A Dtestbuckets.c57 APR_BUCKET_NEXT(fb) == APR_BRIGADE_SENTINEL(bb));
65 APR_BUCKET_NEXT(tb) == fb);
133 e = APR_BUCKET_NEXT(e)) {
257 e = APR_BUCKET_NEXT(e);
259 e = APR_BUCKET_NEXT(e);
274 e = APR_BUCKET_NEXT(e);
281 e = APR_BUCKET_NEXT(e);
290 f = APR_BUCKET_NEXT(e);
292 e = APR_BUCKET_NEXT(f);
342 e = APR_BUCKET_NEXT(
[all...]
/freebsd-11.0-release/contrib/apr-util/buckets/
H A Dapr_brigade.c134 e = APR_BUCKET_NEXT(e))
159 *after_point = APR_BUCKET_NEXT(e);
176 *after_point = APR_BUCKET_NEXT(e);
181 *after_point = APR_BUCKET_NEXT(e);
199 bkt = APR_BUCKET_NEXT(bkt))
231 b = APR_BUCKET_NEXT(b))
371 e = APR_BUCKET_NEXT(e))
/freebsd-11.0-release/contrib/apr-util/include/
H A Dapr_buckets.h325 * e = APR_BUCKET_NEXT(e);
422 #define APR_BUCKET_NEXT(e) APR_RING_NEXT((e), link) macro

Completed in 101 milliseconds