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

  /external/chromium/third_party/libevent/
select.c 70 struct selectop { struct
97 static int select_resize(struct selectop *sop, int fdsz);
102 struct selectop *sop;
108 if (!(sop = calloc(1, sizeof(struct selectop))))
120 check_selectop(struct selectop *sop)
149 struct selectop *sop = arg;
207 select_resize(struct selectop *sop, int fdsz)
268 struct selectop *sop = arg;
318 struct selectop *sop = arg;
346 struct selectop *sop = arg
    [all...]
  /external/chromium_org/third_party/libevent/
select.c 70 struct selectop { struct
97 static int select_resize(struct selectop *sop, int fdsz);
102 struct selectop *sop;
108 if (!(sop = calloc(1, sizeof(struct selectop))))
120 check_selectop(struct selectop *sop)
149 struct selectop *sop = arg;
207 select_resize(struct selectop *sop, int fdsz)
268 struct selectop *sop = arg;
318 struct selectop *sop = arg;
346 struct selectop *sop = arg
    [all...]

Completed in 82 milliseconds