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

/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c1289 static BerVarray tcp_buffer; variable
1526 tcp_buffer = SLAP_REALLOC(
1527 tcp_buffer, sizeof(struct berval) * ( tcp_buffer_num + 2 ) );
1529 tcp_buffer[tcp_buffer_num] = val;
1532 BER_BVZERO( &tcp_buffer[tcp_buffer_num] );
1544 if ( tcp_buffer == NULL || BER_BVISNULL( &tcp_buffer[0] ) ) {
1547 value_add( &c->rvalue_vals, tcp_buffer );
1548 value_add( &c->rvalue_nvals, tcp_buffer );
1553 tcp_buffer_delete( tcp_buffer );
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c2961 static BerVarray tcp_buffer; variable
3189 tcp_buffer = ch_realloc( tcp_buffer, sizeof( struct berval ) * ( tcp_buffer_num + 2 ) );
3191 tcp_buffer[ tcp_buffer_num ] = val;
3194 BER_BVZERO( &tcp_buffer[ tcp_buffer_num ] );
3203 if ( tcp_buffer == NULL || BER_BVISNULL( &tcp_buffer[ 0 ] ) ) {
3206 value_add( &c->rvalue_vals, tcp_buffer );
3207 value_add( &c->rvalue_nvals, tcp_buffer );
3211 tcp_buffer_delete( tcp_buffer );
[all...]

Completed in 197 milliseconds