scred 126 source3/libads/sasl.c struct berval cred, *scred = NULL;
scred 193 source3/libads/sasl.c scred = NULL;
scred 194 source3/libads/sasl.c rc = ldap_sasl_bind_s(ads->ldap.ld, NULL, "GSS-SPNEGO", &cred, NULL, NULL, &scred);
scred 197 source3/libads/sasl.c if (scred) {
scred 198 source3/libads/sasl.c ber_bvfree(scred);
scred 204 source3/libads/sasl.c if (scred) {
scred 205 source3/libads/sasl.c blob = data_blob(scred->bv_val, scred->bv_len);
scred 206 source3/libads/sasl.c ber_bvfree(scred);
scred 386 source3/libads/sasl.c struct berval cred, *scred = NULL;
scred 510 source3/libads/sasl.c &scred);
scred 517 source3/libads/sasl.c if (scred) {
scred 518 source3/libads/sasl.c wrapped = data_blob_const(scred->bv_val, scred->bv_len);
scred 526 source3/libads/sasl.c if (scred) ber_bvfree(scred);
scred 688 source3/libads/sasl.c struct berval cred, *scred = NULL;
scred 707 source3/libads/sasl.c rc = ldap_sasl_bind_s(ads->ldap.ld, NULL, "GSS-SPNEGO", &cred, NULL, NULL, &scred);
scred 711 source3/libads/sasl.c if(scred)
scred 712 source3/libads/sasl.c ber_bvfree(scred);
scred 744 source3/libads/sasl.c struct berval *scred=NULL;
scred 754 source3/libads/sasl.c rc = ldap_sasl_bind_s(ads->ldap.ld, NULL, "GSS-SPNEGO", NULL, NULL, NULL, &scred);
scred 761 source3/libads/sasl.c blob = data_blob(scred->bv_val, scred->bv_len);
scred 763 source3/libads/sasl.c ber_bvfree(scred);
scred 863 source3/libads/sasl.c struct berval *scred = NULL;
scred 895 source3/libads/sasl.c if (scred) {
scred 896 source3/libads/sasl.c ber_bvfree(scred);
scred 897 source3/libads/sasl.c scred = NULL;
scred 908 source3/libads/sasl.c &scred);
scred 918 source3/libads/sasl.c if (scred) {
scred 919 source3/libads/sasl.c input_token.value = scred->bv_val;
scred 920 source3/libads/sasl.c input_token.length = scred->bv_len;
scred 931 source3/libads/sasl.c if (scred) {
scred 932 source3/libads/sasl.c ber_bvfree(scred);
scred 933 source3/libads/sasl.c scred = NULL;
scred 1001 source3/libads/sasl.c &scred);
scred 1036 source3/libads/sasl.c if(scred)
scred 1037 source3/libads/sasl.c ber_bvfree(scred);