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

/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dmain.c163 } option_helpers[] = { variable in typeref:struct:option_helper
323 if ( !BER_BVISNULL( &option_helpers[0].oh_name ) ) {
327 for ( i = 0; !BER_BVISNULL( &option_helpers[i].oh_name ); i++ ) {
328 fprintf( stderr, "\t\t%s\n", option_helpers[i].oh_usage );
506 for ( i = 0; !BER_BVISNULL( &option_helpers[i].oh_name );
508 if ( ber_bvstrcasecmp( &option_helpers[i].oh_name, &opt ) ==
510 assert( option_helpers[i].oh_fnc != NULL );
511 if ( (*option_helpers[i].oh_fnc)(
512 val, option_helpers[i].oh_arg ) == -1 ) {
522 if ( BER_BVISNULL( &option_helpers[
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmain.c165 } option_helpers[] = { variable in typeref:struct:option_helper
362 if ( !BER_BVISNULL( &option_helpers[0].oh_name ) ) {
366 for ( i = 0; !BER_BVISNULL( &option_helpers[i].oh_name ); i++) {
367 fprintf( stderr, "\t\t%s\n", option_helpers[i].oh_usage );
623 for ( i = 0; !BER_BVISNULL( &option_helpers[i].oh_name ); i++ ) {
624 if ( ber_bvstrcasecmp( &option_helpers[i].oh_name, &opt ) == 0 ) {
625 assert( option_helpers[i].oh_fnc != NULL );
626 if ( (*option_helpers[i].oh_fnc)( val, option_helpers[i].oh_arg ) == -1 ) {
636 if ( BER_BVISNULL( &option_helpers[
[all...]

Completed in 301 milliseconds