HomeSort by relevance Sort by last modified time
    Searched refs:UPLOADTHIS (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/libtest/
lib547.c 33 # define UPLOADTHIS "\x74\x68\x69\x73\x20\x69\x73\x20\x74\x68\x65\x20\x62" \
37 # define UPLOADTHIS "this is the blurb we want to upload\n"
55 if(size * nmemb > strlen(UPLOADTHIS)) {
57 strcpy(ptr, UPLOADTHIS);
58 return strlen(UPLOADTHIS);
104 test_setopt(curl, CURLOPT_POSTFIELDS, UPLOADTHIS);
113 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(UPLOADTHIS));
lib555.c 38 #define UPLOADTHIS "this is the blurb we want to upload\n"
54 if(size * nmemb > strlen(UPLOADTHIS)) {
56 strcpy(ptr, UPLOADTHIS);
57 return strlen(UPLOADTHIS);
101 easy_setopt(curl, CURLOPT_POSTFIELDSIZE, strlen(UPLOADTHIS));

Completed in 881 milliseconds