Searched refs:UPLOADTHIS (Results 1 – 2 of 2) sorted by relevance
33 # define UPLOADTHIS "\x74\x68\x69\x73\x20\x69\x73\x20\x74\x68\x65\x20\x62" \ macro37 # define UPLOADTHIS "this is the blurb we want to upload\n" macro55 if(size * nmemb > strlen(UPLOADTHIS)) { in readcallback()57 strcpy(ptr, UPLOADTHIS); in readcallback()58 return strlen(UPLOADTHIS); in readcallback()104 test_setopt(curl, CURLOPT_POSTFIELDS, UPLOADTHIS); in test()112 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(UPLOADTHIS)); in test()
38 #define UPLOADTHIS "this is the blurb we want to upload\n" macro54 if(size * nmemb > strlen(UPLOADTHIS)) { in readcallback()56 strcpy(ptr, UPLOADTHIS); in readcallback()57 return strlen(UPLOADTHIS); in readcallback()100 easy_setopt(curl, CURLOPT_POSTFIELDSIZE, strlen(UPLOADTHIS)); in test()