HomeSort by: relevance | last modified time | path
    Searched defs:write_pos_plus1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
win32select.c 72 int write_pos_plus1; member in struct:idx_info
133 if (ent->write_pos_plus1 > 0)
146 ent->write_pos_plus1 = set->fd_count+1;
160 i = ent->write_pos_plus1 - 1;
161 ent->write_pos_plus1 = 0;
177 ent2->write_pos_plus1 = i+1;
  /src/external/bsd/ntp/dist/sntp/libevent/
win32select.c 71 int write_pos_plus1; member in struct:idx_info
132 if (ent->write_pos_plus1 > 0)
145 ent->write_pos_plus1 = set->fd_count+1;
159 i = ent->write_pos_plus1 - 1;
160 ent->write_pos_plus1 = 0;
176 ent2->write_pos_plus1 = i+1;

Completed in 28 milliseconds