OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTSTR
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/testcurl/
test_get_sendfile.c
50
#define
TESTSTR
"This is the content of the test file we are sending using sendfile (if available)"
107
response = MHD_create_response_from_fd (strlen (
TESTSTR
), fd);
158
if (cbc.pos != strlen (
TESTSTR
))
160
if (0 != strncmp (
TESTSTR
, cbc.buf, strlen (
TESTSTR
)))
207
if (cbc.pos != strlen (
TESTSTR
))
209
if (0 != strncmp (
TESTSTR
, cbc.buf, strlen (
TESTSTR
)))
257
if (cbc.pos != strlen (
TESTSTR
))
259
if (0 != strncmp (
TESTSTR
, cbc.buf, strlen (TESTSTR))
[
all
...]
test_get_response_cleanup.c
58
#define
TESTSTR
"/* DO NOT CHANGE THIS LINE */"
Completed in 63 milliseconds