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

/freebsd-11-stable/contrib/serf/buckets/
H A Daggregate_buckets.c36 serf_bucket_aggregate_eof_t hold_open; member in struct:__anon51
81 ctx->hold_open = NULL;
191 ctx->hold_open = fn;
241 if (ctx->hold_open) {
242 return ctx->hold_open(ctx->hold_open_baton, bucket);
286 if (ctx->hold_open) {
287 return ctx->hold_open(ctx->hold_open_baton, bucket);
372 if (ctx->hold_open) {
373 return ctx->hold_open(ctx->hold_open_baton, bucket);
398 if (ctx->hold_open) {
[all...]

Completed in 41 milliseconds