HomeSort by relevance Sort by last modified time
    Searched defs:WANT_WRITE (Results 1 - 4 of 4) sorted by null

  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.h 53 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
63 WANT_WRITE
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 104 WANT_WRITE
110 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
238 WANT_READ : WANT_WRITE);
270 WANT_READ : WANT_WRITE);
584 connection->want_io == WANT_WRITE) {
test_notls.c 83 WANT_WRITE
88 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
224 connection->want_io = WANT_WRITE;
536 connection->want_io == WANT_WRITE) {
test_request_response.c 86 WANT_WRITE
92 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
220 WANT_READ : WANT_WRITE);
252 WANT_READ : WANT_WRITE);
572 connection->want_io == WANT_WRITE) {

Completed in 281 milliseconds