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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/auth/credentials/
H A Dcredentials.c125 if (cred->username_obtained == CRED_CALLBACK &&
153 if (cred->username_obtained < CRED_CALLBACK) {
155 cred->username_obtained = CRED_CALLBACK;
194 if (cred->principal_obtained == CRED_CALLBACK &&
236 if (cred->principal_obtained < CRED_CALLBACK) {
238 cred->principal_obtained = CRED_CALLBACK;
285 if (cred->password_obtained == CRED_CALLBACK &&
321 if (cred->password_obtained < CRED_CALLBACK) {
323 cred->password_obtained = CRED_CALLBACK;
395 if (cred->domain_obtained == CRED_CALLBACK
[all...]
H A Dcredentials.h34 CRED_CALLBACK, /* Callback should be used to obtain value */ enumerator in enum:credentials_obtained
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/auth/credentials/
H A Dcredentials.c125 if (cred->username_obtained == CRED_CALLBACK &&
153 if (cred->username_obtained < CRED_CALLBACK) {
155 cred->username_obtained = CRED_CALLBACK;
194 if (cred->principal_obtained == CRED_CALLBACK &&
236 if (cred->principal_obtained < CRED_CALLBACK) {
238 cred->principal_obtained = CRED_CALLBACK;
285 if (cred->password_obtained == CRED_CALLBACK &&
321 if (cred->password_obtained < CRED_CALLBACK) {
323 cred->password_obtained = CRED_CALLBACK;
395 if (cred->domain_obtained == CRED_CALLBACK
[all...]
H A Dcredentials.h34 CRED_CALLBACK, /* Callback should be used to obtain value */ enumerator in enum:credentials_obtained
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/auth/credentials/
H A Dcredentials.c125 if (cred->username_obtained == CRED_CALLBACK &&
153 if (cred->username_obtained < CRED_CALLBACK) {
155 cred->username_obtained = CRED_CALLBACK;
194 if (cred->principal_obtained == CRED_CALLBACK &&
236 if (cred->principal_obtained < CRED_CALLBACK) {
238 cred->principal_obtained = CRED_CALLBACK;
285 if (cred->password_obtained == CRED_CALLBACK &&
321 if (cred->password_obtained < CRED_CALLBACK) {
323 cred->password_obtained = CRED_CALLBACK;
395 if (cred->domain_obtained == CRED_CALLBACK
[all...]
H A Dcredentials.h34 CRED_CALLBACK, /* Callback should be used to obtain value */ enumerator in enum:credentials_obtained

Completed in 125 milliseconds