Home
last modified time | relevance | path

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

/third_party/alsa-utils/axfer/
Dsubcmd-transfer.c30 static struct context *ctx_ptr; variable
36 for (i = 0; i < ctx_ptr->cntr_count; ++i) in handle_unix_signal_for_finish()
37 ctx_ptr->cntrs[i].interrupted = true; in handle_unix_signal_for_finish()
39 ctx_ptr->signal = sig; in handle_unix_signal_for_finish()
40 ctx_ptr->interrupted = true; in handle_unix_signal_for_finish()
49 xfer_context_pause(&ctx_ptr->xfer, true); in handle_unix_signal_for_suspend()
95 xfer_context_pause(&ctx_ptr->xfer, false); in handle_unix_signal_for_suspend()
117 ctx_ptr = ctx; in prepare_signal_handler()
/third_party/ffmpeg/libavcodec/
Dcbs.c75 int ff_cbs_init(CodedBitstreamContext **ctx_ptr, in ff_cbs_init() argument
116 *ctx_ptr = ctx; in ff_cbs_init()
126 void ff_cbs_close(CodedBitstreamContext **ctx_ptr) in ff_cbs_close() argument
128 CodedBitstreamContext *ctx = *ctx_ptr; in ff_cbs_close()
142 av_freep(ctx_ptr); in ff_cbs_close()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) in add_str() argument
33 struct str_buf *str = ctx_ptr; in add_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) in add_str() argument
33 struct str_buf *str = ctx_ptr; in add_str()