Searched refs:protofile (Results 1 – 2 of 2) 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()124 fclose(protofile); in test()142 test_setopt(curl, CURLOPT_WRITEDATA, protofile); in test()207 if(protofile) in test()208 fclose(protofile); in test()
902 std::string protofile; in ParseProtoTest() local907 false, &protofile), in ParseProtoTest()927 TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()940 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()