Home
last modified time | relevance | path

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

/trunk/main/extensions/source/scanner/
H A Dsane.cxx723 fd_set fdset; in Start() local
726 FD_ZERO( &fdset ); in Start()
727 FD_SET( (int)fd, &fdset ); in Start()
730 if( select( fd+1, &fdset, NULL, NULL, &tv ) == 0 ) in Start()

Completed in 16 milliseconds