Home
last modified time | relevance | path

Searched refs:send_file2 (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_msg.c59 static FILE *send_file2; variable
71 if (send_file2 != 0) { in get_pipe()
72 return send_file2; in get_pipe()
286 if (send_file2 == NULL) { in setup_pipe()
287 send_file2 = open_tmp_file (&send_file2_name); in setup_pipe()
296 if (send_file2 != 0) { in teardown_pipe()
297 fclose (send_file2); in teardown_pipe()
298 send_file2 = 0; in teardown_pipe()