HomeSort by: relevance | last modified time | path
    Searched refs:BOZO_MINBUFSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/httpd/
auth-bozo.c 57 char user[BOZO_MINBUFSIZE], *pass;
152 char authbuf[BOZO_MINBUFSIZE];
bozohttpd.h 232 #define BOZO_MINBUFSIZE (4 * 1024)
bozohttpd.c 2279 size = snprintf(httpd->errorbuf, BOZO_MINBUFSIZE,
2289 if (size >= (int)BOZO_MINBUFSIZE) {
2292 size = (int)BOZO_MINBUFSIZE;
2519 if ((httpd->errorbuf = malloc(BOZO_MINBUFSIZE)) == NULL) {

Completed in 17 milliseconds