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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c229 * The getXbyY_to_dbop structure is hashed on first call in order to
250 * If the size of getXbyY_to_dbop[] is changed then hash function must be
253 static getXbyY_to_dbop_t getXbyY_to_dbop[] = { variable
301 int count = (sizeof (getXbyY_to_dbop) / sizeof (getXbyY_to_dbop_t));
312 cp = getXbyY_to_dbop[i].name;
320 hval += getXbyY_to_dbop[i].dbop;
351 hptr = &getXbyY_to_dbop[idx];
764 dbop, rlen, getXbyY_to_dbop[index].tostr));
892 strtype = getXbyY_to_dbop[index].tostr;
1086 if (getXbyY_to_dbop[inde
[all...]

Completed in 46 milliseconds