Lines Matching refs:hd_src
41 FILE *hd_src; in test() local
56 hd_src = fopen(libtest_arg2, "rb"); in test()
57 if(NULL == hd_src) { in test()
66 hd = fstat(fileno(hd_src), &file_info); in test()
73 fclose(hd_src); in test()
79 fclose(hd_src); in test()
85 fclose(hd_src); in test()
94 fclose(hd_src); in test()
105 fclose(hd_src); in test()
114 fclose(hd_src); in test()
132 test_setopt(curl, CURLOPT_READDATA, hd_src); in test()
147 fclose(hd_src); in test()