Searched refs:H_CLEN (Results 1 – 5 of 5) sorted by relevance
200 case H_CLEN:274 if ((hptr = hdrlines[H_CLEN].head) !=277 header[H_CLEN].tag);310 if ((hptr = hdrlines[H_CLEN].head) !=313 header[H_CLEN].tag);347 (void) snprintf(line, sizeof (line), "%s \n", header[H_CLEN].tag);351 if (hdrlines[H_CLEN].head == (struct hdrs *)NULL) {352 savehdrs(line, H_CLEN);421 if ((hptr = hdrlines[H_CLEN].head) != (struct hdrs *)NULL) {
122 if (htype == H_CLEN) { in xxxcopylet()126 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()229 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()231 i += strlen(hdrlines[H_CLEN].head->value); in xxxcopylet()233 if (fprintf(f, "%s %ld\n", header[H_CLEN].tag, i) < 0) in xxxcopylet()312 case H_CLEN: in xxxcopylet()317 if (htype == H_CLEN) { in xxxcopylet()
158 case H_CLEN:
139 #define H_CLEN 3 /* "Content-Length:" */ macro
136 #define H_CLEN 3 /* "Content-Length:" */ macro