Searched refs:hashop (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | getexecattr.c | 115 check_match_i(nss_XbyY_args_t *argp, const char *line, int linelen, int hashop) argument 122 if (hashop == 0 || hashop == 2) 131 if (hashop == 1 || hashop == 2) 190 get_wild(files_backend_ptr_t be, nss_XbyY_args_t *argp, int hashop) argument 203 res = _nss_files_XY_hash(be, argp, 1, &hashinfo, hashop, 204 cfs[hashop]);
|
H A D | files_common.h | 160 int hashop,
|
H A D | files_common.c | 738 int netdb, files_hash_t *fhp, int hashop, files_XY_check_func check) 774 htab = &fhp->fh_table[hashop * fhp->fh_size]; 775 hash = fhp->fh_hash_func[hashop](args, 1, NULL, 0); 737 _nss_files_XY_hash(files_backend_ptr_t be, nss_XbyY_args_t *args, int netdb, files_hash_t *fhp, int hashop, files_XY_check_func check) argument
|
Completed in 27 milliseconds