Searched refs:f_result (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dfilter.c230 f.f_result = LDAP_COMPARE_TRUE;
243 f.f_result = LDAP_COMPARE_FALSE;
258 int fresult = f.f_not->f_result;
265 f.f_result = LDAP_COMPARE_FALSE;
268 f.f_result = LDAP_COMPARE_TRUE;
292 f.f_result = SLAPD_COMPARE_UNDEFINED;
300 f.f_result = SLAPD_COMPARE_UNDEFINED;
821 switch ( f->f_result ) {
882 n->f_result = f->f_result;
[all...]
H A Dfilterentry.c78 f->f_result == LDAP_COMPARE_FALSE ? "false" :
79 f->f_result == LDAP_COMPARE_TRUE ? "true" :
80 f->f_result == SLAPD_COMPARE_UNDEFINED ? "undefined" : "error",
81 f->f_result, 0 );
83 rc = f->f_result;
H A Dslap.h1099 #define f_result f_un.f_un_result macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dfilterindex.c122 switch( f->f_result ) {
577 f->f_result == LDAP_SUCCESS ) {
H A Dsearch.c1231 nf.f_result = LDAP_SUCCESS;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Drwmmap.c771 f->f_result = SLAPD_COMPARE_UNDEFINED;
775 switch ( f->f_result ) {
H A Dtranslucent.c968 n->f_result = f->f_result;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dmap.c579 switch ( f->f_result ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dsearch.c695 switch ( f->f_result ) {

Completed in 267 milliseconds