Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib568.c47 FILE *sdpf = NULL; in test() local
81 sdpf = fopen("log/file568.txt", "rb"); in test()
82 if(sdpf == NULL) { in test()
89 test_setopt(curl, CURLOPT_READDATA, sdpf); in test()
99 fclose(sdpf); in test()
100 sdpf = NULL; in test()
159 if(sdpf) in test()
160 fclose(sdpf); in test()