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

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dhash.c63 void *h_value; /* other values (for name=value) */ member in struct:hashent
245 hp->h_value = val;
251 hp->h_value = val;
293 return (hp->h_value);
314 rval += (*cbfunc)(hp->h_name, hp->h_value, arg);
/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dcgi-bozo.c158 hdr->h_value = hdr_value;
176 hdr->h_value);
362 strlen(headp->h_value));
376 headp->h_header, env, headp->h_value));
377 bozo_setenv(httpd, env, headp->h_value, curenvp++);
H A Dbozohttpd.c347 free(hdr->h_value);
387 if (asprintf(&nval, "%s, %s", hdr->h_value, str) == -1) {
392 free(hdr->h_value);
393 hdr->h_value = nval;
400 hdr->h_value = bozostrdup(request->hr_httpd, str);
402 hdr->h_value = bozostrdup(request->hr_httpd, " ");
679 request->hr_content_type = hdr->h_value;
681 request->hr_content_length = hdr->h_value;
683 request->hr_host = bozostrdup(httpd, hdr->h_value);
692 request->hr_referrer = hdr->h_value;
[all...]
H A Dbozohttpd.h49 /*const*/ char *h_value; /* this gets free()'ed etc at times */ member in struct:bozoheaders
H A Dlua-bozo.c406 headp->h_value);

Completed in 88 milliseconds