Searched refs:dir_hnd (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Ddir.c50 struct smb_Dir *dir_hnd; member in struct:dptr_struct
89 if (dptr->dir_hnd) {
91 CloseDir(dptr->dir_hnd);
92 dptr->dir_hnd = NULL;
120 if (dptr->dir_hnd) {
137 if (!forclose && !dptr->dir_hnd) {
141 if (!(dptr->dir_hnd = OpenDir(dptr->conn, dptr->path))) {
236 if (dptr->dir_hnd) {
237 CloseDir(dptr->dir_hnd);
302 if (dptr->conn == conn && dptr->dir_hnd)
368 struct smb_Dir *dir_hnd; local
[all...]
H A Dreply.c1654 struct smb_Dir *dir_hnd = NULL; local
1658 dir_hnd = OpenDir(conn, directory);
1665 if (dir_hnd) {
1672 while ((dname = ReadDirName(dir_hnd, &offset))) {
1712 CloseDir(dir_hnd);
3456 struct smb_Dir *dir_hnd = OpenDir(conn, directory); local
3458 if(dir_hnd == NULL)
3461 while((dname = ReadDirName(dir_hnd, &offset))) {
3501 CloseDir(dir_hnd);
3524 struct smb_Dir *dir_hnd local
4078 struct smb_Dir *dir_hnd = NULL; local
4435 struct smb_Dir *dir_hnd = NULL; local
[all...]

Completed in 73 milliseconds