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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw_dir.c45 int fd_client = smbw_fd_map[fd_smbw]; local
62 dirent_internal = smbc_readdir(fd_client);
70 dirent_external->d_off = smbc_telldir(fd_client);
229 int fd_client; local
248 fd_client = smbc_opendir(path);
250 if (fd_client < 0) {
255 smbw_fd_map[fd_smbw] = fd_client;
256 smbw_ref(fd_client, SMBW_RCT_Increment);
267 int fd_client; local
272 fd_client
326 int fd_client = smbw_fd_map[fd_smbw]; local
342 int fd_client = smbw_fd_map[fd_smbw]; local
353 int fd_client = smbw_fd_map[fd_smbw]; local
[all...]
H A Dsmbw_stat.c48 int fd_client = smbw_fd_map[fd_smbw]; local
51 if (smbc_fstat(fd_client, &statbuf) < 0) {

Completed in 39 milliseconds