Searched refs:paramsf (Results 1 – 1 of 1) sorted by relevance
49 FILE *paramsf = NULL; in test() local104 paramsf = fopen(libtest_arg2, "rb"); in test()105 if(!paramsf) { in test()112 test_setopt(curl, CURLOPT_READDATA, paramsf); in test()121 fclose(paramsf); in test()122 paramsf = NULL; in test()173 if(paramsf) in test()174 fclose(paramsf); in test()
Completed in 5 milliseconds