Searched refs:VERY_LONG (Results 1 – 2 of 2) sorted by relevance
/external/libmicrohttpd/src/testzzuf/ |
D | test_long_header.c | 46 #define VERY_LONG (1024*10) macro 113 (size_t) (VERY_LONG / 2), MHD_OPTION_END); in testLongUrlGet() 123 url = malloc (VERY_LONG); in testLongUrlGet() 124 memset (url, 'a', VERY_LONG); in testLongUrlGet() 125 url[VERY_LONG - 1] = '\0'; in testLongUrlGet() 175 (size_t) (VERY_LONG / 2), MHD_OPTION_END); in testLongHeaderGet() 183 url = malloc (VERY_LONG); in testLongHeaderGet() 184 memset (url, 'a', VERY_LONG); in testLongHeaderGet() 185 url[VERY_LONG - 1] = '\0'; in testLongHeaderGet() 186 url[VERY_LONG / 2] = ':'; in testLongHeaderGet() [all …]
|
/external/libmicrohttpd/src/testcurl/ |
D | test_long_header.c | 44 #define VERY_LONG (1024*10) macro 111 (size_t) (VERY_LONG / 2), MHD_OPTION_END); in testLongUrlGet() 115 url = malloc (VERY_LONG); in testLongUrlGet() 121 memset (url, 'a', VERY_LONG); in testLongUrlGet() 122 url[VERY_LONG - 1] = '\0'; in testLongUrlGet() 182 (size_t) (VERY_LONG / 2), MHD_OPTION_END); in testLongHeaderGet() 186 url = malloc (VERY_LONG); in testLongHeaderGet() 192 memset (url, 'a', VERY_LONG); in testLongHeaderGet() 193 url[VERY_LONG - 1] = '\0'; in testLongHeaderGet() 194 url[VERY_LONG / 2] = ':'; in testLongHeaderGet() [all …]
|