Lines Matching refs:prep
356 __lws_logv(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in __lws_logv() argument
421 if (prep) in __lws_logv()
422 prep(cxp, obj, &p, end); in __lws_logv()
473 void _lws_log_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in _lws_log_cx() argument
482 __lws_logv(cx, prep, obj, filter, _fun, format, ap); in _lws_log_cx()
524 lwsl_hexdump_level_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in lwsl_hexdump_level_cx() argument
534 _lws_log_cx(cx, prep, obj, hexdump_level, NULL, in lwsl_hexdump_level_cx()
540 _lws_log_cx(cx, prep, obj, hexdump_level, NULL, in lwsl_hexdump_level_cx()
545 _lws_log_cx(cx, prep, obj, hexdump_level, NULL, "\n"); in lwsl_hexdump_level_cx()
571 _lws_log_cx(cx, prep, obj, hexdump_level, NULL, "%s", line); in lwsl_hexdump_level_cx()
575 _lws_log_cx(cx, prep, obj, hexdump_level, NULL, "\n"); in lwsl_hexdump_level_cx()