Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dsearch.c105 Entry *sub_nv = NULL, *sub_ch = NULL; in monitor_send_children() local
123 monitor_find_children( op, rs, e, &sub_nv, &sub_ch ); in monitor_send_children()
131 for ( e = sub_ch; e != NULL; e = sub_nv ) { in monitor_send_children()
144 rc = monitor_send_children( op, rs, sub_nv, sub_ch, sub ); in monitor_send_children()