HomeSort by: relevance | last modified time | path
    Searched refs:SLAP_OP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-tools/
wrap_slap_ops 2 # wrap_slap_ops - Help update code to use SLAP_OP() & co.
24 macros SLAP_OP() & co. They compile like the old code by default.
106 # slap_be_op(op->o_bd, which, &op, rs) ==> SLAP_OP(which, op, rs)
107 # slap_be_op(op. o_bd, which, &op, rs) ==> SLAP_OP(which, &op, rs)
109 / $addr{$4} eq $6 ? "SLAP_OP$2$5" : die "$ARGV: Bad syntax: $1\n" /egox;
115 s/\b ((SLAP_OP|slap_b[ei](func)?_op) \b .*?) [\ \t]+$ /$1/gmx;
  /src/external/bsd/openldap/dist/servers/slapd/
proto-slap.h 384 #define SLAP_OP(which, op, rs) slap_bi_op((op)->o_bd->bd_info, which, op, rs)

Completed in 14 milliseconds