Searched refs:headerbuf (Results 1 – 3 of 3) sorted by relevance
1382 http_headerbuf_t headerbuf; in http_connect() local1410 init_http_headerbuf(&headerbuf); in http_connect()1453 clean_http_headerbuf(&headerbuf); in http_connect()1466 switch ((h = http_next_header(conn, &headerbuf, &p))) { in http_connect()1489 clean_http_headerbuf(&headerbuf); in http_connect()1493 clean_http_headerbuf(&headerbuf); in http_connect()1599 http_headerbuf_t headerbuf; in http_request_body() local1605 init_http_headerbuf(&headerbuf); in http_request_body()1866 switch ((h = http_next_header(conn, &headerbuf, &p))) { in http_request_body()2062 clean_http_headerbuf(&headerbuf); in http_request_body()[all …]
3606 char headerbuf[ZFS_MAXPROPLEN]; in print_header() local3627 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()3628 headerbuf[i] = '\0'; in print_header()3629 header = headerbuf; in print_header()
6766 char headerbuf[ZPOOL_MAXPROPLEN]; in print_header() local6795 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()6796 headerbuf[i] = '\0'; in print_header()6797 header = headerbuf; in print_header()