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

/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dhttp_filters.c648 char *headfield; local
657 headfield = (char *)apr_palloc(h->pool, len + 1);
658 memcpy(headfield, fieldname, name_len);
659 next = headfield + name_len;
667 ap_xlate_proto_to_ascii(headfield, len);
668 apr_brigade_write(h->bb, NULL, NULL, headfield, len);

Completed in 165 milliseconds