SMB_STRUCT_DIRENT 88 examples/VFS/skel_opaque.c static SMB_STRUCT_DIRENT *skel_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIRENT 82 examples/VFS/skel_transparent.c static SMB_STRUCT_DIRENT *skel_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIRENT 450 source3/include/includes.h #ifndef SMB_STRUCT_DIRENT SMB_STRUCT_DIRENT 930 source3/include/proto.h SMB_STRUCT_DIRENT *sys_readdir(SMB_STRUCT_DIR *dirp); SMB_STRUCT_DIRENT 317 source3/include/vfs.h SMB_STRUCT_DIRENT *(*readdir)(struct vfs_handle_struct *handle, SMB_STRUCT_DIRENT 485 source3/lib/system.c SMB_STRUCT_DIRENT *sys_readdir(SMB_STRUCT_DIR *dirp) SMB_STRUCT_DIRENT 1644 source3/lib/util.c SMB_STRUCT_DIRENT *ptr; SMB_STRUCT_DIRENT 1650 source3/lib/util.c ptr = (SMB_STRUCT_DIRENT *)sys_readdir(p); SMB_STRUCT_DIRENT 480 source3/libgpo/gpext/gpext.c SMB_STRUCT_DIRENT *dirent = NULL; SMB_STRUCT_DIRENT 31 source3/modules/onefs.h SMB_STRUCT_DIRENT *onefs_readdir(struct vfs_handle_struct *handle, SMB_STRUCT_DIRENT 298 source3/modules/onefs_dir.c SMB_STRUCT_DIRENT * SMB_STRUCT_DIRENT 303 source3/modules/onefs_dir.c SMB_STRUCT_DIRENT *ret_direntp; SMB_STRUCT_DIRENT 357 source3/modules/onefs_dir.c ((SMB_STRUCT_DIRENT *)dsp->direntries_cursor)->d_reclen; SMB_STRUCT_DIRENT 368 source3/modules/onefs_dir.c ret_direntp = ((SMB_STRUCT_DIRENT *)dsp->direntries_cursor); SMB_STRUCT_DIRENT 528 source3/modules/onefs_streams.c SMB_STRUCT_DIRENT *dp = NULL; SMB_STRUCT_DIRENT 56 source3/modules/vfs_cap.c static SMB_STRUCT_DIRENT *cap_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) SMB_STRUCT_DIRENT 58 source3/modules/vfs_cap.c SMB_STRUCT_DIRENT *result; SMB_STRUCT_DIRENT 59 source3/modules/vfs_cap.c SMB_STRUCT_DIRENT *newdirent; SMB_STRUCT_DIRENT 75 source3/modules/vfs_cap.c newdirent = (SMB_STRUCT_DIRENT *)TALLOC_ARRAY(talloc_tos(), SMB_STRUCT_DIRENT 77 source3/modules/vfs_cap.c sizeof(SMB_STRUCT_DIRENT)+ SMB_STRUCT_DIRENT 82 source3/modules/vfs_cap.c memcpy(newdirent, result, sizeof(SMB_STRUCT_DIRENT)); SMB_STRUCT_DIRENT 105 source3/modules/vfs_catia.c static SMB_STRUCT_DIRENT *catia_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIRENT 108 source3/modules/vfs_catia.c SMB_STRUCT_DIRENT *result = NULL; SMB_STRUCT_DIRENT 109 source3/modules/vfs_catia.c SMB_STRUCT_DIRENT *newdirent = NULL; SMB_STRUCT_DIRENT 123 source3/modules/vfs_catia.c newdirent = (SMB_STRUCT_DIRENT *)TALLOC_ARRAY(talloc_tos(), SMB_STRUCT_DIRENT 125 source3/modules/vfs_catia.c sizeof(SMB_STRUCT_DIRENT)+ SMB_STRUCT_DIRENT 130 source3/modules/vfs_catia.c memcpy(newdirent, result, sizeof(SMB_STRUCT_DIRENT)); SMB_STRUCT_DIRENT 165 source3/modules/vfs_default.c static SMB_STRUCT_DIRENT *vfswrap_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIRENT 169 source3/modules/vfs_default.c SMB_STRUCT_DIRENT *result; SMB_STRUCT_DIRENT 24 source3/modules/vfs_dirsort.c const SMB_STRUCT_DIRENT *da = (const SMB_STRUCT_DIRENT *) a; SMB_STRUCT_DIRENT 25 source3/modules/vfs_dirsort.c const SMB_STRUCT_DIRENT *db = (const SMB_STRUCT_DIRENT *) b; SMB_STRUCT_DIRENT 31 source3/modules/vfs_dirsort.c SMB_STRUCT_DIRENT *directory_list; SMB_STRUCT_DIRENT 49 source3/modules/vfs_dirsort.c SMB_STRUCT_DIRENT *dp; SMB_STRUCT_DIRENT 73 source3/modules/vfs_dirsort.c data->directory_list = (SMB_STRUCT_DIRENT *)SMB_MALLOC( SMB_STRUCT_DIRENT 74 source3/modules/vfs_dirsort.c data->number_of_entries * sizeof(SMB_STRUCT_DIRENT)); SMB_STRUCT_DIRENT 85 source3/modules/vfs_dirsort.c sizeof(SMB_STRUCT_DIRENT), compare_dirent); SMB_STRUCT_DIRENT 115 source3/modules/vfs_dirsort.c static SMB_STRUCT_DIRENT *dirsort_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIRENT 96 source3/modules/vfs_full_audit.c static SMB_STRUCT_DIRENT *smb_full_audit_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIRENT 1088 source3/modules/vfs_full_audit.c static SMB_STRUCT_DIRENT *smb_full_audit_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIRENT 1091 source3/modules/vfs_full_audit.c SMB_STRUCT_DIRENT *result; SMB_STRUCT_DIRENT 149 source3/modules/vfs_netatalk.c SMB_STRUCT_DIRENT *dent = 0; SMB_STRUCT_DIRENT 61 source3/modules/vfs_shadow_copy.c SMB_STRUCT_DIRENT *dirs; SMB_STRUCT_DIRENT 94 source3/modules/vfs_shadow_copy.c SMB_STRUCT_DIRENT *d; SMB_STRUCT_DIRENT 108 source3/modules/vfs_shadow_copy.c dirp->dirs = SMB_REALLOC_ARRAY(dirp->dirs,SMB_STRUCT_DIRENT, dirp->num+1); SMB_STRUCT_DIRENT 121 source3/modules/vfs_shadow_copy.c static SMB_STRUCT_DIRENT *shadow_copy_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp) SMB_STRUCT_DIRENT 177 source3/modules/vfs_shadow_copy.c SMB_STRUCT_DIRENT *d; SMB_STRUCT_DIRENT 501 source3/modules/vfs_shadow_copy2.c SMB_STRUCT_DIRENT *d; SMB_STRUCT_DIRENT 8813 source3/param/loadparm.c SMB_STRUCT_DIRENT *de; SMB_STRUCT_DIRENT 710 source3/smbd/vfs.c SMB_STRUCT_DIRENT *ptr= NULL; SMB_STRUCT_DIRENT 145 source3/torture/cmd_vfs.c SMB_STRUCT_DIRENT *dent = NULL; SMB_STRUCT_DIRENT 207 source3/utils/net_usershare.c SMB_STRUCT_DIRENT *de; SMB_STRUCT_DIRENT 530 source3/utils/net_usershare.c SMB_STRUCT_DIRENT *de;