Home
last modified time | relevance | path

Searched refs:log_ctx (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/lib/
H A Dminicrypto-pem.c77 log_ctx->fn(log_ctx->ctx, " Version = 1,\n"); in ptls_minicrypto_asn1_decode_private_key()
90 log_ctx->fn(log_ctx->ctx, " Algorithm Identifier:\n"); in ptls_minicrypto_asn1_decode_private_key()
99 log_ctx->fn(log_ctx->ctx, " Algorithm:"); in ptls_minicrypto_asn1_decode_private_key()
101 log_ctx->fn(log_ctx->ctx, ",\n"); in ptls_minicrypto_asn1_decode_private_key()
112 log_ctx->fn(log_ctx->ctx, " Parameters:\n"); in ptls_minicrypto_asn1_decode_private_key()
128 log_ctx->fn(log_ctx->ctx, "\n"); in ptls_minicrypto_asn1_decode_private_key()
151 log_ctx->fn(log_ctx->ctx, "\n"); in ptls_minicrypto_asn1_decode_private_key()
162 log_ctx->fn(log_ctx->ctx, "\n"); in ptls_minicrypto_asn1_decode_private_key()
230 log_ctx->fn(log_ctx->ctx, "Curve: "); in ptls_set_ecdsa_private_key()
232 log_ctx->fn(log_ctx->ctx, "\n"); in ptls_set_ecdsa_private_key()
[all …]
H A Dasn1.c49 log_ctx->fn(log_ctx->ctx, " "); in ptls_asn1_print_indent()
69 log_ctx->fn(log_ctx->ctx, " "); in ptls_asn1_dump_content()
72 log_ctx->fn(log_ctx->ctx, "%02x", bytes[byte_index + i]); in ptls_asn1_dump_content()
76 log_ctx->fn(log_ctx->ctx, "..."); in ptls_asn1_dump_content()
124 log_ctx->fn(log_ctx->ctx, "%s", asn1_universal_types[type_number]); in ptls_asn1_print_type()
126 log_ctx->fn(log_ctx->ctx, "[%d]", type_number); in ptls_asn1_print_type()
233 log_ctx->fn(log_ctx->ctx, " {\n"); in ptls_asn1_validation_recursive()
248 log_ctx->fn(log_ctx->ctx, "EOC\n"); in ptls_asn1_validation_recursive()
265 log_ctx->fn(log_ctx->ctx, ","); in ptls_asn1_validation_recursive()
267 log_ctx->fn(log_ctx->ctx, "\n"); in ptls_asn1_validation_recursive()
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-logopenfile.c100 if (log_ctx->fp) { in SCLogUnixSocketReconnect()
105 log_ctx->fp = NULL; in SCLogUnixSocketReconnect()
122 log_ctx->fp = SCLogOpenUnixSocketFp(log_ctx->filename, log_ctx->sock_type, 0); in SCLogUnixSocketReconnect()
123 if (log_ctx->fp) { in SCLogUnixSocketReconnect()
210 log_ctx->rotate_time = now + log_ctx->rotate_interval; in SCLogFileWriteNoLock()
214 if (log_ctx->fp) { in SCLogFileWriteNoLock()
259 log_ctx->rotate_time = now + log_ctx->rotate_interval; in SCLogFileWrite()
308 if (log_ctx->fp) in SCLogFileCloseNoLock()
313 log_ctx->output_errors, log_ctx->filename); in SCLogFileCloseNoLock()
486 log_ctx->rotate_time = now + log_ctx->rotate_interval; in SCConfLogOpenGeneric()
[all …]
H A Dutil-log-redis.c109 LogFileCtx *log_ctx = privdata; in SCRedisAsyncCommandCallback() local
238 log_ctx->redis = ctx; in SCConfLogReopenAsyncRedis()
239 log_ctx->Close = SCLogFileCloseRedis; in SCConfLogReopenAsyncRedis()
323 log_ctx->redis = ctx; in SCConfLogReopenSyncRedis()
324 log_ctx->Close = SCLogFileCloseRedis; in SCConfLogReopenSyncRedis()
463 LogFileCtx *log_ctx = lf_ctx; in SCConfLogOpenRedis() local
479 if (!log_ctx->redis_setup.server) { in SCConfLogOpenRedis()
487 if (!log_ctx->redis_setup.key) { in SCConfLogOpenRedis()
499 log_ctx->redis_setup.batch_size = 0; in SCConfLogOpenRedis()
531 if (!log_ctx->redis_setup.server) { in SCConfLogOpenRedis()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dlog.c275 if ((log_ctx->limit > 0) && (log_ctx->nest_level == 0) in log_closed()
276 && (++log_ctx->count > log_ctx->limit)) in log_closed()
314 SVN_ERR(log_ctx->receiver(log_ctx->receiver_baton, in log_closed()
437 if (log_ctx->limit) in create_log_body()
464 if (log_ctx->revprops) in create_log_body()
486 if (log_ctx->paths) in create_log_body()
522 log_context_t *log_ctx; in svn_ra_serf__get_log() local
530 log_ctx = apr_pcalloc(pool, sizeof(*log_ctx)); in svn_ra_serf__get_log()
531 log_ctx->pool = pool; in svn_ra_serf__get_log()
536 log_ctx->end = end; in svn_ra_serf__get_log()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dlog.c275 if ((log_ctx->limit > 0) && (log_ctx->nest_level == 0) in log_closed()
276 && (++log_ctx->count > log_ctx->limit)) in log_closed()
314 SVN_ERR(log_ctx->receiver(log_ctx->receiver_baton, in log_closed()
437 if (log_ctx->limit) in create_log_body()
464 if (log_ctx->revprops) in create_log_body()
486 if (log_ctx->paths) in create_log_body()
522 log_context_t *log_ctx; in svn_ra_serf__get_log() local
530 log_ctx = apr_pcalloc(pool, sizeof(*log_ctx)); in svn_ra_serf__get_log()
531 log_ctx->pool = pool; in svn_ra_serf__get_log()
536 log_ctx->end = end; in svn_ra_serf__get_log()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dlog.c275 if ((log_ctx->limit > 0) && (log_ctx->nest_level == 0) in log_closed()
276 && (++log_ctx->count > log_ctx->limit)) in log_closed()
314 SVN_ERR(log_ctx->receiver(log_ctx->receiver_baton, in log_closed()
437 if (log_ctx->limit) in create_log_body()
464 if (log_ctx->revprops) in create_log_body()
486 if (log_ctx->paths) in create_log_body()
522 log_context_t *log_ctx; in svn_ra_serf__get_log() local
530 log_ctx = apr_pcalloc(pool, sizeof(*log_ctx)); in svn_ra_serf__get_log()
531 log_ctx->pool = pool; in svn_ra_serf__get_log()
536 log_ctx->end = end; in svn_ra_serf__get_log()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dlog.c275 if ((log_ctx->limit > 0) && (log_ctx->nest_level == 0) in log_closed()
276 && (++log_ctx->count > log_ctx->limit)) in log_closed()
314 SVN_ERR(log_ctx->receiver(log_ctx->receiver_baton, in log_closed()
437 if (log_ctx->limit) in create_log_body()
464 if (log_ctx->revprops) in create_log_body()
486 if (log_ctx->paths) in create_log_body()
522 log_context_t *log_ctx; in svn_ra_serf__get_log() local
530 log_ctx = apr_pcalloc(pool, sizeof(*log_ctx)); in svn_ra_serf__get_log()
531 log_ctx->pool = pool; in svn_ra_serf__get_log()
536 log_ctx->end = end; in svn_ra_serf__get_log()
[all …]
/dports/security/munge/munge-munge-0.5.14/src/libcommon/
H A Dlog.c63 struct log_ctx { struct
78 static struct log_ctx log_ctx = { NULL, 0, 0, 0, 0, 0, { '\0' } }; argument
110 log_ctx.fp = fp; in log_open_file()
111 memset (log_ctx.id, 0, sizeof (log_ctx.id)); in log_open_file()
120 log_ctx.got_init = 1; in log_open_file()
128 if (log_ctx.fp) { in log_close_file()
130 log_ctx.fp = NULL; in log_close_file()
149 log_ctx.got_syslog = 1; in log_open_syslog()
150 log_ctx.got_init = 1; in log_open_syslog()
256 if (!log_ctx.got_init) { in _log_aux()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/kdb/
H A Dkdb_log.c42 kdb_log_context *log_ctx; in create_log_context() local
46 log_ctx = calloc(1, sizeof(*log_ctx)); in create_log_context()
47 if (log_ctx == NULL) in create_log_context()
49 log_ctx->ulogfd = -1; in create_log_context()
51 return log_ctx; in create_log_context()
358 reset_ulog(log_ctx); in ulog_add_update()
462 reset_ulog(log_ctx); in ulog_init_header()
479 if (log_ctx == NULL) in ulog_map()
507 log_ctx->ulog = ulog; in ulog_map()
680 if (log_ctx == NULL) in ulog_fini()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/kdb/
H A Dkdb_log.c42 kdb_log_context *log_ctx; in create_log_context() local
46 log_ctx = calloc(1, sizeof(*log_ctx)); in create_log_context()
47 if (log_ctx == NULL) in create_log_context()
49 log_ctx->ulogfd = -1; in create_log_context()
51 return log_ctx; in create_log_context()
358 reset_ulog(log_ctx); in ulog_add_update()
462 reset_ulog(log_ctx); in ulog_init_header()
479 if (log_ctx == NULL) in ulog_map()
507 log_ctx->ulog = ulog; in ulog_map()
680 if (log_ctx == NULL) in ulog_fini()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Dweston-log.c395 assert(log_ctx); in weston_log_ctx_compositor_setup()
415 log_ctx = zalloc(sizeof *log_ctx); in weston_log_ctx_compositor_create()
416 if (!log_ctx) in weston_log_ctx_compositor_create()
422 return log_ctx; in weston_log_ctx_compositor_create()
440 if (log_ctx->global) in weston_log_ctx_compositor_destroy()
458 free(log_ctx); in weston_log_ctx_compositor_destroy()
486 assert(log_ctx); in weston_compositor_enable_debug_protocol()
487 if (log_ctx->global) in weston_compositor_enable_debug_protocol()
493 if (!log_ctx->global) in weston_compositor_enable_debug_protocol()
574 if (!log_ctx) { in weston_compositor_add_log_scope()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/
H A Dweston-log.c395 assert(log_ctx); in weston_log_ctx_compositor_setup()
415 log_ctx = zalloc(sizeof *log_ctx); in weston_log_ctx_compositor_create()
416 if (!log_ctx) in weston_log_ctx_compositor_create()
422 return log_ctx; in weston_log_ctx_compositor_create()
440 if (log_ctx->global) in weston_log_ctx_compositor_destroy()
458 free(log_ctx); in weston_log_ctx_compositor_destroy()
486 assert(log_ctx); in weston_compositor_enable_debug_protocol()
487 if (log_ctx->global) in weston_compositor_enable_debug_protocol()
493 if (!log_ctx->global) in weston_compositor_enable_debug_protocol()
574 if (!log_ctx) { in weston_compositor_add_log_scope()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dffjni.c51 JNIEnv *ff_jni_get_env(void *log_ctx) in ff_jni_get_env() argument
58 java_vm = av_jni_get_java_vm(log_ctx); in ff_jni_get_env()
97 char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx) in ff_jni_jstring_to_utf_chars() argument
134 av_log(log_ctx, AV_LOG_ERROR, "NewStringUTF() threw an exception\n"); in ff_jni_utf_chars_to_jstring()
163 av_log(log_ctx, AV_LOG_ERROR, "Could not find Throwable class\n"); in ff_jni_exception_get_summary()
193 name = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
215 message = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
252 int ff_jni_exception_check(JNIEnv *env, int log, void *log_ctx) in ff_jni_exception_check() argument
279 av_log(log_ctx, AV_LOG_ERROR, "%s\n", message); in ff_jni_exception_check()
356 av_log(log_ctx, AV_LOG_ERROR, "Unknown JNI field type\n"); in ff_jni_init_jfields()
[all …]
H A Dv4l2_m2m.c66 void *log_ctx = s->avctx; in v4l2_prepare_contexts() local
80 av_log(log_ctx, probe ? AV_LOG_DEBUG : AV_LOG_INFO, in v4l2_prepare_contexts()
102 void *log_ctx = s->avctx; in v4l2_probe_driver() local
138 void *log_ctx = s->avctx; in v4l2_configure_contexts() local
192 av_log(log_ctx, AV_LOG_ERROR, "error closing %s (%s)\n", in v4l2_configure_contexts()
207 void *log_ctx = s->avctx; in ff_v4l2_m2m_codec_reinit() local
210 av_log(log_ctx, AV_LOG_DEBUG, "reinit context\n"); in ff_v4l2_m2m_codec_reinit()
237 av_log(log_ctx, AV_LOG_ERROR, "setting capture format\n"); in ff_v4l2_m2m_codec_reinit()
250 void *log_ctx = s->avctx; in ff_v4l2_m2m_codec_full_reinit() local
253 av_log(log_ctx, AV_LOG_DEBUG, "%s full reinit\n", s->devname); in ff_v4l2_m2m_codec_full_reinit()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dffjni.c51 JNIEnv *ff_jni_get_env(void *log_ctx) in ff_jni_get_env() argument
58 java_vm = av_jni_get_java_vm(log_ctx); in ff_jni_get_env()
97 char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx) in ff_jni_jstring_to_utf_chars() argument
134 av_log(log_ctx, AV_LOG_ERROR, "NewStringUTF() threw an exception\n"); in ff_jni_utf_chars_to_jstring()
163 av_log(log_ctx, AV_LOG_ERROR, "Could not find Throwable class\n"); in ff_jni_exception_get_summary()
193 name = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
215 message = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
252 int ff_jni_exception_check(JNIEnv *env, int log, void *log_ctx) in ff_jni_exception_check() argument
279 av_log(log_ctx, AV_LOG_ERROR, "%s\n", message); in ff_jni_exception_check()
356 av_log(log_ctx, AV_LOG_ERROR, "Unknown JNI field type\n"); in ff_jni_init_jfields()
[all …]
H A Dv4l2_m2m.c66 void *log_ctx = s->avctx; in v4l2_prepare_contexts() local
80 av_log(log_ctx, probe ? AV_LOG_DEBUG : AV_LOG_INFO, in v4l2_prepare_contexts()
102 void *log_ctx = s->avctx; in v4l2_probe_driver() local
138 void *log_ctx = s->avctx; in v4l2_configure_contexts() local
192 av_log(log_ctx, AV_LOG_ERROR, "error closing %s (%s)\n", in v4l2_configure_contexts()
207 void *log_ctx = s->avctx; in ff_v4l2_m2m_codec_reinit() local
210 av_log(log_ctx, AV_LOG_DEBUG, "reinit context\n"); in ff_v4l2_m2m_codec_reinit()
237 av_log(log_ctx, AV_LOG_ERROR, "setting capture format\n"); in ff_v4l2_m2m_codec_reinit()
250 void *log_ctx = s->avctx; in ff_v4l2_m2m_codec_full_reinit() local
253 av_log(log_ctx, AV_LOG_DEBUG, "%s full reinit\n", s->devname); in ff_v4l2_m2m_codec_full_reinit()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dffjni.c51 JNIEnv *ff_jni_get_env(void *log_ctx) in ff_jni_get_env() argument
58 java_vm = av_jni_get_java_vm(log_ctx); in ff_jni_get_env()
97 char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx) in ff_jni_jstring_to_utf_chars() argument
134 av_log(log_ctx, AV_LOG_ERROR, "NewStringUTF() threw an exception\n"); in ff_jni_utf_chars_to_jstring()
163 av_log(log_ctx, AV_LOG_ERROR, "Could not find Throwable class\n"); in ff_jni_exception_get_summary()
193 name = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
215 message = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
252 int ff_jni_exception_check(JNIEnv *env, int log, void *log_ctx) in ff_jni_exception_check() argument
279 av_log(log_ctx, AV_LOG_ERROR, "%s\n", message); in ff_jni_exception_check()
356 av_log(log_ctx, AV_LOG_ERROR, "Unknown JNI field type\n"); in ff_jni_init_jfields()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dffjni.c51 JNIEnv *ff_jni_get_env(void *log_ctx) in ff_jni_get_env() argument
58 java_vm = av_jni_get_java_vm(log_ctx); in ff_jni_get_env()
97 char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx) in ff_jni_jstring_to_utf_chars() argument
134 av_log(log_ctx, AV_LOG_ERROR, "NewStringUTF() threw an exception\n"); in ff_jni_utf_chars_to_jstring()
163 av_log(log_ctx, AV_LOG_ERROR, "Could not find Throwable class\n"); in ff_jni_exception_get_summary()
193 name = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
215 message = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
252 int ff_jni_exception_check(JNIEnv *env, int log, void *log_ctx) in ff_jni_exception_check() argument
279 av_log(log_ctx, AV_LOG_ERROR, "%s\n", message); in ff_jni_exception_check()
356 av_log(log_ctx, AV_LOG_ERROR, "Unknown JNI field type\n"); in ff_jni_init_jfields()
[all …]
H A Dv4l2_m2m.c66 void *log_ctx = s->avctx; in v4l2_prepare_contexts() local
80 av_log(log_ctx, probe ? AV_LOG_DEBUG : AV_LOG_INFO, in v4l2_prepare_contexts()
102 void *log_ctx = s->avctx; in v4l2_probe_driver() local
138 void *log_ctx = s->avctx; in v4l2_configure_contexts() local
192 av_log(log_ctx, AV_LOG_ERROR, "error closing %s (%s)\n", in v4l2_configure_contexts()
207 void *log_ctx = s->avctx; in ff_v4l2_m2m_codec_reinit() local
210 av_log(log_ctx, AV_LOG_DEBUG, "reinit context\n"); in ff_v4l2_m2m_codec_reinit()
237 av_log(log_ctx, AV_LOG_ERROR, "setting capture format\n"); in ff_v4l2_m2m_codec_reinit()
250 void *log_ctx = s->avctx; in ff_v4l2_m2m_codec_full_reinit() local
253 av_log(log_ctx, AV_LOG_DEBUG, "%s full reinit\n", s->devname); in ff_v4l2_m2m_codec_full_reinit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dffjni.c51 JNIEnv *ff_jni_get_env(void *log_ctx) in ff_jni_get_env() argument
58 java_vm = av_jni_get_java_vm(log_ctx); in ff_jni_get_env()
97 char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx) in ff_jni_jstring_to_utf_chars() argument
134 av_log(log_ctx, AV_LOG_ERROR, "NewStringUTF() threw an exception\n"); in ff_jni_utf_chars_to_jstring()
163 av_log(log_ctx, AV_LOG_ERROR, "Could not find Throwable class\n"); in ff_jni_exception_get_summary()
193 name = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
215 message = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
252 int ff_jni_exception_check(JNIEnv *env, int log, void *log_ctx) in ff_jni_exception_check() argument
279 av_log(log_ctx, AV_LOG_ERROR, "%s\n", message); in ff_jni_exception_check()
356 av_log(log_ctx, AV_LOG_ERROR, "Unknown JNI field type\n"); in ff_jni_init_jfields()
[all …]
H A Dv4l2_m2m.c66 void *log_ctx = s->avctx; in v4l2_prepare_contexts() local
80 av_log(log_ctx, probe ? AV_LOG_DEBUG : AV_LOG_INFO, in v4l2_prepare_contexts()
102 void *log_ctx = s->avctx; in v4l2_probe_driver() local
138 void *log_ctx = s->avctx; in v4l2_configure_contexts() local
192 av_log(log_ctx, AV_LOG_ERROR, "error closing %s (%s)\n", in v4l2_configure_contexts()
207 void *log_ctx = s->avctx; in ff_v4l2_m2m_codec_reinit() local
210 av_log(log_ctx, AV_LOG_DEBUG, "reinit context\n"); in ff_v4l2_m2m_codec_reinit()
237 av_log(log_ctx, AV_LOG_ERROR, "setting capture format\n"); in ff_v4l2_m2m_codec_reinit()
250 void *log_ctx = s->avctx; in ff_v4l2_m2m_codec_full_reinit() local
253 av_log(log_ctx, AV_LOG_DEBUG, "%s full reinit\n", s->devname); in ff_v4l2_m2m_codec_full_reinit()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dgraphparser.c39 void *log_ctx) in link_filter() argument
43 av_log(log_ctx, AV_LOG_ERROR, in link_filter()
67 av_log(log_ctx, AV_LOG_ERROR, in parse_link_name()
73 av_log(log_ctx, AV_LOG_ERROR, in parse_link_name()
107 av_log(log_ctx, AV_LOG_ERROR, in create_filter()
114 av_log(log_ctx, AV_LOG_ERROR, in create_filter()
130 av_log(log_ctx, AV_LOG_ERROR, in create_filter()
256 av_log(log_ctx, AV_LOG_ERROR, in link_filter_inouts()
519 void *log_ctx)
527 void *log_ctx) argument
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dgraphparser.c39 void *log_ctx) in link_filter() argument
43 av_log(log_ctx, AV_LOG_ERROR, in link_filter()
67 av_log(log_ctx, AV_LOG_ERROR, in parse_link_name()
73 av_log(log_ctx, AV_LOG_ERROR, in parse_link_name()
107 av_log(log_ctx, AV_LOG_ERROR, in create_filter()
114 av_log(log_ctx, AV_LOG_ERROR, in create_filter()
130 av_log(log_ctx, AV_LOG_ERROR, in create_filter()
256 av_log(log_ctx, AV_LOG_ERROR, in link_filter_inouts()
519 void *log_ctx)
527 void *log_ctx) argument
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dgraphparser.c39 void *log_ctx) in link_filter() argument
43 av_log(log_ctx, AV_LOG_ERROR, in link_filter()
69 av_log(log_ctx, AV_LOG_ERROR, in parse_link_name()
75 av_log(log_ctx, AV_LOG_ERROR, in parse_link_name()
125 av_log(log_ctx, AV_LOG_ERROR, in create_filter()
132 av_log(log_ctx, AV_LOG_ERROR, in create_filter()
151 av_log(log_ctx, AV_LOG_ERROR, in create_filter()
277 av_log(log_ctx, AV_LOG_ERROR, in link_filter_inouts()
352 av_log(log_ctx, AV_LOG_ERROR, in parse_outputs()
540 void *log_ctx) in avfilter_graph_parse_ptr() argument
[all …]

12345678910>>...47