Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dcache.c150 monitor_cache_t tmp_mc, *mc; in monitor_cache_get() local
158 tmp_mc.mc_ndn = *ndn; in monitor_cache_get()
162 ( caddr_t )&tmp_mc, monitor_cache_cmp ); in monitor_cache_get()
189 monitor_cache_t tmp_mc, *mc; in monitor_cache_remove() local
203 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
205 ( caddr_t )&tmp_mc, monitor_cache_cmp ); in monitor_cache_remove()
215 tmp_mc.mc_ndn = pndn; in monitor_cache_remove()
217 ( caddr_t )&tmp_mc, monitor_cache_cmp ); in monitor_cache_remove()
255 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
257 ( caddr_t )&tmp_mc, monitor_cache_cmp ); in monitor_cache_remove()
[all …]