Searched refs:_ctx (Results 1 – 3 of 3) sorted by relevance
34 } _ctx; variable46 _ctx.identity = NULL; in zed_log_init()48 _ctx.pipe_fd[0] = -1; in zed_log_init()49 _ctx.pipe_fd[1] = -1; in zed_log_init()69 if ((_ctx.pipe_fd[0] != -1) || (_ctx.pipe_fd[1] != -1)) in zed_log_pipe_open()97 _ctx.pipe_fd[0] = -1; in zed_log_pipe_close_reads()164 _ctx.do_stderr = 1; in zed_log_stderr_open()174 if (_ctx.do_stderr) in zed_log_stderr_close()185 _ctx.do_syslog = 1; in zed_log_syslog_open()219 if (_ctx.do_syslog) in _zed_log_aux()[all …]
185 if_ctx_t _ctx;190 if_ctx_t _ctx;201 if_ctx_t _ctx;211 if_ctx_t _ctx;215 if_ctx_t _ctx;219 if_ctx_t _ctx;223 if_ctx_t _ctx;227 if_ctx_t _ctx;234 if_ctx_t _ctx;238 if_ctx_t _ctx;[all …]
254 #define IPSEC_INIT_CTX(_ctx, _mp, _inp, _sav, _af, _enc) do { \ argument255 (_ctx)->mp = (_mp); \256 (_ctx)->inp = (_inp); \257 (_ctx)->sav = (_sav); \258 (_ctx)->af = (_af); \259 (_ctx)->enc = (_enc); \