HomeSort by relevance Sort by last modified time
    Searched refs:evhttp_connection_set_timeout (Results 1 - 5 of 5) sorted by null

  /external/libevent/include/event2/
http.h 574 * Timeout reached, also @see evhttp_connection_set_timeout()
733 void evhttp_connection_set_timeout(struct evhttp_connection *evcon,
    [all...]
  /external/libevent/sample/
https-client.c 423 evhttp_connection_set_timeout(evcon, timeout);
  /external/libevent/
evrpc.c 596 evhttp_connection_set_timeout(connection, pool->timeout);
623 evhttp_connection_set_timeout(evcon, timeout_in_secs);
http.c 2453 evhttp_connection_set_timeout(struct evhttp_connection *evcon, function
    [all...]
  /external/libevent/test/
regress_http.c     [all...]

Completed in 53 milliseconds