e1 78 librpc/gen_ndr/echo.h enum echo_Enum1 e1; e1 83 librpc/gen_ndr/echo.h enum echo_Enum1 e1;/* [case(ECHO_ENUM1)] */ e1 460 librpc/gen_ndr/ndr_echo.c NDR_CHECK(ndr_push_echo_Enum1(ndr, NDR_SCALARS, r->e1)); e1 472 librpc/gen_ndr/ndr_echo.c NDR_CHECK(ndr_pull_echo_Enum1(ndr, NDR_SCALARS, &r->e1)); e1 484 librpc/gen_ndr/ndr_echo.c ndr_print_echo_Enum1(ndr, "e1", r->e1); e1 496 librpc/gen_ndr/ndr_echo.c NDR_CHECK(ndr_push_echo_Enum1(ndr, NDR_SCALARS, r->e1)); e1 535 librpc/gen_ndr/ndr_echo.c NDR_CHECK(ndr_pull_echo_Enum1(ndr, NDR_SCALARS, &r->e1)); e1 568 librpc/gen_ndr/ndr_echo.c ndr_print_echo_Enum1(ndr, "e1", r->e1); e1 1126 source3/locking/locking.c static bool share_modes_identical(struct share_mode_entry *e1, e1 1134 source3/locking/locking.c return (procid_equal(&e1->pid, &e2->pid) && e1 1135 source3/locking/locking.c file_id_equal(&e1->id, &e2->id) && e1 1136 source3/locking/locking.c e1->share_file_id == e2->share_file_id ); e1 1139 source3/locking/locking.c static bool deferred_open_identical(struct share_mode_entry *e1, e1 1142 source3/locking/locking.c return (procid_equal(&e1->pid, &e2->pid) && e1 1143 source3/locking/locking.c (e1->op_mid == e2->op_mid) && e1 1144 source3/locking/locking.c file_id_equal(&e1->id, &e2->id)); e1 193 source3/smbd/notify_internal.c const struct notify_entry *e1 = (const struct notify_entry *)p1; e1 195 source3/smbd/notify_internal.c return strcmp(e1->path, e2->path); e1 173 source4/dsdb/samdb/ldb_modules/repl_meta_data.c static int replmd_ldb_message_element_attid_sort(const struct ldb_message_element *e1, e1 185 source4/dsdb/samdb/ldb_modules/repl_meta_data.c a1 = dsdb_attribute_by_lDAPDisplayName(schema, e1->name); e1 193 source4/dsdb/samdb/ldb_modules/repl_meta_data.c return strcasecmp(e1->name, e2->name); e1 2746 source4/heimdal/lib/krb5/crypto.c struct encryption_type *e1 = _find_enctype(etype1); e1 2748 source4/heimdal/lib/krb5/crypto.c return e1 != NULL && e2 != NULL && e1->keytype == e2->keytype; e1 315 source4/heimdal/lib/krb5/mit_glue.c krb5_enctype e1, e1 319 source4/heimdal/lib/krb5/mit_glue.c *similar = krb5_enctypes_compatible_keys(context, e1, e2); e1 196 source4/ntvfs/common/notify.c const struct notify_entry *e1 = p1, *e2 = p2; e1 197 source4/ntvfs/common/notify.c return strcmp(e1->path, e2->path); e1 180 source4/ntvfs/common/opendb_tdb.c static NTSTATUS share_conflict(struct opendb_entry *e1, e1 187 source4/ntvfs/common/opendb_tdb.c if (!(e1->access_mask & (SEC_FILE_WRITE_DATA | e1 205 source4/ntvfs/common/opendb_tdb.c if (e1->stream_id != stream_id) { e1 212 source4/ntvfs/common/opendb_tdb.c CHECK_MASK(e1->access_mask, SEC_FILE_WRITE_DATA | SEC_FILE_APPEND_DATA, e1 215 source4/ntvfs/common/opendb_tdb.c e1->share_access, NTCREATEX_SHARE_ACCESS_WRITE); e1 217 source4/ntvfs/common/opendb_tdb.c CHECK_MASK(e1->access_mask, SEC_FILE_READ_DATA | SEC_FILE_EXECUTE, e1 220 source4/ntvfs/common/opendb_tdb.c e1->share_access, NTCREATEX_SHARE_ACCESS_READ); e1 222 source4/ntvfs/common/opendb_tdb.c CHECK_MASK(e1->access_mask, SEC_STD_DELETE, e1 225 source4/ntvfs/common/opendb_tdb.c e1->share_access, NTCREATEX_SHARE_ACCESS_DELETE); e1 121 source4/rpc_server/echo/rpc_echo.c r->out.foo2->e1 = ECHO_ENUM2; e1 1507 source4/rpc_server/lsa/dcesrv_lsa.c static int compare_DomainInfo(struct lsa_DomainInfo *e1, struct lsa_DomainInfo *e2) e1 1509 source4/rpc_server/lsa/dcesrv_lsa.c return strcasecmp_m(e1->name.string, e2->name.string); e1 1588 source4/rpc_server/lsa/dcesrv_lsa.c static int compare_TrustDomainInfoInfoEx(struct lsa_TrustDomainInfoInfoEx *e1, struct lsa_TrustDomainInfoInfoEx *e2) e1 1590 source4/rpc_server/lsa/dcesrv_lsa.c return strcasecmp_m(e1->netbios_name.string, e2->netbios_name.string); e1 1137 source4/rpc_server/samr/dcesrv_samr.c static int compare_SamEntry(struct samr_SamEntry *e1, struct samr_SamEntry *e2) e1 1139 source4/rpc_server/samr/dcesrv_samr.c return e1->idx - e2->idx; e1 256 source4/torture/rpc/dfs.c struct dfs_EnumArray1 e1; e1 266 source4/torture/rpc/dfs.c e.e.info1 = &e1; e1 322 source4/torture/rpc/dfs.c struct dfs_EnumArray1 e1; e1 331 source4/torture/rpc/dfs.c e.e.info1 = &e1; e1 313 source4/torture/rpc/echo.c e2.e1 = 76; e1 315 source4/torture/rpc/echo.c e3.e1 = ECHO_ENUM2;