Searched refs:PRLDAP_GET_PRFD (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c84 #define PRLDAP_GET_PRFD( socketarg ) \ macro
188 return( PR_Recv( PRLDAP_GET_PRFD(socketarg), buf, bufsize, 0, prit ));
205 return( PR_Send( PRLDAP_GET_PRFD(socketarg), buf, len, 0, prit ));
259 pds[i].fd = PRLDAP_GET_PRFD( fds[i].lpoll_socketarg );
472 if ( PR_Close( PRLDAP_GET_PRFD(socketarg)) != PR_SUCCESS ) {

Completed in 57 milliseconds