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

/freebsd-10-stable/lib/libfetch/
H A Dhttp.c485 * Note that the "headerbuf" is just a place to return the result. Its
540 /* Copy the line to the headerbuf */
1383 http_headerbuf_t headerbuf; local
1408 init_http_headerbuf(&headerbuf);
1425 switch ((h = http_next_header(conn, &headerbuf, &p))) {
1448 clean_http_headerbuf(&headerbuf);
1452 clean_http_headerbuf(&headerbuf);
1555 http_headerbuf_t headerbuf; local
1561 init_http_headerbuf(&headerbuf);
1822 switch ((h = http_next_header(conn, &headerbuf,
[all...]
/freebsd-10-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-10-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2851 char headerbuf[ZPOOL_MAXPROPLEN]; local
2880 headerbuf[i] = toupper(pl->pl_user_prop[i]);
2881 headerbuf[i] = '\0';
2882 header = headerbuf;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2948 char headerbuf[ZFS_MAXPROPLEN]; local
2967 headerbuf[i] = toupper(pl->pl_user_prop[i]);
2968 headerbuf[i] = '\0';
2969 header = headerbuf;

Completed in 147 milliseconds