Home
last modified time | relevance | path

Searched refs:miscfunc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c127 MiscFuncPtr miscfunc; member
1765 if (pTable->miscfunc) {
1768 return pTable->miscfunc(&(pTable->table[index].pData), key, pData);
1825 (*ppTable)->miscfunc = miscOpf;
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8121 msgfunc_t protofunc, msgfunc_t miscfunc) in strsetrputhooks() argument
8132 if (miscfunc == NULL) in strsetrputhooks()
8135 stp->sd_rmiscfunc = miscfunc; in strsetrputhooks()