Searched refs:uploadthis (Results 1 – 1 of 1) sorted by relevance
38 static const char uploadthis[] = variable62 if(size * nmemb > strlen(uploadthis)) { in readcallback()64 strcpy(ptr, uploadthis); in readcallback()65 return strlen(uploadthis); in readcallback()109 easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(uploadthis)); in test()