HomeSort by: relevance | last modified time | path
    Searched defs:h_value (Results 1 - 2 of 2) 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/
bozohttpd.h 62 /*const*/ char *h_value; /* this gets free()'ed etc at times */ member in struct:bozoheaders

Completed in 21 milliseconds