Lines Matching defs:option
102 * an option that affects the prldap layer.
104 * If 'ld' and 'session" are both NULL, the option is set as the default
110 prldap_set_session_option( LDAP *ld, void *sessionarg, int option, ... )
125 va_start( ap, option );
126 switch ( option ) {
144 * the setting for an option that affects the prldap layer.
146 * If 'ld' and 'session" are both NULL, the default option value for all new
152 int option, ... )
167 va_start( ap, option );
168 switch ( option ) {