Searched defs:auth_domain (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/sunrpc/
H A Dsvcauth.h30 * Currently, the nfs server uses the auth_domain to stand
43 * In the case of auth_unix and auth_null, the auth_domain is also
47 struct auth_domain { struct
92 * an appropriate 'auth_domain' as the client.
100 void (*domain_release)(struct auth_domain *);
121 extern struct auth_domain *unix_domain_find(char *name);
122 extern void auth_domain_put(struct auth_domain *item);
123 extern int auth_unix_add_addr(struct in_addr addr, struct auth_domain *dom);
124 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *ne
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac.cc661 const char* auth_domain = (scheme == PasswordForm::SCHEME_HTML) ? local
665 auth_domain, path, username, CreatorCodeForSearch());
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.cc778 const char* auth_domain = (scheme == PasswordForm::SCHEME_HTML) ? local
782 auth_domain, path, username, CreatorCodeForSearch());

Completed in 457 milliseconds