Searched refs:formrc (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib650.c | 54 CURLFORMcode formrc; in test() local 83 formrc = curl_formadd(&formpost, &lastptr, in test() 89 if(formrc) { in test() 90 printf("curl_formadd(1) = %d\n", (int) formrc); in test() 103 formrc = curl_formadd(&formpost, in test() 111 if(formrc) { in test() 112 printf("curl_formadd(2) = %d\n", (int) formrc); in test() 122 formrc = curl_formadd(&formpost, in test() 131 if(formrc) { in test() 132 printf("curl_formadd(3) = %d\n", (int) formrc); in test() [all …]
|
D | lib554.c | 67 CURLFORMcode formrc; in once() local 79 formrc = curl_formadd(&formpost, in once() 89 formrc = curl_formadd(&formpost, in once() 98 if(formrc) in once() 99 printf("curl_formadd(1) = %d\n", (int)formrc); in once() 108 formrc = curl_formadd(&formpost, in once() 115 if(formrc) in once() 116 printf("curl_formadd(2) = %d\n", (int)formrc); in once() 119 formrc = curl_formadd(&formpost, in once() 125 if(formrc) in once() [all …]
|
D | lib651.c | 35 CURLFORMcode formrc; in test() local 54 formrc = curl_formadd(&formpost, &lastptr, in test() 59 if(formrc) in test() 60 printf("curl_formadd(1) = %d\n", (int) formrc); in test()
|
D | lib670.c | 106 CURLFORMcode formrc; in test() 164 formrc = curl_formadd(&formpost, &lastptr, in test() 169 if(formrc) { in test() 170 fprintf(stderr, "curl_formadd() = %d\n", (int) formrc); in test()
|