Home
last modified time | relevance | path

Searched refs:net_send_queue (Results 1 – 10 of 10) sorted by relevance

/dports/devel/kore/kore-4.1.0/src/
H A Dmsg.c171 net_send_queue(worker->msg[1], &m, sizeof(m)); in kore_msg_send()
173 net_send_queue(worker->msg[1], data, len); in kore_msg_send()
245 net_send_queue(c, nb->buf, nb->s_off); in msg_recv_data()
289 net_send_queue(c, data, msg->length); in msg_type_websocket()
H A Dwebsocket.c177 net_send_queue(c, frame->data, frame->offset); in kore_websocket_broadcast()
H A Dnet.c80 net_send_queue(struct connection *c, const void *data, size_t len) in net_send_queue() function
H A Dhttp.c2178 net_send_queue(c, header_buf->data, header_buf->offset); in http_response_normal()
2184 net_send_queue(c, d, len); in http_response_normal()
H A Dpython.c4468 net_send_queue(iterobj->connection, in pyhttp_iterobj_chunk_sent()
/dports/devel/kore/kore-4.1.0/examples/nohttp/src/
H A Dnohttp.c85 net_send_queue(c, nb->buf, nb->s_off); in connection_recv_data()
/dports/devel/kore/kore-4.1.0/examples/pgsql/src/
H A Dpgsql_cb.c131 net_send_queue(c, name, strlen(name)); in db_results()
/dports/devel/kore/kore-4.1.0/examples/sse/src/
H A Dsse.c132 net_send_queue(c, data, len); in sse_send()
/dports/devel/kore/kore-4.1.0/examples/tls-proxy/src/
H A Dproxy.c268 net_send_queue(dst, nb->buf, nb->s_off); in pipe_data()
/dports/devel/kore/kore-4.1.0/include/kore/
H A Dkore.h1022 void net_send_queue(struct connection *, const void *, size_t);