Searched refs:searchFlags (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/dsdb/schema/
H A Dschema.h66 uint32_t searchFlags; member in struct:dsdb_attribute
H A Dschema_description.c172 (attribute->searchFlags & SEARCH_FLAG_ATTINDEX),
H A Dschema_set.c111 if (attr->searchFlags & SEARCH_FLAG_ATTINDEX) {
H A Dschema_init.c798 GET_UINT32_LDB(msg, "searchFlags", attr, searchFlags);
1137 { "searchFlags", "1.2.840.113556.1.2.334" },
1400 GET_UINT32_DS(schema, r, "searchFlags", attr, searchFlags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/dsdb/schema/
H A Dschema.h66 uint32_t searchFlags; member in struct:dsdb_attribute
H A Dschema_description.c172 (attribute->searchFlags & SEARCH_FLAG_ATTINDEX),
H A Dschema_set.c111 if (attr->searchFlags & SEARCH_FLAG_ATTINDEX) {
H A Dschema_init.c798 GET_UINT32_LDB(msg, "searchFlags", attr, searchFlags);
1137 { "searchFlags", "1.2.840.113556.1.2.334" },
1400 GET_UINT32_DS(schema, r, "searchFlags", attr, searchFlags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/dsdb/schema/
H A Dschema.h66 uint32_t searchFlags; member in struct:dsdb_attribute
H A Dschema_description.c172 (attribute->searchFlags & SEARCH_FLAG_ATTINDEX),
H A Dschema_set.c111 if (attr->searchFlags & SEARCH_FLAG_ATTINDEX) {
H A Dschema_init.c798 GET_UINT32_LDB(msg, "searchFlags", attr, searchFlags);
1137 { "searchFlags", "1.2.840.113556.1.2.334" },
1400 GET_UINT32_DS(schema, r, "searchFlags", attr, searchFlags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dacl.c142 static NTSTATUS extended_access_check(const char *attribute_name, const int access_rights, uint32_t searchFlags) argument
160 /*Check for attribute whose attributeSchema has 0x80 set in searchFlags*/
161 if ((searchFlags & SEARCH_FLAG_CONFIDENTIAL) == SEARCH_FLAG_CONFIDENTIAL) {
944 uint32_t searchFlags; local
1003 searchFlags = attr->searchFlags;
1005 searchFlags = 0x0;
1008 /*status = extended_access_check(ares->message->elements[i].name, access_mask, searchFlags); */ /* Todo FIXME */
H A Danr.c161 if (!(cur->searchFlags & SEARCH_FLAG_ANR)) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dacl.c142 static NTSTATUS extended_access_check(const char *attribute_name, const int access_rights, uint32_t searchFlags) argument
160 /*Check for attribute whose attributeSchema has 0x80 set in searchFlags*/
161 if ((searchFlags & SEARCH_FLAG_CONFIDENTIAL) == SEARCH_FLAG_CONFIDENTIAL) {
944 uint32_t searchFlags; local
1003 searchFlags = attr->searchFlags;
1005 searchFlags = 0x0;
1008 /*status = extended_access_check(ares->message->elements[i].name, access_mask, searchFlags); */ /* Todo FIXME */
H A Danr.c161 if (!(cur->searchFlags & SEARCH_FLAG_ANR)) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dacl.c142 static NTSTATUS extended_access_check(const char *attribute_name, const int access_rights, uint32_t searchFlags) argument
160 /*Check for attribute whose attributeSchema has 0x80 set in searchFlags*/
161 if ((searchFlags & SEARCH_FLAG_CONFIDENTIAL) == SEARCH_FLAG_CONFIDENTIAL) {
944 uint32_t searchFlags; local
1003 searchFlags = attr->searchFlags;
1005 searchFlags = 0x0;
1008 /*status = extended_access_check(ares->message->elements[i].name, access_mask, searchFlags); */ /* Todo FIXME */
H A Danr.c161 if (!(cur->searchFlags & SEARCH_FLAG_ANR)) continue;

Completed in 160 milliseconds