smb_Dir          6288 source3/include/proto.h const char *ReadDirName(struct smb_Dir *dirp, long *poffset,
smb_Dir          6290 source3/include/proto.h void RewindDir(struct smb_Dir *dirp, long *poffset);
smb_Dir          6291 source3/include/proto.h void SeekDir(struct smb_Dir *dirp, long offset);
smb_Dir          6292 source3/include/proto.h long TellDir(struct smb_Dir *dirp);
smb_Dir          6293 source3/include/proto.h void DirCacheAdd(struct smb_Dir *dirp, const char *name, long offset);
smb_Dir          6294 source3/include/proto.h bool SearchDir(struct smb_Dir *dirp, const char *name, long *poffset);
smb_Dir          1094 source3/smbd/dir.c static int smb_Dir_destructor(struct smb_Dir *dirp)
smb_Dir          1148 source3/smbd/dir.c const char *ReadDirName(struct smb_Dir *dirp, long *poffset,
smb_Dir          1194 source3/smbd/dir.c void RewindDir(struct smb_Dir *dirp, long *poffset)
smb_Dir          1206 source3/smbd/dir.c void SeekDir(struct smb_Dir *dirp, long offset)
smb_Dir          1239 source3/smbd/dir.c long TellDir(struct smb_Dir *dirp)
smb_Dir          1248 source3/smbd/dir.c void DirCacheAdd(struct smb_Dir *dirp, const char *name, long offset)
smb_Dir          1278 source3/smbd/dir.c bool SearchDir(struct smb_Dir *dirp, const char *name, long *poffset)