Home
last modified time | relevance | path

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

/external/curl/lib/
Dmulti.c2727 unsigned int comboaction; local
2784 comboaction = (entry->writers? CURL_POLL_OUT : 0) |
2788 if(sincebefore && (entry->action == comboaction))
2793 multi->socket_cb(data, s, comboaction, multi->socket_userp,
2796 entry->action = comboaction; /* store the current action state */