Searched refs:pooh2 (Results 1 – 3 of 3) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib554.c | 76 struct WriteThis pooh2; in once() local 108 pooh2.readptr = data; in once() 109 pooh2.sizeleft = strlen(data); in once() 115 CURLFORM_STREAM, &pooh2, in once() 116 CURLFORM_CONTENTSLENGTH, (long)pooh2.sizeleft, in once()
|
D | lib668.c | 62 struct WriteThis pooh1, pooh2; in test() local 87 pooh2 = pooh1; in test() 100 curl_mime_data_cb(part, (curl_off_t) -1, read_callback, NULL, NULL, &pooh2); in test()
|
D | lib643.c | 88 struct WriteThis pooh2; in once() local 146 pooh2.readptr = data; in once() 150 pooh2.sizeleft = datasize; in once() 164 NULL, NULL, &pooh2); in once()
|