Searched defs:BUFFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dlog.c1574 const apr_size_t BUFFER_SIZE = sizeof(long) * 3 + 2; /* see apr_ltoa */ local
1597 buf = apr_palloc(p, BUFFER_SIZE);
1599 rv = apr_file_read_full(pid_file, buf, BUFFER_SIZE - 1, &bytes_read);
1606 if (bytes_read == 0 || bytes_read == BUFFER_SIZE - 1 || !apr_isdigit(*buf)) {

Completed in 27 milliseconds