Searched refs:protofile (Results 1 – 3 of 3) sorted by relevance
106 FILE *protofile = NULL; in test() local108 protofile = fopen(libtest_arg2, "wb"); in test()109 if(protofile == NULL) { in test()116 fclose(protofile); in test()122 fclose(protofile); in test()139 test_setopt(curl, CURLOPT_WRITEDATA, protofile); in test()201 if(protofile) in test()202 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()