Searched refs:smbw_ref_count (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.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];

Completed in 33 milliseconds