HomeSort by relevance Sort by last modified time
    Searched defs:auth_domain (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 30 * 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 *new)
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 661 const char* auth_domain = (scheme == PasswordForm::SCHEME_HTML) ? local
665 auth_domain, path, username, CreatorCodeForSearch());
    [all...]

Completed in 89 milliseconds