HUGE_STRING_LEN 318 include/httpd.h #define MAX_STRING_LEN HUGE_STRING_LEN HUGE_STRING_LEN 892 modules/arch/win32/mod_isapi.c char argsbuffer[HUGE_STRING_LEN]; HUGE_STRING_LEN 893 modules/arch/win32/mod_isapi.c while (ap_get_client_block(r, argsbuffer, HUGE_STRING_LEN)); HUGE_STRING_LEN 199 modules/generators/mod_cgi.c char argsbuffer[HUGE_STRING_LEN]; HUGE_STRING_LEN 203 modules/generators/mod_cgi.c while ((rv = apr_file_gets(argsbuffer, HUGE_STRING_LEN, HUGE_STRING_LEN 222 modules/generators/mod_cgi.c char argsbuffer[HUGE_STRING_LEN]; HUGE_STRING_LEN 298 modules/generators/mod_cgi.c if (apr_file_gets(argsbuffer, HUGE_STRING_LEN, script_err) == APR_SUCCESS) { HUGE_STRING_LEN 301 modules/generators/mod_cgi.c while (apr_file_gets(argsbuffer, HUGE_STRING_LEN, HUGE_STRING_LEN 837 modules/generators/mod_cgi.c APR_BLOCK_READ, HUGE_STRING_LEN); HUGE_STRING_LEN 1019 modules/generators/mod_cgid.c char argsbuffer[HUGE_STRING_LEN]; HUGE_STRING_LEN 1039 modules/generators/mod_cgid.c while (apr_file_gets(argsbuffer, HUGE_STRING_LEN, HUGE_STRING_LEN 1099 modules/generators/mod_cgid.c if (apr_file_gets(argsbuffer, HUGE_STRING_LEN, HUGE_STRING_LEN 1103 modules/generators/mod_cgid.c while (apr_file_gets(argsbuffer, HUGE_STRING_LEN, HUGE_STRING_LEN 1411 modules/generators/mod_cgid.c APR_BLOCK_READ, HUGE_STRING_LEN); HUGE_STRING_LEN 1342 modules/http/http_filters.c APR_BLOCK_READ, HUGE_STRING_LEN); HUGE_STRING_LEN 241 modules/mappers/mod_vhost_alias.c if (*pdest + size > buf + HUGE_STRING_LEN) { HUGE_STRING_LEN 261 modules/mappers/mod_vhost_alias.c char buf[HUGE_STRING_LEN]; HUGE_STRING_LEN 84 modules/proxy/mod_proxy_connect.c char buffer[HUGE_STRING_LEN]; HUGE_STRING_LEN 610 modules/proxy/mod_proxy_ftp.c char message[HUGE_STRING_LEN]; HUGE_STRING_LEN 373 modules/proxy/mod_proxy_http.c HUGE_STRING_LEN); HUGE_STRING_LEN 497 modules/proxy/mod_proxy_http.c HUGE_STRING_LEN); HUGE_STRING_LEN 626 modules/proxy/mod_proxy_http.c HUGE_STRING_LEN); HUGE_STRING_LEN 1327 modules/proxy/mod_proxy_http.c char buffer[HUGE_STRING_LEN]; HUGE_STRING_LEN 1751 modules/proxy/proxy_util.c HUGE_STRING_LEN); HUGE_STRING_LEN 155 server/core_filters.c rv = apr_brigade_split_line(b, ctx->b, block, HUGE_STRING_LEN); HUGE_STRING_LEN 278 server/vhost.c char buf[HUGE_STRING_LEN]; HUGE_STRING_LEN 352 srclib/apr/file_io/os2/readwrite.c buf = malloc(HUGE_STRING_LEN); HUGE_STRING_LEN 357 srclib/apr/file_io/os2/readwrite.c len = apr_vsnprintf(buf, HUGE_STRING_LEN, format, ap); HUGE_STRING_LEN 452 srclib/apr/file_io/unix/readwrite.c data.buf = malloc(HUGE_STRING_LEN); HUGE_STRING_LEN 457 srclib/apr/file_io/unix/readwrite.c data.vbuff.endpos = data.buf + HUGE_STRING_LEN; HUGE_STRING_LEN 545 srclib/apr/file_io/win32/readwrite.c data.buf = malloc(HUGE_STRING_LEN); HUGE_STRING_LEN 550 srclib/apr/file_io/win32/readwrite.c data.vbuff.endpos = data.buf + HUGE_STRING_LEN; HUGE_STRING_LEN 149 srclib/apr/misc/unix/errorcodes.c unsigned char message[HUGE_STRING_LEN]; HUGE_STRING_LEN 158 srclib/apr/misc/unix/errorcodes.c else if (DosGetMessage(NULL, 0, message, HUGE_STRING_LEN, err, HUGE_STRING_LEN 811 srclib/apr/test/testfile.c to_write = malloc(HUGE_STRING_LEN + 3); HUGE_STRING_LEN 813 srclib/apr/test/testfile.c for (i = 0; i < HUGE_STRING_LEN + 1; ++i) HUGE_STRING_LEN 816 srclib/apr/test/testfile.c strcpy(to_write + HUGE_STRING_LEN, "42"); HUGE_STRING_LEN 819 srclib/apr/test/testfile.c ABTS_INT_EQUAL(tc, HUGE_STRING_LEN + 2, i); HUGE_STRING_LEN 823 srclib/apr/test/testfile.c file_contents_equal(tc, fname, to_write, HUGE_STRING_LEN + 2); HUGE_STRING_LEN 253 support/htdbm.c rec = apr_pcalloc(htdbm->pool, HUGE_STRING_LEN);