Searched refs:bufbytes (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/generators/
H A Dmod_cgi.c92 apr_size_t bufbytes; member in struct:__anon180
102 c->bufbytes = DEFAULT_BUFBYTES;
149 conf->bufbytes = atoi(arg);
843 dbuf = apr_palloc(r->pool, conf->bufbytes + 1);
888 if (conf->logname && dbpos < conf->bufbytes) {
891 if ((dbpos + len) > conf->bufbytes) {
892 cursize = conf->bufbytes - dbpos;
H A Dmod_cgid.c180 int bufbytes; member in struct:__anon184
968 c->bufbytes = DEFAULT_BUFBYTES;
1017 conf->bufbytes = atoi(arg);
1512 dbuf = apr_palloc(r->pool, conf->bufbytes + 1);
1556 if (conf->logname && dbpos < conf->bufbytes) {
1559 if ((dbpos + len) > conf->bufbytes) {
1560 cursize = conf->bufbytes - dbpos;

Completed in 654 milliseconds