Searched refs:a_style (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Daclparse.c886 bdn->a_style = ACL_STYLE_REGEX;
892 bdn->a_style = ACL_STYLE_USERS;
899 bdn->a_style = ACL_STYLE_ANONYMOUS;
907 bdn->a_style = ACL_STYLE_USERS;
919 bdn->a_style = ACL_STYLE_USERS;
991 bdn->a_style = sty;
2582 bdn->a_style == ACL_STYLE_ANONYMOUS ||
2583 bdn->a_style == ACL_STYLE_USERS ||
2584 bdn->a_style == ACL_STYLE_SELF )
2591 if ( bdn->a_style
[all...]
H A Dacl.c752 if ( bdn->a_style == ACL_STYLE_ANONYMOUS ) {
757 } else if ( bdn->a_style == ACL_STYLE_USERS ) {
762 } else if ( bdn->a_style == ACL_STYLE_SELF ) {
793 } else if ( bdn->a_style == ACL_STYLE_REGEX ) {
932 if ( bdn->a_style == ACL_STYLE_BASE ) {
938 } else if ( bdn->a_style == ACL_STYLE_ONE ) {
954 } else if ( bdn->a_style == ACL_STYLE_SUBTREE ) {
959 } else if ( bdn->a_style == ACL_STYLE_CHILDREN ) {
968 } else if ( bdn->a_style == ACL_STYLE_LEVEL ) {
H A Dslap.h1372 slap_style_t a_style; member in struct:slap_dn_access
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dtohtml.vim143 for a_style in buf_styles
144 if index(style, a_style) == -1
146 if a_style =~ '\<Diff\(Change\|Text\|Add\|Delete\)'
150 call insert(style, a_style, insert_index)

Completed in 88 milliseconds