Home
last modified time | relevance | path

Searched refs:cr_string (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c178 dup_cr->cr_string = cr->cr_string; in dup_comp_ref()
613 (*cr)->cr_string.bv_val = start; in get_component_reference()
614 (*cr)->cr_string.bv_len = end - start + 1; in get_component_reference()
684 (*cr)->cr_string.bv_val = cav.cav_buf; in extract_component_reference()
685 (*cr)->cr_string.bv_len = cr_len + 2; in extract_component_reference()
H A Dslap.h3150 struct berval cr_string; member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dfilterindex.c357 if ( cr->cr_string.bv_len == ca->ca_comp_ref->cr_string.bv_len && in comp_equality_candidates()
358 strncmp( cr->cr_string.bv_val, ca->ca_comp_ref->cr_string.bv_val,cr->cr_string.bv_len ) == 0 ) in comp_equality_candidates()