Home
last modified time | relevance | path

Searched refs:last_poll (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dmulti.c2965 for(j = 0; j< data->last_poll.num; j++) {
2966 if(s == data->last_poll.sockets[j]) {
2967 last_action = data->last_poll.actions[j];
3032 for(i = 0; i< data->last_poll.num; i++) {
3035 s = data->last_poll.sockets[i];
3050 unsigned char oldactions = data->last_poll.actions[i];
3081 memcpy(&data->last_poll, &cur_poll, sizeof(data->last_poll));
Durldata.h1985 struct easy_pollset last_poll; member