Home
last modified time | relevance | path

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

/third_party/curl/docs/examples/
H A Dsimplepost.c37 static const char *postthis = "moo mooo moo moo"; in main() local
42 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postthis); in main()
46 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(postthis)); in main()
H A Dpostinmemory.c64 static const char *postthis = "Field=1&Field=2&Field=3"; in main() local
84 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postthis); in main()
88 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(postthis)); in main()

Completed in 2 milliseconds