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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapsearch.c257 static struct berval derefval; variable in typeref:struct:berval
1112 if ( derefval.bv_val == NULL ) {
1117 if ( ldap_create_deref_control_value( ld, ds, &derefval ) != LDAP_SUCCESS ) {
1135 c[ i ].ldctl_value = derefval;
1360 if ( derefval.bv_val != NULL ) {
1361 ldap_memfree( derefval.bv_val );

Completed in 89 milliseconds