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

/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dmain.c149 * oh_fnc is handler function
150 * oh_arg is an optional arg to oh_fnc
160 int (*oh_fnc)( const char *val, void *arg ); member in struct:option_helper
510 assert( option_helpers[i].oh_fnc != NULL );
511 if ( (*option_helpers[i].oh_fnc)(
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmain.c151 * oh_fnc is handler function
152 * oh_arg is an optional arg to oh_fnc
162 int (*oh_fnc)(const char *val, void *arg); member in struct:option_helper
625 assert( option_helpers[i].oh_fnc != NULL );
626 if ( (*option_helpers[i].oh_fnc)( val, option_helpers[i].oh_arg ) == -1 ) {

Completed in 198 milliseconds