Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_msg.c57 static FILE *send_file1; variable
75 if (send_file1 != 0) { in get_pipe()
76 return send_file1; in get_pipe()
282 if (send_file1 == NULL) { in setup_pipe()
283 send_file1 = open_tmp_file (&send_file1_name); in setup_pipe()
304 } else if (send_file1 != 0) { in teardown_pipe()
305 fclose (send_file1); in teardown_pipe()
306 send_file1 = 0; in teardown_pipe()