Home
last modified time | relevance | path

Searched refs:formrc (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/libtest/
Dlib554.c71 CURLFORMcode formrc; in test() local
87 formrc = curl_formadd(&formpost, in test()
95 if(formrc) in test()
96 printf("curl_formadd(1) = %d\n", (int)formrc); in test()
105 formrc = curl_formadd(&formpost, in test()
112 if(formrc) in test()
113 printf("curl_formadd(1) = %d\n", (int)formrc); in test()
116 formrc = curl_formadd(&formpost, in test()
129 if(formrc) in test()
130 printf("curl_formadd(2) = %d\n", (int)formrc); in test()
[all …]