Searched refs:iFlags (Results 1 – 3 of 3) sorted by relevance
96 int iFlags = fcntl(_iSockFd, F_GETFL, 0); in setNonBlocking() local98 assert(iFlags != -1); in setNonBlocking()102 iFlags |= O_NONBLOCK; in setNonBlocking()105 iFlags &= ~O_NONBLOCK; in setNonBlocking()107 fcntl(_iSockFd, F_SETFL, iFlags); in setNonBlocking()
261 cr.iFlags = 0; in AddContours2Rect()273 cr.iFlags = 0; in AddContours2Rect()
208 int iFlags; member