Lines Matching refs:formrc
71 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()
133 formrc = curl_formadd(&formpost, in test()
145 if(formrc) in test()
146 printf("curl_formadd(3) = %d\n", (int)formrc); in test()
148 formrc = curl_formadd(&formpost, &lastptr, in test()
155 if(formrc) in test()
156 printf("curl_formadd(4) = %d\n", (int)formrc); in test()