Searched refs:numheaders (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dsendrecv.c295 if (hdtr->numheaders > 0) {
305 arv = apr_socket_sendv(sock, hdtr->headers, hdtr->numheaders,
318 for (i = 0; i < hdtr->numheaders; i++) {
434 if (hdtr->numheaders > 0) {
439 arv = apr_socket_sendv(sock, hdtr->headers, hdtr->numheaders,
448 for (i = 0; i < hdtr->numheaders; i++) {
551 else if (hdtr->numheaders) {
560 for (i = 0; i < hdtr->numheaders; i++) {
567 headerstruct.hdr_cnt = hdtr->numheaders;
706 switch(hdtr->numheaders) {
[all...]
/macosx-10.10/apr-32/apr/apr/network_io/win32/
H A Dsendrecv.c284 if (hdtr->numheaders) {
285 rv = apr_socket_sendv(sock, hdtr->headers, hdtr->numheaders,
304 if (hdtr && hdtr->numheaders) {
309 hdtr->headers, hdtr->numheaders,
316 rv = apr_socket_sendv(sock, hdtr->headers, hdtr->numheaders, &nbytes);
/macosx-10.10/Heimdal-398.1.2/appl/push/
H A Dpush.c229 unsigned int numheaders = 1; local
251 numheaders++;
254 headers = emalloc(sizeof(char *) * (numheaders + 1));
255 for (i = 0; i < numheaders; i++) {
258 headers[numheaders] = NULL;
343 for (i = 0; i < numheaders; i++) {
352 if (numheaders > 1)
/macosx-10.10/apr-32/apr/apr/test/
H A Dsendfile.c249 hdtr.numheaders = 3;
327 printf("Headers (%d):\n", hdtr.numheaders);
328 for (i = 0; i < hdtr.numheaders; i++) {
363 while (tmplen && hdtr.numheaders) {
366 --hdtr.numheaders;
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_network_io.h265 int numheaders; member in struct:apr_hdtr_t

Completed in 181 milliseconds