Lines Matching refs:hd_src
41 FILE *hd_src; in test() local
55 hd_src = fopen(libtest_arg2, "rb"); in test()
56 if(NULL == hd_src) { in test()
64 hd = fstat(fileno(hd_src), &file_info); in test()
70 fclose(hd_src); in test()
76 fclose(hd_src); in test()
82 fclose(hd_src); in test()
91 fclose(hd_src); in test()
102 fclose(hd_src); in test()
111 fclose(hd_src); in test()
129 test_setopt(curl, CURLOPT_READDATA, hd_src); in test()
144 fclose(hd_src); in test()