dptr_struct      6258 source3/include/proto.h 		const char *wcard, bool wcard_has_wild, uint32 attr, struct dptr_struct **dptr_ret);
dptr_struct      6259 source3/include/proto.h int dptr_CloseDir(struct dptr_struct *dptr);
dptr_struct      6260 source3/include/proto.h void dptr_SeekDir(struct dptr_struct *dptr, long offset);
dptr_struct      6261 source3/include/proto.h long dptr_TellDir(struct dptr_struct *dptr);
dptr_struct      6262 source3/include/proto.h bool dptr_has_wild(struct dptr_struct *dptr);
dptr_struct      6263 source3/include/proto.h int dptr_dnum(struct dptr_struct *dptr);
dptr_struct      6265 source3/include/proto.h 			struct dptr_struct *dptr,
dptr_struct      6268 source3/include/proto.h bool dptr_SearchDir(struct dptr_struct *dptr, const char *name, long *poffset, SMB_STRUCT_STAT *pst);
dptr_struct      6269 source3/include/proto.h void dptr_DirCacheAdd(struct dptr_struct *dptr, const char *name, long offset);
dptr_struct      6270 source3/include/proto.h void dptr_init_search_op(struct dptr_struct *dptr);
dptr_struct       133 source3/smbd/dir.c static void dptr_idle(struct dptr_struct *dptr)
dptr_struct       241 source3/smbd/dir.c static void dptr_close_internal(struct dptr_struct *dptr)
dptr_struct       388 source3/smbd/dir.c 		const char *wcard, bool wcard_has_wild, uint32 attr, struct dptr_struct **dptr_ret)
dptr_struct       524 source3/smbd/dir.c int dptr_CloseDir(struct dptr_struct *dptr)
dptr_struct       531 source3/smbd/dir.c void dptr_SeekDir(struct dptr_struct *dptr, long offset)
dptr_struct       536 source3/smbd/dir.c long dptr_TellDir(struct dptr_struct *dptr)
dptr_struct       541 source3/smbd/dir.c bool dptr_has_wild(struct dptr_struct *dptr)
dptr_struct       546 source3/smbd/dir.c int dptr_dnum(struct dptr_struct *dptr)
dptr_struct       555 source3/smbd/dir.c static const char *dptr_normal_ReadDirName(struct dptr_struct *dptr,
dptr_struct       573 source3/smbd/dir.c 			struct dptr_struct *dptr,
dptr_struct       683 source3/smbd/dir.c bool dptr_SearchDir(struct dptr_struct *dptr, const char *name, long *poffset, SMB_STRUCT_STAT *pst)
dptr_struct       700 source3/smbd/dir.c void dptr_DirCacheAdd(struct dptr_struct *dptr, const char *name, long offset)
dptr_struct       708 source3/smbd/dir.c void dptr_init_search_op(struct dptr_struct *dptr)