Searched refs:ComponentFilter (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | component.c | 64 ComponentFilter** filt, const char** text ); 67 free_comp_filter( ComponentFilter* f ); 70 test_comp_filter( Syntax *syn, ComponentSyntaxInfo *a, ComponentFilter *f ); 200 ComponentFilter* in_f, in dup_comp_filter_list() 201 ComponentFilter** out_f ) in dup_comp_filter_list() 203 ComponentFilter **new, *f; in dup_comp_filter_list() 264 ComponentFilter *in_f, in dup_comp_filter() 265 ComponentFilter **out_f ) in dup_comp_filter() 268 ComponentFilter dup_f = {0}; in dup_comp_filter() 345 ComponentFilter** filt, const char **text ) in get_comp_filter() [all …]
|
| H A D | component.h | 67 ComponentFilter* aa_cf; 76 ComponentFilter* mra_cf;
|
| H A D | slap.h | 362 typedef struct ComponentFilter ComponentFilter; typedef 1022 ComponentFilter *aa_cf; /* for attribute aliasing */ 1045 ComponentFilter *ma_cf; /* component filter */ 3166 ComponentFilter *ca_cf; 3170 struct ComponentFilter { struct 3175 ComponentFilter *cf_un_complex; argument 3185 ComponentFilter *cf_next; argument
|
| H A D | proto-slap.h | 557 ComponentFilter *in_f, 558 ComponentFilter **out_f )); 575 ComponentFilter** filt, 626 ComponentFilter *f ));
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3727.txt | 91 ComponentFilter ::= CHOICE { 93 and [1] SEQUENCE OF ComponentFilter, 94 or [2] SEQUENCE OF ComponentFilter, 95 not [3] ComponentFilter } 98 SYNTAX ComponentFilter
|
| H A D | rfc3687.txt | 87 4. ComponentFilter. . . . . . . . . . . . . . . . . . . . . . . . 21 159 Section 4 introduces the ComponentFilter assertion, which is an 160 expression of ComponentAssertions. The ComponentFilter enables more 164 enables a ComponentFilter to be evaluated against attribute values. 1143 4. ComponentFilter 1147 match the values of more than one component type. A ComponentFilter 1151 The ComponentFilter assertion, an expression of ComponentAssertions, 1155 A ComponentFilter is described by the following ASN.1 type (assumed 1158 ComponentFilter ::= CHOICE { 1160 and [1] SEQUENCE OF ComponentFilter, [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | filterindex.c | 89 ComponentFilter *f, 261 ComponentFilter *flist, in comp_list_candidates() 268 ComponentFilter *f; in comp_list_candidates() 459 ComponentFilter *f, in comp_candidates()
|