Searched refs:HUGE_STRING_LEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/apr/include/
H A Dapr_lib.h52 #define HUGE_STRING_LEN 8192 macro
/freebsd-12-stable/contrib/apr/misc/unix/
H A Derrorcodes.c156 unsigned char message[HUGE_STRING_LEN];
165 else if (DosGetMessage(NULL, 0, message, HUGE_STRING_LEN, err,
/freebsd-12-stable/contrib/apr/file_io/unix/
H A Dreadwrite.c509 /* don't really need a HUGE_STRING_LEN anymore */
510 data.buf = malloc(HUGE_STRING_LEN);
515 data.vbuff.endpos = data.buf + HUGE_STRING_LEN;

Completed in 70 milliseconds