Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
H A Dlib547.c33 #define UPLOADTHIS "this is the blurb we want to upload\n" macro
50 if(size * nmemb > strlen(UPLOADTHIS)) { in readcallback()
52 strcpy(ptr, UPLOADTHIS); in readcallback()
53 return strlen(UPLOADTHIS); in readcallback()
100 test_setopt(curl, CURLOPT_POSTFIELDS, UPLOADTHIS); in test()
111 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(UPLOADTHIS)); in test()

Completed in 1 milliseconds