Home
last modified time | relevance | path

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 )); in prldap_read()
205 return( PR_Send( PRLDAP_GET_PRFD(socketarg), buf, len, 0, prit )); in prldap_write()
259 pds[i].fd = PRLDAP_GET_PRFD( fds[i].lpoll_socketarg ); in prldap_poll()
472 if ( PR_Close( PRLDAP_GET_PRFD(socketarg)) != PR_SUCCESS ) { in prldap_close()