Home
last modified time | relevance | path

Searched refs:protofile (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib571.c110 FILE *protofile = fopen(libtest_arg2, "wb"); in test() local
111 if(!protofile) { in test()
118 fclose(protofile); in test()
125 fclose(protofile); in test()
143 test_setopt(curl, CURLOPT_WRITEDATA, protofile); in test()
208 if(protofile) in test()
209 fclose(protofile); in test()

Completed in 1 milliseconds