Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib568.c49 FILE *sdpf = NULL; in test() local
85 sdpf = fopen(libtest_arg2, "rb"); in test()
86 if(!sdpf) { in test()
93 test_setopt(curl, CURLOPT_READDATA, sdpf); in test()
104 fclose(sdpf); in test()
105 sdpf = NULL; in test()
168 if(sdpf) in test()
169 fclose(sdpf); in test()

Completed in 5 milliseconds