Searched refs:headerbuf (Results 1 – 4 of 4) sorted by relevance
1383 http_headerbuf_t headerbuf; in http_connect() local1408 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() local1561 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()
675 char *headerbuf, *trailerbuf; in apr_socket_sendfile() local721 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()
2851 char headerbuf[ZPOOL_MAXPROPLEN]; in print_header() local2880 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()2881 headerbuf[i] = '\0'; in print_header()2882 header = headerbuf; in print_header()
2948 char headerbuf[ZFS_MAXPROPLEN]; in print_header() local2967 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()2968 headerbuf[i] = '\0'; in print_header()2969 header = headerbuf; in print_header()