Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h554 #define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EAGAIN) macro
557 #define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EINPROGRESS || (e) == EAGAI… macro
559 #define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EINPROGRESS) macro
H A Drequest.c342 if ( terrno != 0 && !NSLDAPI_ERRNO_IO_INPROGRESS( terrno )) { in nsldapi_ber_flush()
347 else if ( !NSLDAPI_ERRNO_IO_INPROGRESS( terrno )) { in nsldapi_ber_flush()
H A Dos-ip.c697 if ( NSLDAPI_ERRNO_IO_INPROGRESS( err )) {