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

/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dmain.c159 struct berval oh_name; member in struct:option_helper
323 if ( !BER_BVISNULL( &option_helpers[0].oh_name ) ) {
327 for ( i = 0; !BER_BVISNULL( &option_helpers[i].oh_name ); i++ ) {
506 for ( i = 0; !BER_BVISNULL( &option_helpers[i].oh_name );
508 if ( ber_bvstrcasecmp( &option_helpers[i].oh_name, &opt ) ==
522 if ( BER_BVISNULL( &option_helpers[i].oh_name ) ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmain.c161 struct berval oh_name; member in struct:option_helper
362 if ( !BER_BVISNULL( &option_helpers[0].oh_name ) ) {
366 for ( i = 0; !BER_BVISNULL( &option_helpers[i].oh_name ); i++) {
623 for ( i = 0; !BER_BVISNULL( &option_helpers[i].oh_name ); i++ ) {
624 if ( ber_bvstrcasecmp( &option_helpers[i].oh_name, &opt ) == 0 ) {
636 if ( BER_BVISNULL( &option_helpers[i].oh_name ) ) {

Completed in 194 milliseconds