Home
last modified time | relevance | path

Searched refs:MAX_INPUT_LENGTH (Results 1 – 1 of 1) sorted by relevance

/curl/tests/libtest/
H A Dlib1911.c32 #define MAX_INPUT_LENGTH 8000000 macro
34 static char testbuf[MAX_INPUT_LENGTH + 2];
51 memset(testbuf, 'A', MAX_INPUT_LENGTH + 1); in test()
52 testbuf[MAX_INPUT_LENGTH + 1] = 0; in test()

Completed in 3 milliseconds