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

/httpd/modules/ssl/
H A Dssl_engine_rand.c145 #define BUFSIZE 8192 macro
150 unsigned char caBuf[BUFSIZE];
156 nRead = BUFSIZE;
160 nRead = (nTodo < BUFSIZE ? nTodo : BUFSIZE);
/httpd/support/
H A Drotatelogs.c38 #define BUFSIZE 65536 macro
561 char buf[BUFSIZE];

Completed in 499 milliseconds