Home
last modified time | relevance | path

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

/external/curl/lib/
Dmulti.c2899 int comboaction; local
2958 comboaction = (entry->writers? CURL_POLL_OUT : 0) |
2962 if(sincebefore && ((int)entry->action == comboaction))
2968 rc = multi->socket_cb(data, s, comboaction, multi->socket_userp,
2977 entry->action = comboaction; /* store the current action state */