Home
last modified time | relevance | path

Searched refs:EVHTTP_CON_READ_ON_WRITE_ERROR (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h661 #define EVHTTP_CON_READ_ON_WRITE_ERROR 0x0010 macro
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h661 #define EVHTTP_CON_READ_ON_WRITE_ERROR 0x0010 macro
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c1548 evcon->flags & EVHTTP_CON_READ_ON_WRITE_ERROR) { in evhttp_error_cb()
1554 evcon->flags & EVHTTP_CON_READ_ON_WRITE_ERROR && in evhttp_error_cb()
2472 avail_flags |= EVHTTP_CON_READ_ON_WRITE_ERROR; in evhttp_connection_set_flags()
H A DChangeLog216 o Merge branch 'http-EVHTTP_CON_READ_ON_WRITE_ERROR-fixes-v2' (eb7b472b)
475 o http: fix EVHTTP_CON_READ_ON_WRITE_ERROR when it doesn't supported by OS (2ff164a Azat Khuzhin)
534 o test/http: separate coverage for EVHTTP_CON_READ_ON_WRITE_ERROR (5c2b4c1 Azat Khuzhin)
542 o test: http/data_length_constrains: set EVHTTP_CON_READ_ON_WRITE_ERROR (d38a723 Azat Khuzhin)
658 o http: make fallback for EVHTTP_CON_READ_ON_WRITE_ERROR more cleaner (d405492 Azat Khuzhin)
H A Dwhatsnew-2.1.txt472 - EVHTTP_CON_READ_ON_WRITE_ERROR - try read error, since server may already
/freebsd/contrib/libevent/
H A Dhttp.c1548 evcon->flags & EVHTTP_CON_READ_ON_WRITE_ERROR) { in evhttp_error_cb()
1554 evcon->flags & EVHTTP_CON_READ_ON_WRITE_ERROR && in evhttp_error_cb()
2472 avail_flags |= EVHTTP_CON_READ_ON_WRITE_ERROR; in evhttp_connection_set_flags()
H A DChangeLog216 o Merge branch 'http-EVHTTP_CON_READ_ON_WRITE_ERROR-fixes-v2' (eb7b472b)
475 o http: fix EVHTTP_CON_READ_ON_WRITE_ERROR when it doesn't supported by OS (2ff164a Azat Khuzhin)
534 o test/http: separate coverage for EVHTTP_CON_READ_ON_WRITE_ERROR (5c2b4c1 Azat Khuzhin)
542 o test: http/data_length_constrains: set EVHTTP_CON_READ_ON_WRITE_ERROR (d38a723 Azat Khuzhin)
658 o http: make fallback for EVHTTP_CON_READ_ON_WRITE_ERROR more cleaner (d405492 Azat Khuzhin)
H A Dwhatsnew-2.1.txt472 - EVHTTP_CON_READ_ON_WRITE_ERROR - try read error, since server may already
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c4067 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_READ_ON_WRITE_ERROR)); in http_data_length_constraints_test_impl()
/freebsd/contrib/libevent/test/
H A Dregress_http.c4067 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_READ_ON_WRITE_ERROR)); in http_data_length_constraints_test_impl()