Home
last modified time | relevance | path

Searched refs:ComponentAssertion (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c235 ComponentAssertion* in_ca, in dup_comp_filter_item()
236 ComponentAssertion** out_ca ) in dup_comp_filter_item()
242 *out_ca = op->o_tmpalloc( sizeof( ComponentAssertion ), op->o_tmpmemctx ); in dup_comp_filter_item()
861 get_matching_value( Operation *op, ComponentAssertion* ca, in get_matching_value()
956 get_item( Operation *op, ComponentAssertionValue* cav, ComponentAssertion** ca, in get_item()
960 ComponentAssertion* _ca; in get_item()
966 _ca = op->o_tmpalloc( sizeof( ComponentAssertion ), op->o_tmpmemctx ); in get_item()
968 _ca = SLAP_MALLOC( sizeof( ComponentAssertion ) ); in get_item()
1268 ComponentAssertion *ca ) in test_comp_filter_item()
H A Dslap.h3122 typedef struct ComponentAssertion ComponentAssertion; typedef
3160 struct ComponentAssertion { struct
3174 ComponentAssertion *cf_un_ca; argument
3260 ComponentAssertion* ca));
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3687.txt67 3. ComponentAssertion . . . . . . . . . . . . . . . . . . . . . . 5
155 Section 3 describes the ComponentAssertion, a testable assertion
248 3. ComponentAssertion
250 A ComponentAssertion is an assertion about the presence, or values
254 ComponentAssertion may also be applied to a component part of an
258 A ComponentAssertion is described by the following ASN.1 type
261 ComponentAssertion ::= SEQUENCE {
273 The "component" field of a ComponentAssertion identifies which
291 The fields of a ComponentAssertion are described in detail in the
296 The component field in a ComponentAssertion is a UTF-8 character
[all …]
H A Drfc3727.txt83 ComponentAssertion ::= SEQUENCE {
92 item [0] ComponentAssertion,
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c457 ComponentAssertion* ca ) in comp_test_all_components()
529 ComponentAssertion *ca ) in comp_test_one_component()
597 …omponents( void* attr_nm, void* assert_nm, ComponentSyntaxInfo* csi_attr, ComponentAssertion* ca) { in comp_test_components()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dfilterindex.c326 ComponentAssertion *ca, in comp_equality_candidates()