Home | History | Annotate | Download | only in lib

Lines Matching refs:connect_it

266   ZERO_NULL,                            /* connect_it */
3723 if(conn->handler->connect_it) {
3727 result = conn->handler->connect_it(conn, protocol_done);
6078 DEBUGASSERT(conn->handler->connect_it);
6079 result = conn->handler->connect_it(conn, &done);