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

/freebsd-10.1-release/contrib/serf/buckets/
H A Dchunk_buckets.c220 serf_bucket_destroy(ctx->stream);
221 serf_bucket_destroy(ctx->chunk);
H A Dlimit_buckets.c113 serf_bucket_destroy(ctx->stream);
H A Dresponse_body_buckets.c121 serf_bucket_destroy(ctx->stream);
H A Dresponse_buckets.c112 serf_bucket_destroy(ctx->stream);
114 serf_bucket_destroy(ctx->body);
115 serf_bucket_destroy(ctx->headers);
H A Ddechunk_buckets.c59 serf_bucket_destroy(ctx->stream);
H A Ddeflate_buckets.c132 serf_bucket_destroy(ctx->inflate_stream);
134 serf_bucket_destroy(ctx->stream);
H A Dbwtp_buckets.c341 serf_bucket_destroy(ctx->stream);
343 serf_bucket_destroy(ctx->body);
344 serf_bucket_destroy(ctx->headers);
H A Daggregate_buckets.c51 serf_bucket_destroy(ctx->done->bucket);
116 serf_bucket_destroy(ctx->list->bucket);
H A Dssl_buckets.c1376 serf_bucket_destroy(ssl_ctx->decrypt.pending);
1379 serf_bucket_destroy(ssl_ctx->encrypt.pending);
1808 serf_bucket_destroy(*ctx->our_stream);
1819 serf_bucket_destroy(*ctx->our_stream);
1820 serf_bucket_destroy(ssl_ctx->encrypt.pending);
/freebsd-10.1-release/contrib/serf/
H A Dssltunnel.c107 serf_bucket_destroy(conn->ssltunnel_ostream);
108 serf_bucket_destroy(conn->stream);
H A Doutgoing.c53 serf_bucket_destroy(request->resp_bkt);
57 serf_bucket_destroy(request->req_bkt);
223 serf_bucket_destroy(conn->ostream_head);
260 serf_bucket_destroy(conn->ostream_tail);
490 serf_bucket_destroy(request->resp_bkt);
495 serf_bucket_destroy(request->req_bkt);
613 serf_bucket_destroy(conn->stream);
877 serf_bucket_destroy(request->req_bkt);
962 serf_bucket_destroy(conn->current_async_response);
1451 serf_bucket_destroy(con
[all...]
H A Dserf.h919 #define serf_bucket_destroy(b) ((b)->type->destroy(b)) macro
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c843 serf_bucket_destroy(body_bkt);

Completed in 87 milliseconds