Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Dcommon.h126 #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/
Dlo-latency-test.c45 static const char *context_name = NULL; variable
142 test_ctx.context_name = context_name; in START_TEST()
173 context_name = argv[0]; in main()
Dlo-test-util.h29 const char *context_name; member
Dlo-test-util.c268 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/
Dpulsesink.c164 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/
Dsnmp_msg.h126 u8_t context_name[SNMP_V3_MAX_ENGINE_ID_LENGTH]; member
Dsnmp_msg.c1125 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/
Dffprobe.c292 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()