Searched refs:testput (Results 1 – 1 of 1) sorted by relevance
48 const char *testput = "This is test PUT data\n"; in test() local59 pbuf.buf = (char *)testput; in test()60 pbuf.len = strlen(testput); in test()62 easy_setopt(curl, CURLOPT_INFILESIZE, (long)strlen(testput)); in test()70 easy_setopt(curl, CURLOPT_POSTFIELDS, testput); in test()71 easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(testput)); in test()
Completed in 3 milliseconds