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

/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c1292 #define SLAP_TCP_RMEM ( 0x1U ) macro
1337 *rw |= SLAP_TCP_RMEM;
1345 *rw |= ( SLAP_TCP_RMEM | SLAP_TCP_WMEM );
1391 if ( rw & SLAP_TCP_RMEM ) l->sl_tcp_rmem = -1;
1396 if ( rw & SLAP_TCP_RMEM ) ll[i]->sl_tcp_rmem = -1;
1406 if ( rw & SLAP_TCP_RMEM ) slapd_tcp_rmem = -1;
1439 if ( rw != ( SLAP_TCP_RMEM | SLAP_TCP_WMEM ) ) {
1440 if ( rw & SLAP_TCP_RMEM ) {
1457 if ( rw != ( SLAP_TCP_RMEM | SLAP_TCP_WMEM ) ) {
1458 if ( rw & SLAP_TCP_RMEM ) {
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c2964 #define SLAP_TCP_RMEM (0x1U) macro
3006 *rw |= SLAP_TCP_RMEM;
3014 *rw |= ( SLAP_TCP_RMEM | SLAP_TCP_WMEM );
3059 if ( rw & SLAP_TCP_RMEM ) l->sl_tcp_rmem = -1;
3063 if ( rw & SLAP_TCP_RMEM ) ll[ i ]->sl_tcp_rmem = -1;
3073 if ( rw & SLAP_TCP_RMEM ) slapd_tcp_rmem = -1;
3103 if ( rw != ( SLAP_TCP_RMEM | SLAP_TCP_WMEM ) ) {
3104 if ( rw & SLAP_TCP_RMEM ) {
3121 if ( rw != ( SLAP_TCP_RMEM | SLAP_TCP_WMEM ) ) {
3122 if ( rw & SLAP_TCP_RMEM ) {
[all...]

Completed in 100 milliseconds