Searched refs:tcp_handlers (Results 1 – 2 of 2) sorted by relevance
3964 c->tcp_handlers = NULL;4028 c->tcp_handlers = NULL;4108 c->tcp_handlers = NULL;4207 c->tcp_handlers = NULL;4320 c->tcp_handlers = (struct comm_point**)calloc((size_t)num,4322 if(!c->tcp_handlers) {4365 c->tcp_handlers[i] = comm_point_create_tcp_handler(base,4368 c->tcp_handlers[i] = comm_point_create_http_handler(4378 if(!c->tcp_handlers[i]) {4420 c->tcp_handlers = NULL;[all …]
212 struct comm_point** tcp_handlers; member