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

  /external/libevent/include/event2/
event_compat.h 199 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
  /external/curl/lib/
connect.c 188 int timeout_set = 0; local
195 timeout_set |= 1;
197 timeout_set |= 2;
199 switch(timeout_set) {
    [all...]
  /external/libevent/test/
regress.c     [all...]

Completed in 347 milliseconds