Home
last modified time | relevance | path

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

/third_party/openssl/test/recipes/
D70-test_sslcbcpadding.t85 my $last_message = @{$messages}[-1];
86 if (defined($last_message)
87 && $last_message->server
88 && $last_message->mt == TLSProxy::Message::MT_FINISHED
89 && !@{$last_message->records}[0]->{sent}) {
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfakesink.c257 fakesink->last_message = g_strdup (DEFAULT_LAST_MESSAGE); in gst_fake_sink_init()
340 g_value_set_string (value, sink->last_message); in gst_fake_sink_get_property()
375 g_free (sink->last_message); in gst_fake_sink_event()
384 sink->last_message = in gst_fake_sink_event()
398 sink->last_message = in gst_fake_sink_event()
422 g_free (sink->last_message); in gst_fake_sink_preroll()
424 sink->last_message = g_strdup_printf ("preroll ******* "); in gst_fake_sink_preroll()
460 g_free (sink->last_message); in gst_fake_sink_render()
486 sink->last_message = in gst_fake_sink_render()
588 g_free (fakesink->last_message); in gst_fake_sink_change_state()
[all …]
Dgstfakesrc.c375 fakesrc->last_message = NULL; in gst_fake_src_init()
388 g_free (src->last_message); in gst_fake_src_finalize()
410 g_free (src->last_message); in gst_fake_src_event_handler()
419 src->last_message = in gst_fake_src_event_handler()
577 g_value_set_string (value, src->last_message); in gst_fake_src_get_property()
836 g_free (src->last_message); in gst_fake_src_create()
858 src->last_message = in gst_fake_src_create()
912 g_free (src->last_message); in gst_fake_src_stop()
913 src->last_message = NULL; in gst_fake_src_stop()
Dgstidentity.c145 g_free (identity->last_message); in gst_identity_finalize()
344 identity->last_message = NULL; in gst_identity_init()
436 g_free (identity->last_message); in gst_identity_sink_event()
444 identity->last_message = in gst_identity_sink_event()
712 g_free (identity->last_message); in gst_identity_update_last_message_for_buffer()
713 identity->last_message = g_strdup_printf ("%s ******* (%s:%s) " in gst_identity_update_last_message_for_buffer()
725 GST_TRACE_OBJECT (identity, "%s", identity->last_message); in gst_identity_update_last_message_for_buffer()
1009 g_value_set_string (value, identity->last_message); in gst_identity_get_property()
1080 g_free (identity->last_message); in gst_identity_stop()
1081 identity->last_message = NULL; in gst_identity_stop()
Dgsttee.c226 g_free (tee->last_message); in gst_tee_finalize()
326 tee->last_message = NULL; in gst_tee_init()
536 g_value_set_string (value, tee->last_message); in gst_tee_get_property()
826 g_free (tee->last_message); in gst_tee_do_message()
828 tee->last_message = in gst_tee_do_message()
832 tee->last_message = in gst_tee_do_message()
Dgsttee.h77 gchar *last_message; member
Dgstfakesink.h82 gchar *last_message; member
Dgstidentity.h76 gchar *last_message; member
Dgstfakesrc.h150 gchar *last_message; member
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dfpsdisplaysink.c339 self->last_message = g_strdup (DEFAULT_LAST_MESSAGE); in fps_display_sink_init()
412 g_free (self->last_message); in display_current_fps()
413 self->last_message = g_strdup (fps_message); in display_current_fps()
494 g_free (self->last_message); in fps_display_sink_stop()
495 self->last_message = str; in fps_display_sink_stop()
501 g_free (self->last_message); in fps_display_sink_stop()
502 self->last_message = NULL; in fps_display_sink_stop()
522 g_free (self->last_message); in fps_display_sink_dispose()
523 self->last_message = NULL; in fps_display_sink_dispose()
619 g_value_set_string (value, self->last_message); in fps_display_sink_get_property()
Dfpsdisplaysink.h70 gchar *last_message; member
/third_party/gstreamer/gstplugins_base/tests/icles/
Dinput-selector-test.c97 gchar *last_message; in last_message_received() local
99 g_object_get (segment, "last_message", &last_message, NULL); in last_message_received()
100 g_print ("last-message: %s\n", last_message); in last_message_received()
101 g_free (last_message); in last_message_received()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisenc.c204 vorbisenc->last_message = NULL; in gst_vorbis_enc_init()
246 g_free (vorbisenc->last_message); in gst_vorbis_enc_stop()
247 vorbisenc->last_message = NULL; in gst_vorbis_enc_stop()
401 g_free (vorbisenc->last_message); in update_start_message()
406 vorbisenc->last_message = in update_start_message()
411 vorbisenc->last_message = in update_start_message()
420 vorbisenc->last_message = in update_start_message()
426 vorbisenc->last_message = in update_start_message()
432 vorbisenc->last_message = in update_start_message()
1036 g_value_set_string (value, vorbisenc->last_message); in gst_vorbis_enc_get_property()
Dgstvorbisenc.h81 gchar *last_message; member
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexenc.h63 gchar *last_message; member
Dgstspeexenc.c234 g_free (enc->last_message); in gst_speex_enc_finalize()
369 g_free (enc->last_message); in gst_speex_enc_set_last_msg()
370 enc->last_message = g_strdup (msg); in gst_speex_enc_set_last_msg()
801 g_value_set_string (value, enc->last_message); in gst_speex_enc_get_property()
/third_party/python/Lib/test/
Dtest_smtplib.py1374 self.last_message = data
1433 self.assertEqual(self.serv.last_message, m)
1452 self.assertEqual(self.serv.last_message, m)
1484 self.assertEqual(self.serv.last_message.decode(), expected)
/third_party/gstreamer/gstreamer/
DChangeLog74244 (ie. "last-message" not "last_message"), so that g_param_spec_pool_lookup()
123068 gst/elements/: Protect last_message with lock.
123077 Protect last_message with lock.
131297 … gst/elements/gstidentity.c: Protect last_message property as it is accessed from multiple threads.
131301 Protect last_message property as it is accessed from