Home
last modified time | relevance | path

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

/external/curl/lib/
Dmulti.c2303 unsigned int comboaction; in singlesocket() local
2359 comboaction = (entry->writers? CURL_POLL_OUT : 0) | in singlesocket()
2367 if(entry->action == comboaction) in singlesocket()
2375 comboaction, in singlesocket()
2379 entry->action = comboaction; /* store the current action state */ in singlesocket()