HomeSort by: relevance | last modified time | path
    Searched refs:h_value (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/config/
hash.c 69 void *h_value; /* other values (for name=value) */ member in struct:hashent
277 hp->h_value = val;
283 hp->h_value = val;
337 return (hp->h_value);
364 rval += (*cbfunc2)(hp->h_name1, hp->h_name2, hp->h_value, arg);
380 rval += (*cbfunc)(hp->h_name, hp->h_value, arg);
  /src/libexec/httpd/
cgi-bozo.c 159 hdr->h_value = hdr_value;
177 hdr->h_value);
513 strlen(headp->h_value));
527 headp->h_header, env, headp->h_value));
528 bozo_setenv(httpd, env, headp->h_value, curenvp++);
bozohttpd.c 367 free(hdr->h_value);
376 free(hdr->h_value);
459 bozoasprintf(httpd, &nval, "%s, %s", hdr->h_value, str);
460 free(hdr->h_value);
461 hdr->h_value = nval;
468 hdr->h_value = bozostrdup(httpd, request, str);
470 hdr->h_value = bozostrdup(httpd, request, " ");
809 request->hr_content_type = hdr->h_value;
811 request->hr_content_length = hdr->h_value;
820 hdr->h_value);
    [all...]
bozohttpd.h 62 /*const*/ char *h_value; /* this gets free()'ed etc at times */ member in struct:bozoheaders
lua-bozo.c 409 headp->h_value);

Completed in 46 milliseconds