Home
last modified time | relevance | path

Searched refs:nxt_log_ctx_handler_t (Results 1 – 2 of 2) sorted by last modified time

/unit/src/
H A Dnxt_log.h24 typedef u_char *(*nxt_log_ctx_handler_t)(void *ctx, u_char *pos, u_char *end); typedef
31 nxt_log_ctx_handler_t ctx_handler;
38 nxt_log_ctx_handler_t handler, void *ctx);
H A Dnxt_log.c47 nxt_log_set_ctx(nxt_log_t *log, nxt_log_ctx_handler_t handler, void *ctx) in nxt_log_set_ctx()