HomeSort by: relevance | last modified time | path
    Searched defs:SLAP_TCP_RMEM (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 1615 #define SLAP_TCP_RMEM ( 0x1U )
1660 *rw |= SLAP_TCP_RMEM;
1668 *rw |= ( SLAP_TCP_RMEM | SLAP_TCP_WMEM );
1714 if ( rw & SLAP_TCP_RMEM ) l->sl_tcp_rmem = -1;
1719 if ( rw & SLAP_TCP_RMEM ) ll[i]->sl_tcp_rmem = -1;
1729 if ( rw & SLAP_TCP_RMEM ) slapd_tcp_rmem = -1;
1762 if ( rw != ( SLAP_TCP_RMEM | SLAP_TCP_WMEM ) ) {
1763 if ( rw & SLAP_TCP_RMEM ) {
1780 if ( rw != ( SLAP_TCP_RMEM | SLAP_TCP_WMEM ) ) {
1781 if ( rw & SLAP_TCP_RMEM ) {
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 3013 #define SLAP_TCP_RMEM (0x1U)
3055 *rw |= SLAP_TCP_RMEM;
3063 *rw |= ( SLAP_TCP_RMEM | SLAP_TCP_WMEM );
3108 if ( rw & SLAP_TCP_RMEM ) l->sl_tcp_rmem = -1;
3112 if ( rw & SLAP_TCP_RMEM ) ll[ i ]->sl_tcp_rmem = -1;
3122 if ( rw & SLAP_TCP_RMEM ) slapd_tcp_rmem = -1;
3152 if ( rw != ( SLAP_TCP_RMEM | SLAP_TCP_WMEM ) ) {
3153 if ( rw & SLAP_TCP_RMEM ) {
3170 if ( rw != ( SLAP_TCP_RMEM | SLAP_TCP_WMEM ) ) {
3171 if ( rw & SLAP_TCP_RMEM ) {
    [all...]

Completed in 28 milliseconds