Home | History | Annotate | Download | only in lib

Lines Matching refs:do_more

89   "DO_MORE",
1255 * multi_do_more() is called during the DO_MORE multi state. It is basically a
1271 if(conn->handler->do_more)
1272 result = conn->handler->do_more(conn, complete);
1644 /* after DO, go DO_DONE... or DO_MORE */
1645 else if(data->easy_conn->bits.do_more) {
1726 /* after DO, go DO_DONE or DO_MORE */
1727 multistate(data, data->easy_conn->bits.do_more?
1759 /* stay in DO_MORE */