Home
last modified time | relevance | path

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

/netbsd/external/bsd/openldap/dist/libraries/librewrite/
H A Dcontext.c219 op->lo_depth++; in rewrite_context_apply()
223 op->lo_depth, string ); in rewrite_context_apply()
224 assert( op->lo_depth > 0 ); in rewrite_context_apply()
423 op->lo_depth, return_code, ( res ? res : "NULL" ) ); in rewrite_context_apply()
425 assert( op->lo_depth > 0 ); in rewrite_context_apply()
426 op->lo_depth--; in rewrite_context_apply()
H A Dinfo.c243 assert( op.lo_depth == 0 ); in rewrite_session()
H A Drewrite-int.h279 int lo_depth; member