Home
last modified time | relevance | path

Searched refs:headerbuf (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/lib/libfetch/
Dhttp.c1383 http_headerbuf_t headerbuf; in http_connect() local
1408 init_http_headerbuf(&headerbuf); in http_connect()
1425 switch ((h = http_next_header(conn, &headerbuf, &p))) { in http_connect()
1448 clean_http_headerbuf(&headerbuf); in http_connect()
1452 clean_http_headerbuf(&headerbuf); in http_connect()
1555 http_headerbuf_t headerbuf; in http_request_body() local
1561 init_http_headerbuf(&headerbuf); in http_request_body()
1822 switch ((h = http_next_header(conn, &headerbuf, &p))) { in http_request_body()
2016 clean_http_headerbuf(&headerbuf); in http_request_body()
2028 clean_http_headerbuf(&headerbuf); in http_request_body()
/freebsd-10-stable/contrib/apr/network_io/unix/
Dsendrecv.c675 char *headerbuf, *trailerbuf; in apr_socket_sendfile() local
721 headerbuf = hdtrarray[0].iov_base = apr_palloc(sock->pool, headerlen); in apr_socket_sendfile()
725 memcpy(headerbuf, hdtr->headers[i].iov_base, in apr_socket_sendfile()
727 headerbuf += hdtr->headers[i].iov_len; in apr_socket_sendfile()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c2851 char headerbuf[ZPOOL_MAXPROPLEN]; in print_header() local
2880 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()
2881 headerbuf[i] = '\0'; in print_header()
2882 header = headerbuf; in print_header()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c2948 char headerbuf[ZFS_MAXPROPLEN]; in print_header() local
2967 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()
2968 headerbuf[i] = '\0'; in print_header()
2969 header = headerbuf; in print_header()