Searched refs:last_ps (Results 1 – 2 of 2) sorted by relevance
85 struct easy_pollset *last_ps);
3209 struct easy_pollset *last_ps) argument3233 for(j = 0; j < last_ps->num; j++) {3234 if(s == last_ps->sockets[j]) {3235 last_action = last_ps->actions[j];3308 for(i = 0; i < last_ps->num; i++) {3311 s = last_ps->sockets[i];3326 unsigned char oldactions = last_ps->actions[i];
Completed in 13 milliseconds