Lines Matching defs:invalue

387 	LDAP_CONST void	*invalue)
404 dbglvl = (int *) invalue;
423 if(invalue == LDAP_OPT_OFF) {
431 if(invalue == LDAP_OPT_OFF) {
439 if(invalue == LDAP_OPT_OFF) {
447 /* options which can withstand invalue == NULL */
451 (LDAPControl *const *) invalue;
471 (LDAPControl *const *) invalue;
491 const char *host = (const char *) invalue;
528 const char *urls = (const char *) invalue;
587 const char *newbase = (const char *) invalue;
605 const char *err = (const char *) invalue;
623 const char *matched = (const char *) invalue;
641 char *const *referrals = (char *const *) invalue;
659 lo->ldo_rebind_proc = (LDAP_REBIND_PROC *)invalue;
662 lo->ldo_rebind_params = (void *)invalue;
667 lo->ldo_nextref_proc = (LDAP_NEXTREF_PROC *)invalue;
670 lo->ldo_nextref_params = (void *)invalue;
675 lo->ldo_urllist_proc = (LDAP_URLLIST_PROC *)invalue;
678 lo->ldo_urllist_params = (void *)invalue;
688 /* options which cannot withstand invalue == NULL */
701 if(invalue == NULL) {
709 if ( ldap_pvt_tls_set_option( ld, option, (void *)invalue ) == 0 )
713 if ( ldap_int_sasl_set_option( ld, option, (void *)invalue ) == 0 )
717 if ( ldap_int_gssapi_set_option( ld, option, (void *)invalue ) == 0 )
724 /* options which cannot withstand invalue == NULL */
729 lo->ldo_deref = * (const int *) invalue;
734 lo->ldo_sizelimit = * (const int *) invalue;
739 lo->ldo_timelimit = * (const int *) invalue;
744 (const struct timeval *) invalue;
751 (const struct timeval *) invalue;
757 int vers = * (const int *) invalue;
766 int err = * (const int *) invalue;
777 lo->ldo_debug = * (const int *) invalue;
785 ll->ll_data = (void *)invalue;
791 lo->ldo_keepalive_idle = * (const int *) invalue;
794 lo->ldo_keepalive_probes = * (const int *) invalue;
797 lo->ldo_keepalive_interval = * (const int *) invalue;