Home
last modified time | relevance | path

Searched refs:port_send (Results 1 – 6 of 6) sorted by path

/unit/go/
H A Dnxt_cgo_lib.c30 init.callbacks.port_send = nxt_cgo_port_send; in nxt_cgo_run()
/unit/src/
H A Dnxt_eventport_engine.c444 if (port_send(port, signo, NULL) != 0) { in nxt_eventport_signal()
H A Dnxt_test_build.c80 port_send(int port, int events, void *user) in port_send() function
H A Dnxt_test_build.h146 int port_send(int port, int events, void *user);
H A Dnxt_unit.c5936 if (lib->callbacks.port_send == NULL) { in nxt_unit_port_send()
5945 ret = lib->callbacks.port_send(ctx, port, &msg, in nxt_unit_port_send()
5973 if (lib->callbacks.port_send != NULL) { in nxt_unit_port_send()
5974 ret = lib->callbacks.port_send(ctx, port, buf, buf_size, in nxt_unit_port_send()
H A Dnxt_unit.h152 ssize_t (*port_send)(nxt_unit_ctx_t *, nxt_unit_port_t *port, member