Searched refs:context_name (Results 1 – 8 of 8) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | common.h | 126 #define PARSER_TRY_CONTEXT(context_name) \ argument 127 jmp_buf context_name 129 #define PARSER_THROW(context_name) \ argument 130 longjmp (context_name, 1); 132 #define PARSER_TRY(context_name) \ argument 134 if (!setjmp (context_name)) \
|
/third_party/pulseaudio/src/tests/ |
D | lo-latency-test.c | 45 static const char *context_name = NULL; variable 142 test_ctx.context_name = context_name; in START_TEST() 173 context_name = argv[0]; in main()
|
D | lo-test-util.h | 29 const char *context_name; member
|
D | lo-test-util.c | 268 ctx->context = pa_context_new(pa_mainloop_get_api(ctx->mainloop), ctx->context_name); in pa_lo_test_init()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesink.c | 164 gchar *context_name; member 349 if (pbuf->context_name) { in gst_pulsering_destroy_context() 352 pctx = g_hash_table_lookup (gst_pulse_shared_contexts, pbuf->context_name); in gst_pulsering_destroy_context() 355 pbuf->context_name, pbuf, pctx); in gst_pulsering_destroy_context() 362 pbuf->context_name, pbuf, pctx); in gst_pulsering_destroy_context() 370 g_hash_table_remove (gst_pulse_shared_contexts, pbuf->context_name); in gst_pulsering_destroy_context() 376 g_free (pbuf->context_name); in gst_pulsering_destroy_context() 377 pbuf->context_name = NULL; in gst_pulsering_destroy_context() 518 pbuf->context_name = g_strdup_printf ("%s@%s", psink->client_name, in gst_pulseringbuffer_open_device() 521 pbuf->context_name = g_strdup (psink->client_name); in gst_pulseringbuffer_open_device() [all …]
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_msg.h | 126 u8_t context_name[SNMP_V3_MAX_ENGINE_ID_LENGTH]; member
|
D | snmp_msg.c | 1125 IF_PARSE_EXEC(snmp_asn1_dec_raw(&pbuf_stream, tlv.value_len, request->context_name, in snmp_parse_inbound_frame() 1427 OF_BUILD_EXEC(snmp_asn1_enc_raw(pbuf_stream, request->context_name, request->context_name_len)); in snmp_prepare_outbound_frame()
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 292 char *context_name; member 326 log_buffer[log_buffer_size].context_name= avc ? av_strdup(avc->item_name(ptr)) : NULL; in log_callback() 2096 av_freep(&log_buffer[i].context_name); in clear_log() 2118 print_str("context", log_buffer[i].context_name); in show_log()
|