OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getln_buflen
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/httpd/
bozohttpd.c
2395
if (httpd->
getln_buflen
== 0) {
2397
httpd->
getln_buflen
= 128;
2399
bozomalloc(httpd, (size_t)httpd->
getln_buflen
);
2415
if (httpd->
getln_buflen
> BOZO_HEADERS_MAX_SIZE)
2418
if (len >= httpd->
getln_buflen
- 1) {
2419
httpd->
getln_buflen
*= 2;
2422
httpd->
getln_buflen
));
2424
(size_t)httpd->
getln_buflen
);
bozohttpd.h
144
ssize_t
getln_buflen
; /* length of allocated space */
member in struct:bozohttpd_t
Completed in 13 milliseconds
Indexes created Sun Oct 19 01:09:53 GMT 2025