Searched refs:protofile (Results 1 – 3 of 3) sorted by relevance
107 FILE *protofile = NULL; in test() local109 protofile = fopen(libtest_arg2, "wb"); in test()110 if(protofile == NULL) { in test()117 fclose(protofile); in test()123 fclose(protofile); in test()140 test_setopt(curl, CURLOPT_WRITEDATA, protofile); in test()202 if(protofile) in test()203 fclose(protofile); in test()
81 rtsp://%HOSTIP:%RTSPPORT/571 log/protofile.txt102 <file name="log/protofile.txt">
640 std::string protofile; in ParseProtoTest() local643 "tests/prototest/test.proto", false, &protofile), true); in ParseProtoTest()654 TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()