OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smr_compat_syntaxes
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
mr.c
100
ch_free( m->
smr_compat_syntaxes
);
163
if ( mr->
smr_compat_syntaxes
) {
166
mr->
smr_compat_syntaxes
[ n ];
169
if ( mr->
smr_compat_syntaxes
[ n ] == syn ) {
176
mr->
smr_compat_syntaxes
= ch_realloc(
177
mr->
smr_compat_syntaxes
,
179
mr->
smr_compat_syntaxes
[ n ] = syn;
180
mr->
smr_compat_syntaxes
[ n + 1 ] = NULL;
256
smr->
smr_compat_syntaxes
= compat_syn;
406
|| mr->
smr_compat_syntaxes
) )
[
all
...]
at.c
830
if( mr->
smr_compat_syntaxes
== NULL ) {
836
for(i=0; mr->
smr_compat_syntaxes
[i]; i++) {
837
if( sat->sat_syntax == mr->
smr_compat_syntaxes
[i] ) {
876
if( mr->
smr_compat_syntaxes
== NULL ) {
882
for(i=0; mr->
smr_compat_syntaxes
[i]; i++) {
883
if( sat->sat_syntax == mr->
smr_compat_syntaxes
[i] ) {
926
if( sat->sat_equality->
smr_compat_syntaxes
== NULL ) {
932
for(i=0; sat->sat_equality->
smr_compat_syntaxes
[i]; i++) {
934
sat->sat_equality->
smr_compat_syntaxes
[i] )
slap.h
631
Syntax **
smr_compat_syntaxes
;
member in struct:MatchingRule
Completed in 27 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026