Searched refs:sizeleft (Results 1 – 4 of 4) sorted by relevance
/external/curl/tests/libtest/ |
D | lib554.c | 38 size_t sizeleft; member 56 if(pooh->sizeleft) { in read_callback() 59 pooh->sizeleft--; /* less data left */ in read_callback() 84 pooh.sizeleft = strlen(data); in test() 91 CURLFORM_CONTENTSLENGTH, (long)pooh.sizeleft, in test() 102 pooh2.sizeleft = strlen(data); in test() 109 CURLFORM_CONTENTSLENGTH, (long)pooh2.sizeleft, in test() 172 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)pooh.sizeleft); in test()
|
D | lib508.c | 30 size_t sizeleft; member 40 if(pooh->sizeleft) { in read_callback() 43 pooh->sizeleft--; /* less data left */ in read_callback() 58 pooh.sizeleft = strlen(data); in test() 83 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)pooh.sizeleft); in test()
|
D | lib1514.c | 35 size_t sizeleft; member 45 if(pooh->sizeleft) { in read_callback() 48 pooh->sizeleft--; /* less data left */ in read_callback()
|
/external/curl/docs/examples/ |
D | post-callback.c | 33 long sizeleft; member 43 if(pooh->sizeleft) { in read_callback() 46 pooh->sizeleft--; /* less data left */ in read_callback() 61 pooh.sizeleft = (long)strlen(data); in main() 109 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, pooh.sizeleft); in main()
|