type 246 examples/VFS/skel_opaque.c static bool skel_lock(vfs_handle_struct *handle, files_struct *fsp, int op, SMB_OFF_T offset, SMB_OFF_T count, int type)
type 362 examples/VFS/skel_opaque.c static SMB_ACL_T skel_sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type)
type 239 examples/VFS/skel_transparent.c static bool skel_lock(vfs_handle_struct *handle, files_struct *fsp, int op, SMB_OFF_T offset, SMB_OFF_T count, int type)
type 352 examples/VFS/skel_transparent.c static SMB_ACL_T skel_sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type)
type 56 examples/libsmbclient/smbwrapper/smbw.c int smbw_ref(int client_fd, Ref_Count_Type type, ...)
type 66 examples/libsmbclient/smbwrapper/smbw.h int smbw_ref(int client_fd, Ref_Count_Type type, ...);
type 133 examples/libsmbclient/tree.c struct tree_data *make_tree_data(guint32 type, const char *name)
type 154 lib/async_req/async_req.h #define async_req_setup(_mem_ctx, _preq, _pstate, type) \
type 615 lib/replace/replace.h #define discard_const_p(type, ptr) ((type *)discard_const(ptr))
type 28 lib/replace/socketpair.c int rep_socketpair(int d, int type, int protocol, int sv[2])
type 156 lib/replace/system/network.h int rep_socketpair(int d, int type, int protocol, int sv[2]);
type 477 lib/replace/test/testsuite.c #define TEST_STRTO_X(type,fmt,func,str,base,res,diff,rrnoo) do {\
type 1088 lib/socket_wrapper/socket_wrapper.c enum swrap_packet_type type,
type 1352 lib/socket_wrapper/socket_wrapper.c enum swrap_packet_type type,
type 1381 lib/socket_wrapper/socket_wrapper.c _PUBLIC_ int swrap_socket(int family, int type, int protocol)
type 41 lib/socket_wrapper/socket_wrapper.h int swrap_socket(int family, int type, int protocol);
type 139 lib/socket_wrapper/socket_wrapper.h #define socket(domain,type,protocol) swrap_socket(domain,type,protocol)
type 40 lib/talloc/pytalloc.h #define py_talloc_get_type(py_obj, type) (talloc_get_type(py_talloc_get_ptr(py_obj), type))
type 51 lib/talloc/pytalloc.h #define py_talloc_new(type, typeobj) py_talloc_import(typeobj, talloc_zero(NULL, type))
type 75 lib/talloc/talloc.c # define discard_const_p(type, ptr) ((type *)((intptr_t)(ptr)))
type 77 lib/talloc/talloc.c # define discard_const_p(type, ptr) ((type *)(ptr))
type 84 lib/talloc/talloc.h #define talloc(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type)
type 90 lib/talloc/talloc.h #define talloc_zero(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type)
type 93 lib/talloc/talloc.h #define talloc_zero_array(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #type)
type 94 lib/talloc/talloc.h #define talloc_array(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type)
type 99 lib/talloc/talloc.h #define talloc_realloc(ctx, p, type, count) (type *)_talloc_realloc_array(ctx, p, sizeof(type), count, #type)
type 104 lib/talloc/talloc.h #define talloc_set_type(ptr, type) talloc_set_name_const(ptr, #type)
type 105 lib/talloc/talloc.h #define talloc_get_type(ptr, type) (type *)talloc_check_name(ptr, #type)
type 106 lib/talloc/talloc.h #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__)
type 108 lib/talloc/talloc.h #define talloc_find_parent_bytype(ptr, type) (type *)talloc_find_parent_byname(ptr, #type)
type 111 lib/talloc/talloc.h #define talloc_zero_p(ctx, type) talloc_zero(ctx, type)
type 112 lib/talloc/talloc.h #define talloc_p(ctx, type) talloc(ctx, type)
type 113 lib/talloc/talloc.h #define talloc_array_p(ctx, type, count) talloc_array(ctx, type, count)
type 114 lib/talloc/talloc.h #define talloc_realloc_p(ctx, p, type, count) talloc_realloc(ctx, p, type, count)
type 78 lib/tdb/pytdb.c static PyObject *py_tdb_open(PyTypeObject *type, PyObject *args, PyObject *kwargs)
type 252 lib/tevent/tevent.h const char *type,
type 86 lib/tevent/tevent_req.c const char *type,
type 63 lib/tevent/tevent_util.h #define DLIST_ADD_END(list, p, type) \
type 100 lib/tevent/tevent_util.h #define DLIST_CONCATENATE(list1, list2, type) \
type 62 lib/util/dlinklist.h #define DLIST_ADD_END(list, p, type) \
type 99 lib/util/dlinklist.h #define DLIST_CONCATENATE(list1, list2, type) \
type 38 lib/util/memory.h #define malloc_p(type) (type *)malloc(sizeof(type))
type 43 lib/util/memory.h #define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count, false)
type 48 lib/util/memory.h #define realloc_p(p, type, count) (type *)realloc_array(p, sizeof(type), count, false)
type 115 lib/util/memory.h #define discard_const_p(type, ptr) ((type *)discard_const(ptr))
type 113 lib/util/rbtree.h #define rb_entry(ptr, type, member) container_of(ptr, type, member)
type 238 lib/util/util.c _PUBLIC_ bool fcntl_lock(int fd, int op, off_t offset, off_t count, int type)
type 604 lib/util/util.h _PUBLIC_ bool fcntl_lock(int fd, int op, off_t offset, off_t count, int type);
type 32 lib/zlib/contrib/infback9/inftree9.c int inflate_table9(type, lens, codes, table, bits, work)
type 33 lib/zlib/contrib/infback9/inftree9.c codetype type;
type 53 lib/zlib/contrib/infback9/inftree9.h extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
type 32 lib/zlib/inftrees.c int inflate_table(type, lens, codes, table, bits, work)
type 33 lib/zlib/inftrees.c codetype type;
type 53 lib/zlib/inftrees.h extern int inflate_table OF((codetype type, unsigned short FAR *lens,
type 162 lib/zlib/zutil.h # define fdopen(fd,type) _fdopen(fd,type)
type 299 libcli/nbt/libnbt.h void nbt_choose_called_name(TALLOC_CTX *mem_ctx, struct nbt_name *n, const char *name, int type);
type 211 libcli/nbt/nbtname.c static bool decompress_name(char *name, enum nbt_name_type *type)
type 245 libcli/nbt/nbtname.c const uint8_t *name, enum nbt_name_type type)
type 419 libcli/nbt/nbtname.c struct nbt_name *n, const char *name, int type)
type 32 libcli/security/secace.c bool sec_ace_object(uint8_t type)
type 60 libcli/security/secace.c void init_sec_ace(struct security_ace *t, const struct dom_sid *sid, enum security_ace_type type,
type 26 libcli/security/secace.h bool sec_ace_object(uint8_t type);
type 28 libcli/security/secace.h void init_sec_ace(struct security_ace *t, const struct dom_sid *sid, enum security_ace_type type,
type 1305 librpc/gen_ndr/cli_spoolss.c enum winreg_Type *type /* [out] [ref] */,
type 1357 librpc/gen_ndr/cli_spoolss.c enum winreg_Type type /* [in] */,
type 2771 librpc/gen_ndr/cli_spoolss.c enum winreg_Type type /* [in] */,
type 3429 librpc/gen_ndr/cli_spoolss.c enum winreg_Type *type /* [out] [ref] */,
type 3654 librpc/gen_ndr/cli_spoolss.c enum winreg_Type type /* [in] */,
type 3707 librpc/gen_ndr/cli_spoolss.c enum winreg_Type *type /* [out] [ref] */,
type 194 librpc/gen_ndr/cli_spoolss.h enum winreg_Type *type /* [out] [ref] */,
type 202 librpc/gen_ndr/cli_spoolss.h enum winreg_Type type /* [in] */,
type 364 librpc/gen_ndr/cli_spoolss.h enum winreg_Type type /* [in] */,
type 449 librpc/gen_ndr/cli_spoolss.h enum winreg_Type *type /* [out] [ref] */,
type 473 librpc/gen_ndr/cli_spoolss.h enum winreg_Type type /* [in] */,
type 482 librpc/gen_ndr/cli_spoolss.h enum winreg_Type *type /* [out] [ref] */,
type 1038 librpc/gen_ndr/cli_srvsvc.c enum srvsvc_ShareType *type /* [out] [ref] */,
type 154 librpc/gen_ndr/cli_srvsvc.h enum srvsvc_ShareType *type /* [out] [ref] */,
type 511 librpc/gen_ndr/cli_svcctl.c uint32_t type /* [in] */,
type 577 librpc/gen_ndr/cli_svcctl.c uint32_t type /* [in] */,
type 703 librpc/gen_ndr/cli_svcctl.c uint32_t type /* [in] */,
type 1159 librpc/gen_ndr/cli_svcctl.c uint32_t type /* [in] */,
type 1225 librpc/gen_ndr/cli_svcctl.c uint32_t type /* [in] */,
type 1346 librpc/gen_ndr/cli_svcctl.c uint32_t type /* [in] */,
type 2081 librpc/gen_ndr/cli_svcctl.c uint32_t type /* [in] */,
type 2145 librpc/gen_ndr/cli_svcctl.c uint32_t type /* [in] */,
type 63 librpc/gen_ndr/cli_svcctl.h uint32_t type /* [in] */,
type 80 librpc/gen_ndr/cli_svcctl.h uint32_t type /* [in] */,
type 105 librpc/gen_ndr/cli_svcctl.h uint32_t type /* [in] */,
type 171 librpc/gen_ndr/cli_svcctl.h uint32_t type /* [in] */,
type 188 librpc/gen_ndr/cli_svcctl.h uint32_t type /* [in] */,
type 210 librpc/gen_ndr/cli_svcctl.h uint32_t type /* [in] */,
type 311 librpc/gen_ndr/cli_svcctl.h uint32_t type /* [in] */,
type 324 librpc/gen_ndr/cli_svcctl.h uint32_t type /* [in] */,
type 501 librpc/gen_ndr/cli_winreg.c enum winreg_Type *type /* [in,out] [unique] */,
type 874 librpc/gen_ndr/cli_winreg.c enum winreg_Type *type /* [in,out] [unique] */,
type 1121 librpc/gen_ndr/cli_winreg.c enum winreg_Type type /* [in] */,
type 72 librpc/gen_ndr/cli_winreg.h enum winreg_Type *type /* [in,out] [unique] */,
type 128 librpc/gen_ndr/cli_winreg.h enum winreg_Type *type /* [in,out] [unique] */,
type 158 librpc/gen_ndr/cli_winreg.h enum winreg_Type type /* [in] */,
type 151 librpc/ndr/libndr.h #define NDR_PRINT_DEBUG(type, p) ndr_print_debug((ndr_print_fn_t)ndr_print_ ##type, #p, p)
type 152 librpc/ndr/libndr.h #define NDR_PRINT_UNION_DEBUG(type, level, p) ndr_print_union_debug((ndr_print_fn_t)ndr_print_ ##type, #p, level, p)
type 153 librpc/ndr/libndr.h #define NDR_PRINT_FUNCTION_DEBUG(type, flags, p) ndr_print_function_debug((ndr_print_function_t)ndr_print_ ##type, #type, flags, p)
type 154 librpc/ndr/libndr.h #define NDR_PRINT_BOTH_DEBUG(type, p) NDR_PRINT_FUNCTION_DEBUG(type, NDR_BOTH, p)
type 155 librpc/ndr/libndr.h #define NDR_PRINT_OUT_DEBUG(type, p) NDR_PRINT_FUNCTION_DEBUG(type, NDR_OUT, p)
type 156 librpc/ndr/libndr.h #define NDR_PRINT_IN_DEBUG(type, p) NDR_PRINT_FUNCTION_DEBUG(type, NDR_IN | NDR_SET_VALUES, p)
type 159 librpc/ndr/libndr.h #define NDR_PRINT_STRUCT_STRING(ctx, type, p) ndr_print_struct_string(ctx, (ndr_print_fn_t)ndr_print_ ##type, #p, p)
type 160 librpc/ndr/libndr.h #define NDR_PRINT_UNION_STRING(ctx, type, level, p) ndr_print_union_string(ctx, (ndr_print_fn_t)ndr_print_ ##type, #p, level, p)
type 161 librpc/ndr/libndr.h #define NDR_PRINT_FUNCTION_STRING(ctx, type, flags, p) ndr_print_function_string(ctx, (ndr_print_function_t)ndr_print_ ##type, #type, flags, p)
type 162 librpc/ndr/libndr.h #define NDR_PRINT_BOTH_STRING(ctx, type, p) NDR_PRINT_FUNCTION_STRING(ctx, type, NDR_BOTH, p)
type 163 librpc/ndr/libndr.h #define NDR_PRINT_OUT_STRING(ctx, type, p) NDR_PRINT_FUNCTION_STRING(ctx, type, NDR_OUT, p)
type 164 librpc/ndr/libndr.h #define NDR_PRINT_IN_STRING(ctx, type, p) NDR_PRINT_FUNCTION_STRING(ctx, type, NDR_IN | NDR_SET_VALUES, p)
type 443 librpc/ndr/libndr.h #define NDR_SCALAR_PROTO(name, type) \
type 444 librpc/ndr/libndr.h enum ndr_err_code ndr_push_ ## name(struct ndr_push *ndr, int ndr_flags, type v); \
type 445 librpc/ndr/libndr.h enum ndr_err_code ndr_pull_ ## name(struct ndr_pull *ndr, int ndr_flags, type *v); \
type 446 librpc/ndr/libndr.h void ndr_print_ ## name(struct ndr_print *ndr, const char *var_name, type v);
type 448 librpc/ndr/libndr.h #define NDR_BUFFER_PROTO(name, type) \
type 449 librpc/ndr/libndr.h enum ndr_err_code ndr_push_ ## name(struct ndr_push *ndr, int ndr_flags, const type *v); \
type 450 librpc/ndr/libndr.h enum ndr_err_code ndr_pull_ ## name(struct ndr_pull *ndr, int ndr_flags, type *v); \
type 451 librpc/ndr/libndr.h void ndr_print_ ## name(struct ndr_print *ndr, const char *var_name, const type *v);
type 492 librpc/ndr/libndr.h void ndr_print_struct(struct ndr_print *ndr, const char *name, const char *type);
type 493 librpc/ndr/libndr.h void ndr_print_enum(struct ndr_print *ndr, const char *name, const char *type, const char *val, uint32_t value);
type 497 librpc/ndr/libndr.h void ndr_print_union(struct ndr_print *ndr, const char *name, int level, const char *type);
type 605 librpc/ndr/ndr_basic.c _PUBLIC_ void ndr_print_struct(struct ndr_print *ndr, const char *name, const char *type)
type 610 librpc/ndr/ndr_basic.c _PUBLIC_ void ndr_print_enum(struct ndr_print *ndr, const char *name, const char *type,
type 727 librpc/ndr/ndr_basic.c _PUBLIC_ void ndr_print_union(struct ndr_print *ndr, const char *name, int level, const char *type)
type 656 nsswitch/pam_winbind.c int type,
type 682 nsswitch/pam_winbind.c int type,
type 700 nsswitch/pam_winbind.c static int _make_remark_format(struct pwb_context *ctx, int type, const char *format, ...) PRINTF_ATTRIBUTE(3,4);
type 701 nsswitch/pam_winbind.c static int _make_remark_format(struct pwb_context *ctx, int type, const char *format, ...)
type 177 nsswitch/pam_winbind.h #define TALLOC_ZERO_P(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type)
type 178 nsswitch/pam_winbind.h #define TALLOC_P(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type)
type 328 nsswitch/winbind_nss_aix.c static struct group *wb_aix_getgracct(void *id, int type)
type 1002 nsswitch/winbind_nss_aix.c static int wb_aix_getgrusers(char *group, void *result, int type, int *size)
type 74 source3/client/mount.cifs.c #define CONST_DISCARD(type, ptr) ((type) ((void *) (ptr)))
type 131 source3/client/tree.c struct tree_data *make_tree_data(guint32 type, const char *name)
type 1061 source3/include/includes.h #define CONST_DISCARD(type, ptr) ((type) ((void *) (ptr)))
type 32 source3/include/locking.h #define IS_PENDING_LOCK(type) ((type) == PENDING_READ_LOCK || (type) == PENDING_WRITE_LOCK)
type 485 source3/include/proto.h char *get_sec_mask_str(TALLOC_CTX *ctx, uint32 type);
type 490 source3/include/proto.h void display_acl_type(uint16 type);
type 664 source3/include/proto.h uint16 type,
type 826 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type);
type 829 source3/include/proto.h const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
type 835 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type);
type 838 source3/include/proto.h const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
type 844 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type);
type 847 source3/include/proto.h const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
type 853 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type);
type 856 source3/include/proto.h const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
type 862 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type);
type 865 source3/include/proto.h const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
type 871 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type);
type 874 source3/include/proto.h const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
type 880 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type);
type 883 source3/include/proto.h const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
type 927 source3/include/proto.h FILE *sys_fopen(const char *path, const char *type);
type 1153 source3/include/proto.h bool fcntl_lock(int fd, int op, SMB_OFF_T offset, SMB_OFF_T count, int type);
type 1159 source3/include/proto.h void set_remote_arch(enum remote_arch_types type);
type 1253 source3/include/proto.h const char *reg_type_lookup(enum winreg_Type type);
type 1261 source3/include/proto.h enum winreg_Type type, uint8 *data,
type 1398 source3/include/proto.h int open_socket_in(int type,
type 2994 source3/include/proto.h int type,
type 3064 source3/include/proto.h void make_nmb_name( struct nmb_name *n, const char *name, int type);
type 3068 source3/include/proto.h struct packet_struct *receive_packet(int fd,enum packet_type type,int t);
type 3648 source3/include/proto.h int type,
type 3675 source3/include/proto.h bool query_name(struct subnet_record *subrec, const char *name, int type,
type 3680 source3/include/proto.h const char *name, int type,
type 3688 source3/include/proto.h const char *name, int type, uint16 nb_flags,
type 4238 source3/include/proto.h char *lp_parm_talloc_string(int snum, const char *type, const char *option, const char *def);
type 4239 source3/include/proto.h const char *lp_parm_const_string(int snum, const char *type, const char *option, const char *def);
type 4240 source3/include/proto.h const char **lp_parm_string_list(int snum, const char *type, const char *option, const char **def);
type 4241 source3/include/proto.h int lp_parm_int(int snum, const char *type, const char *option, int def);
type 4242 source3/include/proto.h unsigned long lp_parm_ulong(int snum, const char *type, const char *option, unsigned long def);
type 4243 source3/include/proto.h bool lp_parm_bool(int snum, const char *type, const char *option, bool def);
type 4244 source3/include/proto.h int lp_parm_enum(int snum, const char *type, const char *option,
type 4427 source3/include/proto.h enum lsa_SidType *type);
type 4609 source3/include/proto.h enum lsa_SidType *type);
type 4614 source3/include/proto.h enum pdb_search_type type);
type 4825 source3/include/proto.h uint32 type, uint8 *data, int real_len );
type 5109 source3/include/proto.h REGISTRY_VALUE *regval_compose(TALLOC_CTX *ctx, const char *name, uint16 type,
type 5111 source3/include/proto.h int regval_ctr_addvalue( REGVAL_CTR *ctr, const char *name, uint16 type,
type 5563 source3/include/proto.h enum winreg_Type *type,
type 5586 source3/include/proto.h enum winreg_Type type);
type 5588 source3/include/proto.h enum winreg_Type type,
type 5980 source3/include/proto.h uint32_t type, uint8_t *data, int real_len);
type 6047 source3/include/proto.h enum spoolss_NotifyType type,
type 6691 source3/include/proto.h enum level2_contention_type type);
type 6693 source3/include/proto.h enum level2_contention_type type);
type 6799 source3/include/proto.h const char *smb_fn_name(int type);
type 6863 source3/include/proto.h void reply_unknown_new(struct smb_request *req, uint8 type);
type 7224 source3/include/proto.h NTSTATUS idmap_new_mapping(const struct dom_sid *psid, enum id_type type,
type 151 source3/include/samba_linux_quota.h #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
type 215 source3/include/smb_macros.h #define SMB_MALLOC_ARRAY(type,count) (type *)malloc_array(sizeof(type),(count))
type 216 source3/include/smb_macros.h #define SMB_MEMALIGN_ARRAY(type,align,count) (type *)memalign_array(sizeof(type),align,(count))
type 219 source3/include/smb_macros.h #define SMB_REALLOC_ARRAY(p,type,count) (type *)realloc_array((p),sizeof(type),(count),True) /* Always frees p on error or s == 0 */
type 220 source3/include/smb_macros.h #define SMB_REALLOC_ARRAY_KEEP_OLD_ON_ERROR(p,type,count) (type *)realloc_array((p),sizeof(type),(count),False) /* Never frees p on error or s == 0 */
type 221 source3/include/smb_macros.h #define SMB_CALLOC_ARRAY(type,count) (type *)calloc_array(sizeof(type),(count))
type 222 source3/include/smb_macros.h #define SMB_XMALLOC_P(type) (type *)smb_xmalloc_array(sizeof(type),1)
type 223 source3/include/smb_macros.h #define SMB_XMALLOC_ARRAY(type,count) (type *)smb_xmalloc_array(sizeof(type),(count))
type 233 source3/include/smb_macros.h #define TALLOC_P(ctx, type) (type *)talloc_zeronull(ctx, sizeof(type), #type)
type 234 source3/include/smb_macros.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array_zeronull(ctx, sizeof(type), count, #type)
type 237 source3/include/smb_macros.h #define TALLOC_ZERO_P(ctx, type) (type *)_talloc_zero_zeronull(ctx, sizeof(type), #type)
type 238 source3/include/smb_macros.h #define TALLOC_ZERO_ARRAY(ctx, type, count) (type *)_talloc_zero_array_zeronull(ctx, sizeof(type), count, #type)
type 245 source3/include/smb_macros.h #define TALLOC_P(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type)
type 246 source3/include/smb_macros.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type)
type 249 source3/include/smb_macros.h #define TALLOC_ZERO_P(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type)
type 250 source3/include/smb_macros.h #define TALLOC_ZERO_ARRAY(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #type)
type 257 source3/include/smb_macros.h #define TALLOC_REALLOC_ARRAY(ctx, ptr, type, count) (type *)_talloc_realloc_array(ctx, ptr, sizeof(type), count, #type)
type 271 source3/include/smb_macros.h #define PRS_ALLOC_MEM(ps, type, count) (type *)prs_alloc_mem_((ps),sizeof(type),(count))
type 302 source3/include/smb_macros.h #define SMB_MALLOC_P(type) (type *)malloc_(sizeof(type))
type 309 source3/include/smb_macros.h #define PRS_ALLOC_MEM(ps, type, count) (type *)prs_alloc_mem((ps),sizeof(type),(count))
type 314 source3/include/smb_macros.h #define SMB_MALLOC_P(type) (type *)malloc(sizeof(type))
type 321 source3/include/smb_macros.h #define ADD_TO_ARRAY(mem_ctx, type, elem, array, num) \
type 331 source3/include/smb_macros.h #define ADD_TO_LARGE_ARRAY(mem_ctx, type, elem, array, num, size) \
type 727 source3/include/vfs.h #define VFS_ADD_FSP_EXTENSION(handle, fsp, type, destroy_fn) \
type 742 source3/include/vfs.h #define SMB_VFS_HANDLE_GET_DATA(handle, datap, type, ret) { \
type 749 source3/include/vfs.h #define SMB_VFS_HANDLE_SET_DATA(handle, datap, free_fn, type, ret) { \
type 77 source3/include/vfs_macros.h #define SMB_VFS_LOCK(fsp, op, offset, count, type) ((fsp)->conn->vfs.ops.lock((fsp)->conn->vfs.handles.lock, (fsp), (op), (offset), (count), (type)))
type 110 source3/include/vfs_macros.h #define SMB_VFS_SYS_ACL_GET_FILE(conn, path_p, type) ((conn)->vfs.ops.sys_acl_get_file((conn)->vfs.handles.sys_acl_get_file, (path_p), (type)))
type 211 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_LOCK(fsp, op, offset, count, type) ((fsp)->conn->vfs_opaque.ops.lock((fsp)->conn->vfs_opaque.handles.lock, (fsp), (op), (offset), (count), (type)))
type 244 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_SYS_ACL_GET_FILE(conn, path_p, type) ((conn)->vfs_opaque.ops.sys_acl_get_file((conn)->vfs_opaque.handles.sys_acl_get_file, (path_p), (type)))
type 346 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LOCK(handle, fsp, op, offset, count, type) ((handle)->vfs_next.ops.lock((handle)->vfs_next.handles.lock, (fsp), (op), (offset), (count), (type)))
type 379 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_FILE(handle, path_p, type) ((handle)->vfs_next.ops.sys_acl_get_file((handle)->vfs_next.handles.sys_acl_get_file, (path_p), (type)))
type 27 source3/lib/display_sec.c char *get_sec_mask_str(TALLOC_CTX *ctx, uint32 type)
type 241 source3/lib/display_sec.c void display_acl_type(uint16 type)
type 78 source3/lib/dummysmbd.c enum level2_contention_type type)
type 84 source3/lib/dummysmbd.c enum level2_contention_type type)
type 413 source3/lib/ldb/common/ldb.c int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 958 source3/lib/ldb/common/ldb.c int ldb_sequence_number(struct ldb_context *ldb, enum ldb_sequence_type type, uint64_t *seq_num)
type 259 source3/lib/ldb/common/ldb_parse.c static enum ldb_parse_op ldb_parse_filtertype(void *mem_ctx, char **type, char **value, const char **s)
type 61 source3/lib/ldb/include/dlinklist.h #define DLIST_ADD_END(list, p, type) \
type 98 source3/lib/ldb/include/dlinklist.h #define DLIST_CONCATENATE(list1, list2, type) \
type 775 source3/lib/ldb/include/ldb.h int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type);
type 218 source3/lib/ldb/include/ldb_private.h int ldb_sequence_number(struct ldb_context *ldb, enum ldb_sequence_type type, uint64_t *seq_num);
type 689 source3/lib/ldb/ldb_ildap/ldb_ildap.c static int ildb_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 659 source3/lib/ldb/ldb_ldap/ldb_ldap.c static int lldb_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 1539 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c static int lsql_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 913 source3/lib/ldb/ldb_tdb/ldb_tdb.c static int ltdb_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 446 source3/lib/ldb/modules/asq.c static int asq_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 1125 source3/lib/ldb/modules/ldb_map.c static int map_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 673 source3/lib/ldb/modules/objectclass.c static int objectclass_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 446 source3/lib/ldb/modules/paged_results.c static int paged_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 379 source3/lib/ldb/modules/paged_searches.c static int ps_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 322 source3/lib/ldb/modules/rdn_name.c static int rdn_name_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 377 source3/lib/ldb/modules/sort.c static int server_sort_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 185 source3/lib/secdesc.c uint16 type,
type 362 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type)
type 373 source3/lib/sysacls.c const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
type 393 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type)
type 404 source3/lib/sysacls.c const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
type 424 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type)
type 435 source3/lib/sysacls.c const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
type 455 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type)
type 466 source3/lib/sysacls.c const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
type 486 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type)
type 497 source3/lib/sysacls.c const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
type 517 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type)
type 528 source3/lib/sysacls.c const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
type 548 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type)
type 569 source3/lib/sysacls.c const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
type 434 source3/lib/system.c FILE *sys_fopen(const char *path, const char *type)
type 1410 source3/lib/system.c static ssize_t bsd_attr_list (int type, extattr_arg arg, char *list, size_t size)
type 1935 source3/lib/util.c void set_remote_arch(enum remote_arch_types type)
type 27 source3/lib/util_reg.c const char *reg_type_lookup(enum winreg_Type type)
type 27 source3/lib/util_reg_api.c enum winreg_Type type, uint8 *data,
type 878 source3/lib/util_sock.c int open_socket_in(int type,
type 110 source3/libaddns/dns.h #define TALLOC_P(ctx, type) (type *)talloc_zeronull(ctx, sizeof(type), #type)
type 111 source3/libaddns/dns.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array_zeronull(ctx, sizeof(type), count, #type)
type 114 source3/libaddns/dns.h #define TALLOC_ZERO_P(ctx, type) (type *)_talloc_zero_zeronull(ctx, sizeof(type), #type)
type 115 source3/libaddns/dns.h #define TALLOC_ZERO_ARRAY(ctx, type, count) (type *)_talloc_zero_array_zeronull(ctx, sizeof(type), count, #type)
type 122 source3/libaddns/dns.h #define TALLOC_P(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type)
type 123 source3/libaddns/dns.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type)
type 126 source3/libaddns/dns.h #define TALLOC_ZERO_P(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type)
type 127 source3/libaddns/dns.h #define TALLOC_ZERO_ARRAY(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #type)
type 134 source3/libaddns/dns.h #define TALLOC_REALLOC_ARRAY(ctx, ptr, type, count) (type *)_talloc_realloc_array(ctx, ptr, sizeof(type), count, #type)
type 428 source3/libaddns/dns.h uint16 type, uint16 r_class, uint32 ttl,
type 443 source3/libaddns/dns.h uint16 type, uint16 r_class,
type 446 source3/libaddns/dns.h const char *name, uint32 type,
type 50 source3/libaddns/dnsgss.c static void display_status_1( const char *m, OM_uint32 code, int type )
type 94 source3/libaddns/dnsrecord.c uint16 type, uint16 r_class, uint32 ttl,
type 164 source3/libaddns/dnsrecord.c const char *name, uint32 type,
type 172 source3/libaddns/dnsrecord.c uint16 type, uint16 r_class,
type 55 source3/libads/disp_sec.c static void ads_disp_perms(uint32 type)
type 176 source3/libads/disp_sec.c static void ads_disp_acl(SEC_ACL *sec_acl, const char *type)
type 259 source3/libgpo/gpext/gpext.c enum winreg_Type type,
type 58 source3/libsmb/libsmb_dir.c uint32 type)
type 136 source3/libsmb/libsmb_dir.c uint32 type,
type 180 source3/libsmb/libsmb_dir.c uint32 type,
type 257 source3/libsmb/libsmb_dir.c uint32 type,
type 360 source3/libsmb/namequery.c int type,
type 893 source3/libsmb/nmblib.c void make_nmb_name( struct nmb_name *n, const char *name, int type)
type 1086 source3/libsmb/nmblib.c struct packet_struct *receive_packet(int fd,enum packet_type type,int t)
type 185 source3/locking/posix.c static bool posix_fcntl_lock(files_struct *fsp, int op, SMB_OFF_T offset, SMB_OFF_T count, int type)
type 850 source3/modules/vfs_acl_tdb.c SMB_ACL_TYPE_T type,
type 623 source3/modules/vfs_acl_xattr.c SMB_ACL_TYPE_T type,
type 27 source3/modules/vfs_aixacl.c SMB_ACL_TYPE_T type)
type 135 source3/modules/vfs_aixacl.c SMB_ACL_TYPE_T type,
type 36 source3/modules/vfs_aixacl2.c static int32_t aixacl2_getlen(AIXJFS2_ACL_T *acl, acl_type_t *type)
type 55 source3/modules/vfs_aixacl2.c static AIXJFS2_ACL_T *aixjfs2_getacl_alloc(const char *fname, acl_type_t *type)
type 200 source3/modules/vfs_aixacl2.c static SMB_ACL_T aixjfs2_get_posix_acl(const char *path, acl_type_t type)
type 236 source3/modules/vfs_aixacl2.c SMB_ACL_TYPE_T type)
type 403 source3/modules/vfs_aixacl2.c SMB_ACL_TYPE_T type,
type 298 source3/modules/vfs_cap.c static SMB_ACL_T cap_sys_acl_get_file(vfs_handle_struct *handle, const char *path, SMB_ACL_TYPE_T type)
type 957 source3/modules/vfs_default.c static bool vfswrap_lock(vfs_handle_struct *handle, files_struct *fsp, int op, SMB_OFF_T offset, SMB_OFF_T count, int type)
type 1323 source3/modules/vfs_default.c static SMB_ACL_T vfswrap_sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type)
type 184 source3/modules/vfs_full_audit.c int op, SMB_OFF_T offset, SMB_OFF_T count, int type);
type 269 source3/modules/vfs_full_audit.c SMB_ACL_TYPE_T type);
type 1537 source3/modules/vfs_full_audit.c int op, SMB_OFF_T offset, SMB_OFF_T count, int type)
type 1941 source3/modules/vfs_full_audit.c SMB_ACL_TYPE_T type)
type 168 source3/modules/vfs_gpfs.c static struct gpfs_acl *gpfs_getacl_alloc(const char *fname, gpfs_aclType_t type)
type 528 source3/modules/vfs_gpfs.c static SMB_ACL_T gpfsacl_get_posix_acl(const char *path, gpfs_aclType_t type)
type 570 source3/modules/vfs_gpfs.c SMB_ACL_TYPE_T type)
type 596 source3/modules/vfs_gpfs.c SMB_ACL_TYPE_T type)
type 684 source3/modules/vfs_gpfs.c SMB_ACL_TYPE_T type,
type 97 source3/modules/vfs_hpuxacl.c #define _IS_OF_TYPE(ace, type) ( \
type 109 source3/modules/vfs_hpuxacl.c SMB_ACL_TYPE_T type);
type 111 source3/modules/vfs_hpuxacl.c SMB_ACL_TYPE_T type);
type 115 source3/modules/vfs_hpuxacl.c HPUX_ACL_T add_acl, int add_count, SMB_ACL_TYPE_T type);
type 139 source3/modules/vfs_hpuxacl.c SMB_ACL_TYPE_T type)
type 211 source3/modules/vfs_hpuxacl.c SMB_ACL_TYPE_T type,
type 414 source3/modules/vfs_hpuxacl.c SMB_ACL_TYPE_T type)
type 493 source3/modules/vfs_hpuxacl.c SMB_ACL_TYPE_T type)
type 713 source3/modules/vfs_hpuxacl.c SMB_ACL_TYPE_T type)
type 38 source3/modules/vfs_hpuxacl.h SMB_ACL_TYPE_T type);
type 45 source3/modules/vfs_hpuxacl.h SMB_ACL_TYPE_T type,
type 28 source3/modules/vfs_irixacl.c SMB_ACL_TYPE_T type)
type 43 source3/modules/vfs_irixacl.c SMB_ACL_TYPE_T type,
type 25 source3/modules/vfs_irixacl.h SMB_ACL_TYPE_T type);
type 32 source3/modules/vfs_irixacl.h SMB_ACL_TYPE_T type,
type 469 source3/modules/vfs_onefs_shadow_copy.c const char *path, SMB_ACL_TYPE_T type)
type 478 source3/modules/vfs_onefs_shadow_copy.c SMB_ACL_TYPE_T type, SMB_ACL_T theacl)
type 36 source3/modules/vfs_posixacl.c SMB_ACL_TYPE_T type)
type 82 source3/modules/vfs_posixacl.c SMB_ACL_TYPE_T type,
type 26 source3/modules/vfs_posixacl.h SMB_ACL_TYPE_T type);
type 33 source3/modules/vfs_posixacl.h SMB_ACL_TYPE_T type,
type 32 source3/modules/vfs_solarisacl.c #define _IS_OF_TYPE(ace, type) ( \
type 44 source3/modules/vfs_solarisacl.c SMB_ACL_TYPE_T type);
type 46 source3/modules/vfs_solarisacl.c SMB_ACL_TYPE_T type);
type 50 source3/modules/vfs_solarisacl.c SOLARIS_ACL_T add_acl, int add_count, SMB_ACL_TYPE_T type);
type 65 source3/modules/vfs_solarisacl.c SMB_ACL_TYPE_T type)
type 136 source3/modules/vfs_solarisacl.c SMB_ACL_TYPE_T type,
type 347 source3/modules/vfs_solarisacl.c SMB_ACL_TYPE_T type)
type 425 source3/modules/vfs_solarisacl.c SMB_ACL_TYPE_T type)
type 665 source3/modules/vfs_solarisacl.c SMB_ACL_TYPE_T type)
type 25 source3/modules/vfs_solarisacl.h SMB_ACL_TYPE_T type);
type 32 source3/modules/vfs_solarisacl.h SMB_ACL_TYPE_T type,
type 38 source3/modules/vfs_tru64acl.c SMB_ACL_TYPE_T type)
type 86 source3/modules/vfs_tru64acl.c SMB_ACL_TYPE_T type,
type 25 source3/modules/vfs_tru64acl.h SMB_ACL_TYPE_T type);
type 32 source3/modules/vfs_tru64acl.h SMB_ACL_TYPE_T type,
type 248 source3/modules/vfs_zfsacl.c SMB_ACL_TYPE_T type)
type 261 source3/modules/vfs_zfsacl.c SMB_ACL_TYPE_T type,
type 184 source3/nmbd/nmbd_namelistdb.c int type,
type 195 source3/nmbd/nmbd_namequery.c bool query_name(struct subnet_record *subrec, const char *name, int type,
type 258 source3/nmbd/nmbd_namequery.c const char *name, int type,
type 477 source3/nmbd/nmbd_nameregister.c const char *name, int type, uint16 nb_flags,
type 74 source3/nmbd/nmbd_subnetdb.c static struct subnet_record *make_subnet(const char *name, enum subnet_type type,
type 146 source3/pam_smbpass/support.c , int type, const char *text )
type 5638 source3/param/loadparm.c static struct param_opt_struct *get_parametrics(int snum, const char *type,
type 5766 source3/param/loadparm.c char *lp_parm_string(const char *servicename, const char *type, const char *option);
type 5767 source3/param/loadparm.c char *lp_parm_string(const char *servicename, const char *type, const char *option)
type 5775 source3/param/loadparm.c char *lp_parm_talloc_string(int snum, const char *type, const char *option, const char *def)
type 5792 source3/param/loadparm.c const char *lp_parm_const_string(int snum, const char *type, const char *option, const char *def)
type 5805 source3/param/loadparm.c const char **lp_parm_string_list(int snum, const char *type, const char *option, const char **def)
type 5822 source3/param/loadparm.c int lp_parm_int(int snum, const char *type, const char *option, int def)
type 5835 source3/param/loadparm.c unsigned long lp_parm_ulong(int snum, const char *type, const char *option, unsigned long def)
type 5848 source3/param/loadparm.c bool lp_parm_bool(int snum, const char *type, const char *option, bool def)
type 5861 source3/param/loadparm.c int lp_parm_enum(int snum, const char *type, const char *option,
type 7646 source3/param/loadparm.c static bool equal_parameter(parm_type type, void *ptr1, void *ptr2)
type 551 source3/passdb/passdb.c enum lsa_SidType *type)
type 1039 source3/passdb/pdb_interface.c enum lsa_SidType *type)
type 1261 source3/passdb/pdb_interface.c union unid_t *id, enum lsa_SidType *type)
type 1721 source3/passdb/pdb_interface.c enum pdb_search_type type)
type 1803 source3/passdb/pdb_interface.c const DOM_SID *sid, enum lsa_SidType type)
type 4686 source3/passdb/pdb_ldap.c enum lsa_SidType type)
type 4874 source3/passdb/pdb_ldap.c union unid_t *id, enum lsa_SidType *type)
type 82 source3/passdb/pdb_smbpasswd.c static bool do_file_lock(int fd, int waitsecs, int type)
type 116 source3/passdb/pdb_smbpasswd.c static bool pw_file_lock(int fd, int type, int secs, int *plock_depth)
type 182 source3/passdb/pdb_smbpasswd.c static FILE *startsmbfilepwent(const char *pfile, enum pwf_access_type type, int *lock_depth)
type 337 source3/printing/notify.c static void send_notify_field_values(const char *sharename, uint32 type,
type 366 source3/printing/notify.c static void send_notify_field_buffer(const char *sharename, uint32 type,
type 3606 source3/printing/nt_printing.c uint32 type, uint8 *data, int real_len )
type 236 source3/printing/printing.c static struct printif *get_printer_fns_from_type( enum printing_types type )
type 400 source3/registry/reg_objects.c REGISTRY_VALUE *regval_compose(TALLOC_CTX *ctx, const char *name, uint16 type,
type 429 source3/registry/reg_objects.c int regval_ctr_addvalue( REGVAL_CTR *ctr, const char *name, uint16 type,
type 717 source3/rpc_client/cli_spoolss.c enum winreg_Type *type,
type 50 source3/rpc_client/init_spoolss.c enum winreg_Type type)
type 65 source3/rpc_client/init_spoolss.c enum winreg_Type type,
type 2344 source3/rpc_server/srv_spoolss_nt.c uint32_t type, uint8_t *data, int real_len)
type 2357 source3/rpc_server/srv_spoolss_nt.c enum winreg_Type *type,
type 2655 source3/rpc_server/srv_spoolss_nt.c uint32_t localprinter, uint32_t type,
type 3357 source3/rpc_server/srv_spoolss_nt.c static uint32_t variable_type_of_notify_info_data(enum spoolss_NotifyType type,
type 3377 source3/rpc_server/srv_spoolss_nt.c static bool search_notify(enum spoolss_NotifyType type,
type 3399 source3/rpc_server/srv_spoolss_nt.c enum spoolss_NotifyType type,
type 186 source3/rpc_server/srv_svcctl_nt.c static WERROR create_open_service_handle( pipes_struct *p, struct policy_handle *handle, uint32 type,
type 753 source3/rpcclient/cmd_spoolss.c enum winreg_Type type,
type 28 source3/rpcclient/cmd_srvsvc.c static char *get_server_type_str(uint32 type)
type 133 source3/rpcclient/cmd_srvsvc.c static void display_server(const char *sname, uint32 type, const char *comment)
type 39 source3/smbd/fake_file.c static struct fake_file_handle *init_fake_file_handle(enum FAKE_FILE_TYPE type)
type 744 source3/smbd/oplock.c enum level2_contention_type type)
type 840 source3/smbd/oplock.c enum level2_contention_type type)
type 851 source3/smbd/oplock.c enum level2_contention_type type)
type 522 source3/smbd/oplock_onefs.c static void onefs_semlock_write(int fd, enum level2_contention_type type,
type 556 source3/smbd/oplock_onefs.c enum level2_contention_type type)
type 570 source3/smbd/oplock_onefs.c enum level2_contention_type type)
type 1105 source3/smbd/posix_acls.c static mode_t map_nt_perms( uint32 *mask, int type)
type 1224 source3/smbd/posix_acls.c mode_t type)
type 2823 source3/smbd/posix_acls.c static struct canon_ace *canon_ace_entry_for(struct canon_ace *list, SMB_ACL_TAG_T type, posix_id *id)
type 3006 source3/smbd/posix_acls.c const DOM_SID *sid, enum security_ace_type type,
type 1201 source3/smbd/process.c static void smb_dump(const char *name, int type, const char *data, ssize_t len)
type 1241 source3/smbd/process.c static connection_struct *switch_message(uint8 type, struct smb_request *req, int size)
type 1495 source3/smbd/process.c const char *smb_fn_name(int type)
type 771 source3/smbd/reply.c void reply_unknown_new(struct smb_request *req, uint8 type)
type 261 source3/utils/net.c static bool search_maxrid(struct pdb_search *search, const char *type,
type 193 source3/utils/net_rap.c static void long_share_fn(const char *share_name, uint32 type,
type 200 source3/utils/net_rap.c static void share_fn(const char *share_name, uint32 type,
type 1657 source3/utils/net_rpc.c enum lsa_SidType *type)
type 3037 source3/utils/net_rpc.c const char *netname, uint32 type)
type 814 source3/utils/net_rpc_printer.c enum winreg_Type type,
type 112 source3/utils/nmblookup.c int type,
type 67 source3/utils/smbcacls.c enum lsa_SidType *type,
type 117 source3/utils/smbcacls.c enum lsa_SidType *type,
type 1110 source3/utils/smbcontrol.c static void my_make_nmb_name( struct nmb_name *n, const char *name, int type)
type 660 source3/winbindd/idmap.c NTSTATUS idmap_new_mapping(const struct dom_sid *psid, enum id_type type,
type 253 source3/winbindd/idmap_ad.c static struct id_map *find_map_by_id(struct id_map **maps, enum id_type type, uint32_t id)
type 260 source3/winbindd/idmap_adex/cell_util.c enum lsa_SidType *type)
type 155 source3/winbindd/idmap_adex/idmap_adex.h enum lsa_SidType *type);
type 51 source3/winbindd/idmap_adex/provider_unified.c enum id_type type,
type 659 source3/winbindd/idmap_adex/provider_unified.c enum id_type *type)
type 786 source3/winbindd/idmap_adex/provider_unified.c enum id_type type,
type 822 source3/winbindd/idmap_adex/provider_unified.c enum id_type *type)
type 963 source3/winbindd/idmap_adex/provider_unified.c uint32_t id, enum id_type type)
type 990 source3/winbindd/idmap_adex/provider_unified.c enum id_type *type,
type 910 source3/winbindd/idmap_ldap.c enum id_type type,
type 411 source3/winbindd/winbindd_ads.c enum lsa_SidType *type)
type 424 source3/winbindd/winbindd_ads.c enum lsa_SidType *type)
type 195 source3/winbindd/winbindd_async.c enum lsa_SidType type),
type 377 source3/winbindd/winbindd_async.c enum lsa_SidType type),
type 481 source3/winbindd/winbindd_async.c void *private_data, enum ent_type type)
type 855 source3/winbindd/winbindd_cache.c enum lsa_SidType type)
type 874 source3/winbindd/winbindd_cache.c const DOM_SID *sid, const char *domain_name, const char *name, enum lsa_SidType type)
type 1610 source3/winbindd/winbindd_cache.c enum lsa_SidType *type)
type 1683 source3/winbindd/winbindd_cache.c enum lsa_SidType *type)
type 2757 source3/winbindd/winbindd_cache.c enum lsa_SidType *type)
type 2797 source3/winbindd/winbindd_cache.c enum lsa_SidType *type)
type 2845 source3/winbindd/winbindd_cache.c enum lsa_SidType type, const DOM_SID *sid)
type 737 source3/winbindd/winbindd_group.c enum lsa_SidType type )
type 1536 source3/winbindd/winbindd_group.c const DOM_SID *sid, enum lsa_SidType type);
type 1632 source3/winbindd/winbindd_group.c const DOM_SID *sid, enum lsa_SidType type)
type 102 source3/winbindd/winbindd_misc.c static const char *get_ent_type_string(enum ent_type type)
type 120 source3/winbindd/winbindd_misc.c void winbindd_list_ent(struct winbindd_cli_state *state, enum ent_type type)
type 471 source3/winbindd/winbindd_pam.c const char *type,
type 95 source3/winbindd/winbindd_passdb.c enum lsa_SidType *type)
type 143 source3/winbindd/winbindd_passdb.c enum lsa_SidType *type)
type 103 source3/winbindd/winbindd_proto.h enum lsa_SidType type),
type 111 source3/winbindd/winbindd_proto.h enum lsa_SidType type),
type 120 source3/winbindd/winbindd_proto.h void *private_data, enum ent_type type);
type 182 source3/winbindd/winbindd_proto.h enum lsa_SidType *type);
type 187 source3/winbindd/winbindd_proto.h enum lsa_SidType *type);
type 190 source3/winbindd/winbindd_proto.h enum lsa_SidType type, const DOM_SID *sid);
type 425 source3/winbindd/winbindd_proto.h void winbindd_list_ent(struct winbindd_cli_state *state, enum ent_type type);
type 550 source3/winbindd/winbindd_proto.h enum lsa_SidType *type);
type 556 source3/winbindd/winbindd_proto.h enum lsa_SidType *type);
type 90 source3/winbindd/winbindd_reconnect.c enum lsa_SidType *type)
type 114 source3/winbindd/winbindd_reconnect.c enum lsa_SidType *type)
type 274 source3/winbindd/winbindd_rpc.c enum lsa_SidType *type)
type 333 source3/winbindd/winbindd_rpc.c enum lsa_SidType *type)
type 32 source3/winbindd/winbindd_sid.c enum lsa_SidType type);
type 55 source3/winbindd/winbindd_sid.c enum lsa_SidType type)
type 77 source3/winbindd/winbindd_sid.c const DOM_SID *sid, enum lsa_SidType type);
type 115 source3/winbindd/winbindd_sid.c const DOM_SID *sid, enum lsa_SidType type)
type 185 source3/winbindd/winbindd_sid.c enum lsa_SidType type)
type 294 source3/winbindd/winbindd_sid.c enum lsa_SidType type)
type 419 source3/winbindd/winbindd_user.c const DOM_SID *sid, enum lsa_SidType type);
type 489 source3/winbindd/winbindd_user.c const DOM_SID *sid, enum lsa_SidType type)
type 1030 source3/winbindd/winbindd_util.c enum lsa_SidType *type)
type 1062 source3/winbindd/winbindd_util.c enum lsa_SidType *type)
type 48 source4/auth/credentials/pycredentials.c static PyObject *py_creds_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
type 2520 source4/client/client.c static const char *share_type_str(uint32_t type)
type 129 source4/client/tree.c struct tree_data *make_tree_data(guint32 type, const char *name)
type 137 source4/dsdb/samdb/ldb_modules/extended_dn_out.c int type,
type 1018 source4/dsdb/samdb/ldb_modules/samldb.c static int samldb_fill_object(struct samldb_ctx *ac, const char *type)
type 178 source4/heimdal/kdc/kaserver.c u_char type,
type 74 source4/heimdal/kdc/kerberos5.c _kdc_find_padata(const KDC_REQ *req, int *start, int type)
type 183 source4/heimdal/kdc/kerberos5.c const char *type,
type 1820 source4/heimdal/kdc/kerberos5.c int type,
type 41 source4/heimdal/lib/asn1/asn1_queue.h #define ASN1_TAILQ_HEAD(name, type) \
type 49 source4/heimdal/lib/asn1/asn1_queue.h #define ASN1_TAILQ_ENTRY(type) \
type 425 source4/heimdal/lib/asn1/der_get.c Der_class *class, Der_type *type,
type 457 source4/heimdal/lib/asn1/der_get.c Der_class class, Der_type type,
type 480 source4/heimdal/lib/asn1/der_get.c Der_class class, Der_type type, unsigned int tag,
type 376 source4/heimdal/lib/asn1/der_put.c der_put_tag (unsigned char *p, size_t len, Der_class class, Der_type type,
type 408 source4/heimdal/lib/asn1/der_put.c Der_class class, Der_type type,
type 60 source4/heimdal/lib/asn1/gen_decode.c is_primitive_type(int type)
type 2705 source4/heimdal/lib/asn1/lex.c unterminated(const char *type, unsigned start_lineno)
type 259 source4/heimdal/lib/gssapi/krb5/arcfour.c char *type)
type 97 source4/heimdal/lib/gssapi/krb5/decapsulate.c const void *type,
type 160 source4/heimdal/lib/gssapi/krb5/decapsulate.c const void *type,
type 65 source4/heimdal/lib/gssapi/krb5/encapsulate.c const void *type,
type 136 source4/heimdal/lib/gssapi/krb5/encapsulate.c const void *type,
type 47 source4/heimdal/lib/gssapi/krb5/verify_mic.c char *type
type 140 source4/heimdal/lib/gssapi/krb5/verify_mic.c char *type
type 274 source4/heimdal/lib/gssapi/krb5/verify_mic.c char * type
type 68 source4/heimdal/lib/gssapi/mech/context.c _gss_mg_get_error(const gss_OID mech, OM_uint32 type,
type 42 source4/heimdal/lib/gssapi/mech/mechqueue.h #define SLIST_HEAD(name, type) \
type 50 source4/heimdal/lib/gssapi/mech/mechqueue.h #define SLIST_ENTRY(type) \
type 76 source4/heimdal/lib/gssapi/mech/mechqueue.h #define SLIST_REMOVE(head, elm, type, field) do { \
type 121 source4/heimdal/lib/hcrypto/dsa.c DSA_verify(int type, const unsigned char * digest, int digest_len,
type 164 source4/heimdal/lib/hcrypto/engine.c #define SG_default_engine(type) \
type 516 source4/heimdal/lib/hcrypto/evp.c int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type);
type 1551 source4/heimdal/lib/hcrypto/evp.c EVP_BytesToKey(const EVP_CIPHER *type,
type 1659 source4/heimdal/lib/hcrypto/evp.c EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *data)
type 312 source4/heimdal/lib/hcrypto/rsa.c RSA_sign(int type, const unsigned char *from, unsigned int flen,
type 319 source4/heimdal/lib/hcrypto/rsa.c RSA_verify(int type, const unsigned char *from, unsigned int flen,
type 66 source4/heimdal/lib/hdb/ext.c hdb_find_extension(const hdb_entry *entry, int type)
type 183 source4/heimdal/lib/hdb/ext.c int type)
type 840 source4/heimdal/lib/hx509/cert.c enum certtype type, int depth)
type 2326 source4/heimdal/lib/hx509/cert.c hx509_hostname_type type,
type 2967 source4/heimdal/lib/hx509/cert.c _hx509_query_statistic(hx509_context context, int type, const hx509_query *q)
type 174 source4/heimdal/lib/hx509/cms.c int type,
type 546 source4/heimdal/lib/hx509/crypto.c rsa_get_internal(hx509_context context, hx509_private_key key, const char *type)
type 1661 source4/heimdal/lib/hx509/crypto.c const char *type)
type 2543 source4/heimdal/lib/hx509/crypto.c int type,
type 2617 source4/heimdal/lib/hx509/crypto.c int type,
type 70 source4/heimdal/lib/hx509/file.c header(FILE *f, const char *type, const char *str)
type 76 source4/heimdal/lib/hx509/file.c hx509_pem_write(hx509_context context, const char *type,
type 68 source4/heimdal/lib/hx509/keyset.c _hx509_ks_type(hx509_context context, const char *type)
type 298 source4/heimdal/lib/hx509/ks_file.c pem_func(hx509_context context, const char *type,
type 571 source4/heimdal/lib/hx509/ks_p11.c unsigned int type)
type 225 source4/heimdal/lib/hx509/lock.c hx509_prompt_hidden(hx509_prompt_type type)
type 142 source4/heimdal/lib/hx509/name.c oidtostring(const heim_oid *type)
type 208 source4/heimdal/lib/krb5/cache.c krb5_cc_new_unique(krb5_context context, const char *type,
type 979 source4/heimdal/lib/krb5/cache.c const char *type,
type 1459 source4/heimdal/lib/krb5/cache.c const char *type,
type 83 source4/heimdal/lib/krb5/config_file.c get_entry(krb5_config_section **parent, const char *name, int type)
type 410 source4/heimdal/lib/krb5/config_file.c int type,
type 426 source4/heimdal/lib/krb5/config_file.c int type,
type 449 source4/heimdal/lib/krb5/config_file.c int type,
type 484 source4/heimdal/lib/krb5/config_file.c int type,
type 499 source4/heimdal/lib/krb5/config_file.c int type,
type 147 source4/heimdal/lib/krb5/crypto.c static struct checksum_type *_find_checksum(krb5_cksumtype type);
type 148 source4/heimdal/lib/krb5/crypto.c static struct encryption_type *_find_enctype(krb5_enctype type);
type 1100 source4/heimdal/lib/krb5/crypto.c krb5_enctype type,
type 1116 source4/heimdal/lib/krb5/crypto.c krb5_enctype type,
type 1132 source4/heimdal/lib/krb5/crypto.c krb5_enctype type,
type 1694 source4/heimdal/lib/krb5/crypto.c _find_checksum(krb5_cksumtype type)
type 1784 source4/heimdal/lib/krb5/crypto.c int type,
type 1913 source4/heimdal/lib/krb5/crypto.c krb5_cksumtype *type)
type 1937 source4/heimdal/lib/krb5/crypto.c krb5_cksumtype type,
type 1953 source4/heimdal/lib/krb5/crypto.c krb5_cksumtype type)
type 1968 source4/heimdal/lib/krb5/crypto.c krb5_cksumtype type)
type 1983 source4/heimdal/lib/krb5/crypto.c krb5_cksumtype type)
type 2596 source4/heimdal/lib/krb5/crypto.c _find_enctype(krb5_enctype type)
type 3125 source4/heimdal/lib/krb5/crypto.c find_iv(krb5_crypto_iov *data, int num_data, int type)
type 3521 source4/heimdal/lib/krb5/crypto.c krb5_cksumtype *type)
type 3583 source4/heimdal/lib/krb5/crypto.c int type)
type 4268 source4/heimdal/lib/krb5/crypto.c krb5_enctype type,
type 4303 source4/heimdal/lib/krb5/crypto.c krb5_enctype type,
type 4539 source4/heimdal/lib/krb5/crypto.c krb5_enctype type,
type 4593 source4/heimdal/lib/krb5/crypto.c _find_keytype(krb5_keytype type)
type 331 source4/heimdal/lib/krb5/init_creds.c const char *type)
type 62 source4/heimdal/lib/krb5/init_creds_pw.c default_s2k_func(krb5_context context, krb5_enctype type,
type 480 source4/heimdal/lib/krb5/init_creds_pw.c krb5_keytype type,
type 837 source4/heimdal/lib/krb5/init_creds_pw.c find_pa_data(const METHOD_DATA *md, int type)
type 1558 source4/heimdal/lib/krb5/init_creds_pw.c krb5_enctype type,
type 104 source4/heimdal/lib/krb5/keyblock.c krb5_enctype type,
type 483 source4/heimdal/lib/krb5/krbhst.c add_locate(void *ctx, int type, struct sockaddr *addr)
type 524 source4/heimdal/lib/krb5/krbhst.c enum locate_service_type type)
type 804 source4/heimdal/lib/krb5/krbhst.c unsigned int type,
type 813 source4/heimdal/lib/krb5/krbhst.c unsigned int type,
type 916 source4/heimdal/lib/krb5/krbhst.c unsigned int type, char ***hostlist)
type 92 source4/heimdal/lib/krb5/mit_glue.c krb5_cksumtype *type, krb5_data **data)
type 115 source4/heimdal/lib/krb5/mit_glue.c krb5_cksumtype type, const krb5_data *data)
type 348 source4/heimdal/lib/krb5/mit_glue.c krb5_enctype type,
type 263 source4/heimdal/lib/krb5/pac.c uint32_t type, const krb5_data *data)
type 345 source4/heimdal/lib/krb5/pac.c uint32_t type, krb5_data *data)
type 39 source4/heimdal/lib/krb5/padata.c krb5_find_padata(PA_DATA *val, unsigned len, int type, int *idx)
type 49 source4/heimdal/lib/krb5/padata.c int type, void *buf, size_t len)
type 982 source4/heimdal/lib/krb5/pkinit.c int type,
type 83 source4/heimdal/lib/krb5/plugin.c enum krb5_plugin_type type,
type 134 source4/heimdal/lib/krb5/plugin.c enum krb5_plugin_type type,
type 169 source4/heimdal/lib/krb5/plugin.c enum krb5_plugin_type type,
type 96 source4/heimdal/lib/krb5/principal.c int type)
type 1296 source4/heimdal/lib/krb5/principal.c int32_t type,
type 60 source4/heimdal/lib/krb5/replay.c const char *type)
type 547 source4/heimdal/lib/krb5/send_to_kdc.c krb5_sendto_ctx_set_type(krb5_sendto_ctx ctx, int type)
type 127 source4/heimdal/lib/krb5/ticket.c int type,
type 275 source4/heimdal/lib/krb5/ticket.c int type,
type 301 source4/heimdal/lib/ntlm/ntlm.c encode_ti_blob(krb5_storage *out, uint16_t type, int ucs2, char *s)
type 91 source4/heimdal/lib/roken/resolve.c dns_type_to_string(int type)
type 294 source4/heimdal/lib/roken/resolve.h dns_type_to_string(int type);
type 224 source4/heimdal/lib/roken/roken_gethostby.c roken_gethostbyaddr(const void *addr, size_t len, int type)
type 99 source4/ldap_server/ldap_backend.c struct ldapsrv_reply *ldapsrv_init_reply(struct ldapsrv_call *call, uint8_t type)
type 445 source4/lib/ldb/common/ldb.c int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type)
type 1242 source4/lib/ldb/common/ldb.c enum ldb_sequence_type type, uint64_t *seq_num)
type 256 source4/lib/ldb/common/ldb_parse.c static enum ldb_parse_op ldb_parse_filtertype(void *mem_ctx, char **type, char **value, const char **s)
type 63 source4/lib/ldb/include/dlinklist.h #define DLIST_ADD_END(list, p, type) \
type 100 source4/lib/ldb/include/dlinklist.h #define DLIST_CONCATENATE(list1, list2, type) \
type 798 source4/lib/ldb/include/ldb.h int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type);
type 1244 source4/lib/ldb/include/ldb.h int ldb_sequence_number(struct ldb_context *ldb, enum ldb_sequence_type type, uint64_t *seq_num);
type 296 source4/lib/ldb/pyldb.c static PyObject *py_ldb_dn_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
type 530 source4/lib/ldb/pyldb.c static PyObject *py_ldb_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
type 1380 source4/lib/ldb/pyldb.c static PyObject *py_ldb_msg_element_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
type 1611 source4/lib/ldb/pyldb.c static PyObject *py_ldb_msg_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
type 308 source4/lib/registry/dir.c uint32_t type, const DATA_BLOB data)
type 323 source4/lib/registry/dir.c uint32_t *type, DATA_BLOB *data)
type 347 source4/lib/registry/dir.c uint32_t *type, DATA_BLOB *data)
type 117 source4/lib/registry/hive.c WERROR hive_key_set_value(struct hive_key *key, const char *name, uint32_t type,
type 128 source4/lib/registry/hive.c uint32_t *type, DATA_BLOB *data)
type 139 source4/lib/registry/hive.c uint32_t *type, DATA_BLOB *data)
type 110 source4/lib/registry/interface.c uint32_t *type, DATA_BLOB *data)
type 173 source4/lib/registry/interface.c uint32_t *type,
type 225 source4/lib/registry/interface.c uint32_t type, const DATA_BLOB data)
type 42 source4/lib/registry/ldb.c const char **name, uint32_t *type,
type 96 source4/lib/registry/ldb.c uint32_t type, DATA_BLOB data)
type 689 source4/lib/registry/ldb.c const char *name, uint32_t type,
type 211 source4/lib/registry/local.c uint32_t type, const DATA_BLOB data)
type 220 source4/lib/registry/local.c const char *name, uint32_t *type, DATA_BLOB *data)
type 230 source4/lib/registry/local.c uint32_t *type,
type 137 source4/lib/registry/pyregistry.c static PyObject *registry_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
type 246 source4/lib/registry/pyregistry.c static PyObject *hive_open(PyTypeObject *type, PyObject *args, PyObject *kwargs)
type 563 source4/lib/registry/regf.c uint32_t *type, DATA_BLOB *data)
type 1758 source4/lib/registry/regf.c uint32_t type, const DATA_BLOB data)
type 180 source4/lib/registry/registry.h uint32_t type, const DATA_BLOB data);
type 184 source4/lib/registry/registry.h uint32_t *type, DATA_BLOB *data);
type 188 source4/lib/registry/registry.h uint32_t *type, DATA_BLOB *data);
type 401 source4/lib/registry/registry.h uint32_t *type,
type 425 source4/lib/registry/registry.h uint32_t *type,
type 434 source4/lib/registry/registry.h uint32_t type, DATA_BLOB data);
type 447 source4/lib/registry/registry.h const char *str_regtype(int type);
type 448 source4/lib/registry/registry.h char *reg_val_data_string(TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, uint32_t type, const DATA_BLOB data);
type 450 source4/lib/registry/registry.h uint32_t type, const DATA_BLOB data);
type 452 source4/lib/registry/registry.h const char *data_str, uint32_t *type, DATA_BLOB *data);
type 191 source4/lib/registry/rpc.c uint32_t *type,
type 242 source4/lib/registry/rpc.c uint32_t *type,
type 42 source4/lib/registry/util.c _PUBLIC_ const char *str_regtype(int type)
type 55 source4/lib/registry/util.c uint32_t type,
type 103 source4/lib/registry/util.c const char *data_str, uint32_t *type,
type 51 source4/lib/socket/socket.c enum socket_type type, uint32_t flags)
type 97 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_create(const char *name, enum socket_type type,
type 462 source4/lib/socket/socket.c _PUBLIC_ const struct socket_ops *socket_getops_byname(const char *family, enum socket_type type)
type 134 source4/lib/socket/socket.h enum socket_type type, uint32_t flags);
type 135 source4/lib/socket/socket.h NTSTATUS socket_create(const char *name, enum socket_type type,
type 164 source4/lib/socket/socket.h const char *type,
type 172 source4/lib/socket/socket.h const struct socket_ops *socket_getops_byname(const char *name, enum socket_type type);
type 543 source4/lib/socket/socket_ip.c _PUBLIC_ const struct socket_ops *socket_ipv4_ops(enum socket_type type)
type 999 source4/lib/socket/socket_ip.c _PUBLIC_ const struct socket_ops *socket_ipv6_ops(enum socket_type type)
type 417 source4/lib/socket/socket_unix.c _PUBLIC_ const struct socket_ops *socket_unixdom_ops(enum socket_type type)
type 66 source4/lib/tls/tls.h const struct socket_ops *socket_tls_ops(enum socket_type type);
type 472 source4/lib/wmi/wmi_wrap.c SWIG_TypePrettyName(const swig_type_info *type) {
type 991 source4/lib/wmi/wmi_wrap.c #define SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
type 992 source4/lib/wmi/wmi_wrap.c #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, flags)
type 993 source4/lib/wmi/wmi_wrap.c #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
type 994 source4/lib/wmi/wmi_wrap.c #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(ptr, type, flags)
type 1001 source4/lib/wmi/wmi_wrap.c #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
type 1004 source4/lib/wmi/wmi_wrap.c #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags)
type 1005 source4/lib/wmi/wmi_wrap.c #define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags)
type 1008 source4/lib/wmi/wmi_wrap.c #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
type 1009 source4/lib/wmi/wmi_wrap.c #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(ptr, type, 0)
type 1013 source4/lib/wmi/wmi_wrap.c #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
type 1048 source4/lib/wmi/wmi_wrap.c #define SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
type 2218 source4/lib/wmi/wmi_wrap.c SWIG_Python_NewPointerObj(void *ptr, swig_type_info *type, int flags) {
type 2239 source4/lib/wmi/wmi_wrap.c SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) {
type 2340 source4/lib/wmi/wmi_wrap.c SWIG_Python_TypeQuery(const char *type)
type 2366 source4/lib/wmi/wmi_wrap.c #define SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags)
type 2415 source4/lib/wmi/wmi_wrap.c SWIG_Python_TypeError(const char *type, PyObject *obj)
type 797 source4/libcli/ldap/ldap_client.c _PUBLIC_ NTSTATUS ldap_result_one(struct ldap_request *req, struct ldap_message **msg, int type)
type 118 source4/libcli/ldap/ldap_client.h NTSTATUS ldap_result_one(struct ldap_request *req, struct ldap_message **msg, int type);
type 262 source4/libcli/resolve/resolve.c void make_nbt_name(struct nbt_name *nbt, const char *name, int type)
type 508 source4/libcli/security/security_descriptor.c enum security_ace_type type,
type 128 source4/libcli/wrepl/winsrepl.h #define WREPL_NAME_FLAGS(type, state, node, is_static) \
type 322 source4/libnet/libnet_samsync_ldb.c #define ADD_OR_DEL(type, attrib, field) do { \
type 557 source4/libnet/libnet_samsync_ldb.c #define ADD_OR_DEL(type, attrib, field) do { \
type 769 source4/libnet/libnet_samsync_ldb.c #define ADD_OR_DEL(type, attrib, field) do { \
type 26 source4/librpc/ndr/py_security.c static void PyType_AddMethods(PyTypeObject *type, PyMethodDef *methods)
type 89 source4/librpc/ndr/py_security.c static void py_dom_sid_patch(PyTypeObject *type)
type 223 source4/librpc/ndr/py_security.c static void py_descriptor_patch(PyTypeObject *type)
type 336 source4/librpc/ndr/py_security.c static void py_token_patch(PyTypeObject *type)
type 300 source4/librpc/rpc/pyrpc.c PyObject *py_dcerpc_interface_init_helper(PyTypeObject *type, PyObject *args, PyObject *kwargs, const struct ndr_interface_table *table)
type 26 source4/librpc/rpc/pyrpc.h #define PY_CHECK_TYPE(type, var, fail) \
type 72 source4/librpc/rpc/pyrpc.h PyObject *py_dcerpc_interface_init_helper(PyTypeObject *type, PyObject *args, PyObject *kwargs, const struct ndr_interface_table *table);
type 170 source4/nbt_server/register.c const char *name, enum nbt_name_type type,
type 232 source4/nbt_server/register.c const char *name, enum nbt_name_type type,
type 70 source4/nbt_server/wins/winsserver.c enum wrepl_name_type type)
type 87 source4/ntvfs/ntvfs_base.c const struct ntvfs_ops *ntvfs_backend_byname(const char *name, enum ntvfs_type type)
type 153 source4/ntvfs/ntvfs_base.c NTSTATUS ntvfs_init_connection(TALLOC_CTX *mem_ctx, struct share_config *scfg, enum ntvfs_type type,
type 749 source4/param/loadparm.c const char *type, const char *option)
type 858 source4/param/loadparm.c struct loadparm_service *service, const char *type,
type 878 source4/param/loadparm.c const char *type,
type 895 source4/param/loadparm.c struct loadparm_service *service, const char *type,
type 913 source4/param/loadparm.c struct loadparm_service *service, const char *type,
type 935 source4/param/loadparm.c struct loadparm_service *service, const char *type,
type 948 source4/param/loadparm.c struct loadparm_service *service, const char *type,
type 965 source4/param/loadparm.c struct loadparm_service *service, const char *type,
type 1934 source4/param/loadparm.c static bool equal_parameter(parm_type type, void *ptr1, void *ptr2)
type 200 source4/param/param.h const char *type, const char *option);
type 203 source4/param/param.h struct loadparm_service *service, const char *type,
type 208 source4/param/param.h const char *type,
type 211 source4/param/param.h struct loadparm_service *service, const char *type,
type 214 source4/param/param.h struct loadparm_service *service, const char *type,
type 217 source4/param/param.h struct loadparm_service *service, const char *type,
type 220 source4/param/param.h struct loadparm_service *service, const char *type,
type 223 source4/param/param.h struct loadparm_service *service, const char *type,
type 280 source4/param/pyparam.c static PyObject *py_lp_ctx_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
type 1101 source4/rpc_server/srvsvc/dcesrv_srvsvc.c enum srvsvc_ShareType type,
type 66 source4/smb_server/smb/receive.c static void switch_message(int type, struct smbsrv_request *req);
type 88 source4/smb_server/smb/receive.c #define message_flags(type) smb_messages[(type) & 0xff].flags
type 458 source4/smb_server/smb/receive.c static const char *smb_fn_name(uint8_t type)
type 476 source4/smb_server/smb/receive.c static void switch_message(int type, struct smbsrv_request *req)
type 33 source4/smb_server/smb/service.c enum ntvfs_type type,
type 37 source4/smb_server/smb/trans2.c #define TRANS2_CHECK_ASYNC_STATUS(ptr, type) do { \
type 105 source4/smb_server/smb2/smb2_server.h #define SMB2SRV_TALLOC_IO_PTR(ptr, type) do { \
type 167 source4/smb_server/smb2/smb2_server.h #define SMB2SRV_CHECK_ASYNC_STATUS_ERR(ptr, type) do { \
type 184 source4/smb_server/smb2/smb2_server.h #define SMB2SRV_CHECK_ASYNC_STATUS(ptr, type) do { \
type 418 source4/smb_server/smb_server.h #define SMBSRV_TALLOC_IO_PTR(ptr, type) do { \
type 497 source4/smb_server/smb_server.h #define SMBSRV_CHECK_ASYNC_STATUS_ERR(ptr, type) do { \
type 513 source4/smb_server/smb_server.h #define SMBSRV_CHECK_ASYNC_STATUS(ptr, type) do { \
type 58 source4/torture/nbt/winsreplication.c static const char *wrepl_name_type_string(enum wrepl_name_type type)
type 112 source4/torture/rpc/frsapi.c uint32_t type,
type 141 source4/torture/rpc/frsapi.c uint32_t type)
type 58 source4/torture/rpc/spoolss.c #define _CHECK_FIELD_SIZE(c,r,e,type) do {\
type 67 source4/torture/rpc/spoolss.c #define _CHECK_FIELD_SIZE(c,r,e,type) do {} while(0)
type 141 source4/wrepl_server/wrepl_out_helpers.c enum winsrepl_partner_type type,