requestBV          44 source3/passdb/pdb_nds.c 	struct berval **requestBV,
requestBV         110 source3/passdb/pdb_nds.c 	if(ber_flatten(requestBer, requestBV) == LBER_ERROR)
requestBV         132 source3/passdb/pdb_nds.c 	struct berval **requestBV,
requestBV         201 source3/passdb/pdb_nds.c 	if(ber_flatten(requestBer, requestBV) == LBER_ERROR)
requestBV         310 source3/passdb/pdb_nds.c 	struct  berval *requestBV = NULL;
requestBV         321 source3/passdb/pdb_nds.c 	err = berEncodeLoginData(&requestBV, objectDN, methodIDLen, methodID, tag, 0, NULL);
requestBV         329 source3/passdb/pdb_nds.c 					requestBV, NULL, NULL, &replyOID, &replyBV)))
requestBV         379 source3/passdb/pdb_nds.c 	if(requestBV)
requestBV         381 source3/passdb/pdb_nds.c 		ber_bvfree(requestBV);
requestBV         467 source3/passdb/pdb_nds.c 	struct berval *requestBV = NULL;
requestBV         478 source3/passdb/pdb_nds.c 	err = berEncodePasswordData(&requestBV, objectDN, pwd, NULL);
requestBV         485 source3/passdb/pdb_nds.c 	if((err = ldap_extended_operation_s(ld, NMASLDAP_SET_PASSWORD_REQUEST, requestBV, NULL, NULL, &replyOID, &replyBV)))
requestBV         535 source3/passdb/pdb_nds.c 	if(requestBV)
requestBV         537 source3/passdb/pdb_nds.c 		ber_bvfree(requestBV);
requestBV         556 source3/passdb/pdb_nds.c 	struct berval *requestBV = NULL;
requestBV         576 source3/passdb/pdb_nds.c 	err = berEncodePasswordData(&requestBV, objectDN, NULL, NULL);
requestBV         583 source3/passdb/pdb_nds.c 	if((err = ldap_extended_operation_s(ld, NMASLDAP_GET_PASSWORD_REQUEST, requestBV, NULL, NULL, &replyOID, &replyBV)))
requestBV         643 source3/passdb/pdb_nds.c 	if(requestBV)
requestBV         645 source3/passdb/pdb_nds.c 		ber_bvfree(requestBV);