Home
last modified time | relevance | path

Searched defs:ufds (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/lib/
Dselect.c329 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms) in Curl_poll()
Dmulti.c1097 struct pollfd *ufds = &a_few_on_stack[0]; local
/third_party/pulseaudio/src/pulse/
Dthread-mainloop.c60 static int poll_func(struct pollfd *ufds, unsigned long nfds, int timeout, void *userdata) { in poll_func()
/third_party/python/Modules/
Dselectmodule.c420 struct pollfd *ufds; member