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

/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c1290 int tcp_buffer_num; variable
1527 tcp_buffer, sizeof(struct berval) * ( tcp_buffer_num + 2 ) );
1529 tcp_buffer[tcp_buffer_num] = val;
1531 tcp_buffer_num++;
1532 BER_BVZERO( &tcp_buffer[tcp_buffer_num] );
1556 tcp_buffer_num = 0;
1566 if ( tcp_buffer_num == 0 ) {
1597 for ( ; i < tcp_buffer_num; i++ ) {
1600 tcp_buffer_num--;
1615 c->argv[0], tcp_buffer_num );
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c2962 int tcp_buffer_num; variable
3189 tcp_buffer = ch_realloc( tcp_buffer, sizeof( struct berval ) * ( tcp_buffer_num + 2 ) );
3191 tcp_buffer[ tcp_buffer_num ] = val;
3193 tcp_buffer_num++;
3194 BER_BVZERO( &tcp_buffer[ tcp_buffer_num ] );
3214 tcp_buffer_num = 0;
3225 if ( tcp_buffer_num == 0 ) {
3255 for ( ; i < tcp_buffer_num; i++ ) {
3258 tcp_buffer_num--;
3274 c->argv[0], tcp_buffer_num );
[all...]

Completed in 276 milliseconds