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

/macosx-10.10/apache-793/httpd/modules/http/
H A Dbyterange_filter.c438 apr_bucket_brigade *bsend; local
500 bsend = apr_brigade_create(r->pool, c->bucket_alloc);
503 return send_416(f, bsend);
563 APR_BRIGADE_INSERT_TAIL(bsend, e);
570 APR_BRIGADE_INSERT_TAIL(bsend, e);
573 APR_BRIGADE_CONCAT(bsend, tmpbb);
582 if ((rv = ap_pass_brigade(f->next, bsend)) != APR_SUCCESS)
584 apr_brigade_cleanup(bsend);
589 /* bsend is assumed to be empty if we get here. */
590 return send_416(f, bsend);
[all...]
/macosx-10.10/uucp-11/uucp/
H A Dchat.c587 char bsend;
627 bsend = 'B';
635 bsend = '\004';
642 bsend = 'E';
652 bsend = '-';
656 bsend = '\b';
686 bsend = '\n';
690 bsend = '\0';
698 bsend = '\r';
702 bsend
585 char bsend; local
[all...]
H A Dprotf.c76 char bsend;
791 qinfo->bsend = 'Q';
811 qinfo->bsend = 'R';
818 qinfo->bsend = 'G';
837 ab[0] = qinfo->bsend;
74 char bsend; member in struct:sfinfo

Completed in 133 milliseconds