Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_WOULDBLOCK (Results 1 - 13 of 13) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_helper.c263 case NGHTTP2_ERR_WOULDBLOCK: in nghttp2_strerror()
H A Dnghttp2_session.c3204 case NGHTTP2_ERR_WOULDBLOCK: in session_call_send_data()
3472 if (rv == NGHTTP2_ERR_WOULDBLOCK) { in nghttp2_session_mem_send_internal()
3559 if (sentlen == NGHTTP2_ERR_WOULDBLOCK) { in nghttp2_session_send()
3581 } else if (rv < 0 && rv != NGHTTP2_ERR_WOULDBLOCK && rv != NGHTTP2_ERR_EOF) { in session_recv()
7319 } else if (readlen == 0 || readlen == NGHTTP2_ERR_WOULDBLOCK) { in nghttp2_session_recv()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c263 case NGHTTP2_ERR_WOULDBLOCK: in nghttp2_strerror()
H A Dnghttp2_session.c3199 case NGHTTP2_ERR_WOULDBLOCK: in session_call_send_data()
3467 if (rv == NGHTTP2_ERR_WOULDBLOCK) { in nghttp2_session_mem_send_internal()
3554 if (sentlen == NGHTTP2_ERR_WOULDBLOCK) { in nghttp2_session_send()
3576 } else if (rv < 0 && rv != NGHTTP2_ERR_WOULDBLOCK && rv != NGHTTP2_ERR_EOF) { in session_recv()
7308 } else if (readlen == 0 || readlen == NGHTTP2_ERR_WOULDBLOCK) { in nghttp2_session_recv()
/third_party/nghttp2/examples/
H A Dclient.c178 rv = NGHTTP2_ERR_WOULDBLOCK; in send_callback()
208 rv = NGHTTP2_ERR_WOULDBLOCK; in recv_callback()
H A Dlibevent-server.c342 return NGHTTP2_ERR_WOULDBLOCK; in send_callback()
/third_party/nghttp2/src/
H A Dh2load_http2_session.cc166 return NGHTTP2_ERR_WOULDBLOCK; in send_callback()
H A DHttpServer.cc1651 return NGHTTP2_ERR_WOULDBLOCK; in send_data_callback()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h263 NGHTTP2_ERR_WOULDBLOCK = -504, enumerator
1321 * it must return :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`. For
1372 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`; the library will call
1404 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`. If it gets EOF
1409 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`. The |user_data|
2963 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`, the outbound queue
3060 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`. This function calls
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h263 NGHTTP2_ERR_WOULDBLOCK = -504, enumerator
1316 * it must return :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`. For
1367 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`; the library will call
1399 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`. If it gets EOF
1404 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`. The |user_data|
2947 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`, the outbound queue
3044 * :enum:`nghttp2_error.NGHTTP2_ERR_WOULDBLOCK`. This function calls
/third_party/curl/lib/
H A Dcf-h2-proxy.c555 return NGHTTP2_ERR_WOULDBLOCK; in on_session_send()
562 return NGHTTP2_ERR_WOULDBLOCK; in on_session_send()
H A Dhttp2.c704 return NGHTTP2_ERR_WOULDBLOCK; in send_callback()
712 return NGHTTP2_ERR_WOULDBLOCK; in send_callback()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c456 return NGHTTP2_ERR_WOULDBLOCK; in block_count_send_callback()

Completed in 59 milliseconds