Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_WOULDBLOCK (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_helper.c272 case NGHTTP2_ERR_WOULDBLOCK: in nghttp2_strerror()
A Dnghttp2.h261 NGHTTP2_ERR_WOULDBLOCK = -504, enumerator
A Dnghttp2_session.c2944 case NGHTTP2_ERR_WOULDBLOCK: in session_call_send_data()
3234 if (rv == NGHTTP2_ERR_WOULDBLOCK) { in nghttp2_session_mem_send_internal()
3328 if (sentlen == NGHTTP2_ERR_WOULDBLOCK) { in nghttp2_session_send()
3350 } else if (rv < 0 && rv != NGHTTP2_ERR_WOULDBLOCK && in session_recv()
6823 } else if (readlen == 0 || readlen == NGHTTP2_ERR_WOULDBLOCK) { in nghttp2_session_recv()

Completed in 20 milliseconds