Searched refs:postthis (Results 1 – 2 of 2) sorted by relevance
31 static const char *postthis="moo mooo moo moo"; in main() local36 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postthis); in main()40 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(postthis)); in main()
57 static const char *postthis="Field=1&Field=2&Field=3"; in main() local78 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postthis); in main()82 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(postthis)); in main()