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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dsimplepost.c31 static const char *postthis="moo mooo moo moo"; local
36 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postthis);
40 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(postthis));
H A Dpostinmemory.c57 static const char *postthis="Field=1&Field=2&Field=3"; local
78 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postthis);
82 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(postthis));

Completed in 75 milliseconds