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
83 sdpf = fopen("log/file568.txt", "rb"); in test()
84 if(sdpf == NULL) { in test()
91 test_setopt(curl, CURLOPT_READDATA, sdpf); in test()
101 fclose(sdpf); in test()
102 sdpf = NULL; in test()
165 if(sdpf) in test()
166 fclose(sdpf); in test()