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

/freebsd-13-stable/lib/libfetch/
H A Dhttp.c488 * Note that the "headerbuf" is just a place to return the result. Its
543 /* Copy the line to the headerbuf */
1386 http_headerbuf_t headerbuf; local
1414 init_http_headerbuf(&headerbuf);
1457 clean_http_headerbuf(&headerbuf);
1470 switch ((h = http_next_header(conn, &headerbuf, &p))) {
1493 clean_http_headerbuf(&headerbuf);
1497 clean_http_headerbuf(&headerbuf);
1600 http_headerbuf_t headerbuf; local
1606 init_http_headerbuf(&headerbuf);
[all...]
/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c675 char *headerbuf, *trailerbuf; local
721 headerbuf = hdtrarray[0].iov_base = apr_palloc(sock->pool, headerlen);
725 memcpy(headerbuf, hdtr->headers[i].iov_base,
727 headerbuf += hdtr->headers[i].iov_len;
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3471 char headerbuf[ZFS_MAXPROPLEN]; local
3490 headerbuf[i] = toupper(pl->pl_user_prop[i]);
3491 headerbuf[i] = '\0';
3492 header = headerbuf;
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5878 char headerbuf[ZPOOL_MAXPROPLEN]; local
5907 headerbuf[i] = toupper(pl->pl_user_prop[i]);
5908 headerbuf[i] = '\0';
5909 header = headerbuf;

Completed in 102 milliseconds