Lines Matching defs:outvalue

98 	void	*outvalue)
122 if(outvalue == NULL) {
129 struct ldapapiinfo *info = (struct ldapapiinfo *) outvalue;
132 /* outvalue must point to an apiinfo structure */
172 ber_sockbuf_ctrl( ld->ld_sb, LBER_SB_OPT_GET_FD, outvalue );
177 *(Sockbuf **)outvalue = ld->ld_sb;
181 /* the caller has to free outvalue ! */
183 *(void **)outvalue = NULL;
184 } else if ( ldap_int_timeval_dup( outvalue, &lo->ldo_tm_api ) != 0 ) {
190 /* the caller has to free outvalue ! */
192 *(void **)outvalue = NULL;
193 } else if ( ldap_int_timeval_dup( outvalue, &lo->ldo_tm_net ) != 0 ) {
199 * (int *) outvalue = lo->ldo_deref;
203 * (int *) outvalue = lo->ldo_sizelimit;
207 * (int *) outvalue = lo->ldo_timelimit;
211 * (int *) outvalue = (int) LDAP_BOOL_GET(lo, LDAP_BOOL_REFERRALS);
215 * (int *) outvalue = (int) LDAP_BOOL_GET(lo, LDAP_BOOL_RESTART);
219 * (int *) outvalue = lo->ldo_version;
223 * (LDAPControl ***) outvalue =
229 * (LDAPControl ***) outvalue =
235 * (char **) outvalue = ldap_url_list2hosts(lo->ldo_defludp);
239 * (char **) outvalue = ldap_url_list2urls(lo->ldo_defludp);
244 * (char **) outvalue = NULL;
246 * (char **) outvalue = LDAP_STRDUP(lo->ldo_defbase);
252 * (int *) outvalue = (int) LDAP_BOOL_GET(lo, LDAP_BOOL_CONNECT_ASYNC);
260 if ((*ll)->ll_data == outvalue) {
275 * (int *) outvalue = ld->ld_errno;
285 * (char **) outvalue = NULL;
287 * (char **) outvalue = LDAP_STRDUP(ld->ld_error);
299 * (char **) outvalue = NULL;
301 * (char **) outvalue = LDAP_STRDUP( ld->ld_matched );
313 * (char ***) outvalue = NULL;
315 * (char ***) outvalue = ldap_value_dup(ld->ld_referrals);
321 LDAPAPIFeatureInfo *info = (LDAPAPIFeatureInfo *) outvalue;
345 * (int *) outvalue = lo->ldo_debug;
349 * (int *) outvalue = lo->ldo_keepalive_idle;
353 * (int *) outvalue = lo->ldo_keepalive_probes;
357 * (int *) outvalue = lo->ldo_keepalive_interval;
362 if ( ldap_pvt_tls_get_option( ld, option, outvalue ) == 0 ) {
367 if ( ldap_int_sasl_get_option( ld, option, outvalue ) == 0 ) {
372 if ( ldap_int_gssapi_get_option( ld, option, outvalue ) == 0 ) {