OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slap_bi_op
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-tools/
wrap_slap_ops
85
# x->func(op, rs) ==>
slap_bi_op
( x, <enum op_func>, op, rs)
86
# x. func(op, rs) ==>
slap_bi_op
(&x, <enum op_func>, op, rs)
96
# (&x->bi_op_bind)[which](op, rs) ==>
slap_bi_op
(x, which, op, rs)
101
#
slap_bi_op
(x->bd_info, which, op, rs) ==> slap_be_op( x, which, op, rs)
102
#
slap_bi_op
(x. bd_info, which, op, rs) ==> slap_be_op(&x, which, op, rs)
103
s/\b
slap_bi_op
(\(\s*) ($obj_re) \s* (->|\.) \s* bd_info \s*,
128
!/^\# [ \t]* define \s+ ($func_re|
slap_bi_op
\b) /x &&
/src/external/bsd/openldap/dist/servers/slapd/
backend.c
894
(
slap_bi_op
)(
function
901
#ifndef
slap_bi_op
921
#ifndef
slap_bi_op
proto-slap.h
384
#define SLAP_OP(which, op, rs)
slap_bi_op
((op)->o_bd->bd_info, which, op, rs)
385
#define slap_be_op(be, which, op, rs)
slap_bi_op
((be)->bd_info, which, op, rs)
387
#define
slap_bi_op
(bi, which, op, rs) ((&(bi)->bi_op_bind)[which](op, rs))
macro
389
LDAP_SLAPD_F (int) (
slap_bi_op
) LDAP_P(( BackendInfo *bi,
Completed in 20 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026