Lines Matching +defs:event +defs:c

373 comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet,
596 comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet,
960 comm_point_udp_ancil_callback(int fd, short event, void* arg)
1090 comm_point_udp_callback(int fd, short event, void* arg)
1162 int adjusted_tcp_timeout(struct comm_point* c)
1171 setup_tcp_handler(struct comm_point* c, int fd, int cur, int max)
1207 short ATTR_UNUSED(event), void* arg)
1219 int comm_point_perform_accept(struct comm_point* c,
1357 comm_point_tcp_win_bio_cb(struct comm_point* c, void* thessl)
1413 comm_point_tcp_accept_callback(int fd, short event, void* arg)
1415 struct comm_point* c = (struct comm_point*)arg, *c_hdl; local
1506 reclaim_tcp_handler(struct comm_point* c)
1537 tcp_callback_writer(struct comm_point* c)
1567 tcp_callback_reader(struct comm_point* c)
1618 ssl_handshake(struct comm_point* c)
1769 ssl_handle_read(struct comm_point* c)
2022 ssl_handle_write(struct comm_point* c)
2169 ssl_handle_it(struct comm_point* c, int is_write)
2192 comm_point_tcp_handle_read(int fd, struct comm_point* c, int short_ok)
2437 comm_point_tcp_handle_write(int fd, struct comm_point* c)
2726 tcp_req_info_read_again(int fd, struct comm_point* c)
2750 tcp_more_read_again(int fd, struct comm_point* c)
2774 tcp_more_write_again(int fd, struct comm_point* c)
2797 comm_point_tcp_handle_callback(int fd, short event, void* arg)
2799 struct comm_point* c = (struct comm_point*)arg; local
2888 reclaim_http_handler(struct comm_point* c)
2914 ssl_http_read_more(struct comm_point* c)
2957 http_read_more(int fd, struct comm_point* c)
3036 http_process_initial_header(struct comm_point* c)
3073 http_process_chunk_header(struct comm_point* c)
3124 http_nonchunk_segment(struct comm_point* c)
3167 http_chunked_segment(struct comm_point* c)
3243 static struct http2_session* http2_session_create(struct comm_point* c)
3437 comm_point_http2_handle_read(int ATTR_UNUSED(fd), struct comm_point* c)
3476 comm_point_http_handle_read(int fd, struct comm_point* c)
3574 http_check_connect(int fd, struct comm_point* c)
3620 ssl_http_write_more(struct comm_point* c)
3661 http_write_more(int fd, struct comm_point* c)
3771 comm_point_http2_handle_write(int ATTR_UNUSED(fd), struct comm_point* c)
3804 comm_point_http_handle_write(int fd, struct comm_point* c)
3865 comm_point_http_handle_callback(int fd, short event, void* arg)
3867 struct comm_point* c = (struct comm_point*)arg; local
3908 void comm_point_local_handle_callback(int fd, short event, void* arg)
3910 struct comm_point* c = (struct comm_point*)arg; local
3926 short event, void* arg)
3928 struct comm_point* c = (struct comm_point*)arg; local
3944 struct comm_point* c = (struct comm_point*)calloc(1, local
4008 struct comm_point* c = (struct comm_point*)calloc(1, local
4073 struct comm_point* c = (struct comm_point*)calloc(1, local
4172 struct comm_point* c = (struct comm_point*)calloc(1, local
4294 struct comm_point* c = (struct comm_point*)calloc(1, local
4391 struct comm_point* c = (struct comm_point*)calloc(1, local
4459 struct comm_point* c = (struct comm_point*)calloc(1, local
4529 struct comm_point* c = (struct comm_point*)calloc(1, local
4597 struct comm_point* c = (struct comm_point*)calloc(1, local
4659 comm_point_close(struct comm_point* c)
4699 comm_point_delete(struct comm_point* c)
4829 comm_point_stop_listening(struct comm_point* c)
4841 comm_point_start_listening(struct comm_point* c, int newfd, int msec)
4902 void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr)
4924 size_t comm_point_get_mem(struct comm_point* c)
5007 comm_timer_callback(int ATTR_UNUSED(fd), short event, void* arg)
5048 comm_signal_callback(int sig, short event, void* arg)