Searched refs:smbw_ref_count (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw.c38 int smbw_ref_count[__FD_SETSIZE]; variable
68 return ++smbw_ref_count[client_fd];
71 return --smbw_ref_count[client_fd];
74 return smbw_ref_count[client_fd];
77 return (smbw_ref_count[client_fd] = va_arg(ap, int));
155 smbw_ref_count[i] = 0;
H A Dwrapper.h40 extern int smbw_ref_count[__FD_SETSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dsmbw.c37 int smbw_ref_count[__FD_SETSIZE]; variable
64 return ++smbw_ref_count[client_fd];
67 return --smbw_ref_count[client_fd];
70 return smbw_ref_count[client_fd];
78 ret = (smbw_ref_count[client_fd] = va_arg(ap, int));
158 smbw_ref_count[i] = 0;
H A Dwrapper.h39 extern int smbw_ref_count[__FD_SETSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw.c38 int smbw_ref_count[__FD_SETSIZE]; variable
68 return ++smbw_ref_count[client_fd];
71 return --smbw_ref_count[client_fd];
74 return smbw_ref_count[client_fd];
77 return (smbw_ref_count[client_fd] = va_arg(ap, int));
155 smbw_ref_count[i] = 0;
H A Dwrapper.h40 extern int smbw_ref_count[__FD_SETSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dsmbw.c37 int smbw_ref_count[__FD_SETSIZE]; variable
64 return ++smbw_ref_count[client_fd];
67 return --smbw_ref_count[client_fd];
70 return smbw_ref_count[client_fd];
78 ret = (smbw_ref_count[client_fd] = va_arg(ap, int));
158 smbw_ref_count[i] = 0;
H A Dwrapper.h39 extern int smbw_ref_count[__FD_SETSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw.c38 int smbw_ref_count[__FD_SETSIZE]; variable
68 return ++smbw_ref_count[client_fd];
71 return --smbw_ref_count[client_fd];
74 return smbw_ref_count[client_fd];
77 return (smbw_ref_count[client_fd] = va_arg(ap, int));
155 smbw_ref_count[i] = 0;
H A Dwrapper.h40 extern int smbw_ref_count[__FD_SETSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dsmbw.c37 int smbw_ref_count[__FD_SETSIZE]; variable
64 return ++smbw_ref_count[client_fd];
67 return --smbw_ref_count[client_fd];
70 return smbw_ref_count[client_fd];
78 ret = (smbw_ref_count[client_fd] = va_arg(ap, int));
158 smbw_ref_count[i] = 0;
H A Dwrapper.h39 extern int smbw_ref_count[__FD_SETSIZE];

Completed in 295 milliseconds