Searched refs:sql_flags (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dconfig.c257 if ( bi->sql_flags & BSQLF_CREATE_NEEDS_SELECT )
261 if ( bi->sql_flags & BSQLF_UPPER_NEEDS_CAST )
265 if ( !(bi->sql_flags & BSQLF_DONTCHECK_LDAPINFO_DN_RU) )
267 if ( bi->sql_flags & BSQLF_HAS_LDAPINFO_DN_RU )
271 if ( bi->sql_flags & BSQLF_FAIL_IF_NO_MAPPING )
275 if ( bi->sql_flags & BSQLF_ALLOW_ORPHANS )
279 if ( bi->sql_flags & BSQLF_USE_SUBTREE_SHORTCUT )
283 if ( bi->sql_flags & BSQLF_FETCH_ALL_ATTRS )
287 if ( bi->sql_flags & BSQLF_CHECK_SCHEMA )
291 if ( bi->sql_flags
[all...]
H A Dback-sql.h525 unsigned int sql_flags; member in struct:backsql_info
542 (((si)->sql_flags & f) == f)
H A Dinit.c639 bi->sql_flags |= BSQLF_USE_SUBTREE_SHORTCUT;
642 bi->sql_flags |= BSQLF_CHECK_SCHEMA;
H A Dsql-wrap.c435 bi->sql_flags &= ~BSQLF_USE_REVERSE_DN;
446 bi->sql_flags |= BSQLF_USE_REVERSE_DN;
H A Dschema-map.c523 bi->sql_flags |= BSQLF_HAS_LDAPINFO_DN_RU;
528 bi->sql_flags &= ~BSQLF_HAS_LDAPINFO_DN_RU;
755 bi->sql_flags |= BSQLF_SCHEMA_LOADED;

Completed in 189 milliseconds