Searched refs:formrc (Results 1 – 3 of 3) sorted by relevance
/external/curl/tests/libtest/ |
D | lib650.c | 58 CURLFORMcode formrc; in test() local 87 formrc = curl_formadd(&formpost, &lastptr, in test() 93 if(formrc) { in test() 94 printf("curl_formadd(1) = %d\n", (int) formrc); in test() 107 formrc = curl_formadd(&formpost, in test() 115 if(formrc) { in test() 116 printf("curl_formadd(2) = %d\n", (int) formrc); in test() 126 formrc = curl_formadd(&formpost, in test() 135 if(formrc) { in test() 136 printf("curl_formadd(3) = %d\n", (int) formrc); in test() [all …]
|
D | lib554.c | 71 CURLFORMcode formrc; in once() local 83 formrc = curl_formadd(&formpost, in once() 93 formrc = curl_formadd(&formpost, in once() 102 if(formrc) in once() 103 printf("curl_formadd(1) = %d\n", (int)formrc); in once() 112 formrc = curl_formadd(&formpost, in once() 119 if(formrc) in once() 120 printf("curl_formadd(2) = %d\n", (int)formrc); in once() 123 formrc = curl_formadd(&formpost, in once() 136 if(formrc) in once() [all …]
|
D | lib651.c | 32 CURLFORMcode formrc; in test() local 51 formrc = curl_formadd(&formpost, &lastptr, in test() 56 if(formrc) in test() 57 printf("curl_formadd(1) = %d\n", (int) formrc); in test()
|