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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/
H A Dtestchmod.c6 #include "get_auth_data_fn.h"
39 smbc_init(get_auth_data_fn, debug);
H A Dget_auth_data_fn.h2 get_auth_data_fn(const char * pServer, function
H A Dtestread.c8 #include "get_auth_data_fn.h"
40 smbc_init(get_auth_data_fn, debug);
H A Dteststat2.c6 #include "get_auth_data_fn.h"
43 smbc_init(get_auth_data_fn, 0);
H A Dtestacl2.c6 #include "get_auth_data_fn.h"
35 if (smbc_init(get_auth_data_fn, debug) != 0)
H A Dteststat.c6 #include "get_auth_data_fn.h"
43 smbc_init(get_auth_data_fn, debug);
H A Dtestutime.c6 #include "get_auth_data_fn.h"
44 smbc_init(get_auth_data_fn, debug);
H A Dtestbrowse.c10 #include "get_auth_data_fn.h"
120 (no_auth ? no_auth_data_fn : get_auth_data_fn);
207 get_auth_data_fn(pServer, pShare, pWorkgroup, maxLenWorkgroup,
H A Dtestacl.c6 #include "get_auth_data_fn.h"
137 if (smbc_init(get_auth_data_fn, debug) != 0)
H A Dtestsmbc.c30 #include "get_auth_data_fn.h"
54 err = smbc_init(get_auth_data_fn, 10); /* Initialize things */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw.c118 static smbc_get_auth_data_fn get_auth_data_fn = get_envvar_auth_data; variable
125 get_auth_data_fn = fn;
179 smbw_ctx->callbacks.auth_fn = get_auth_data_fn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbctool.c108 get_auth_data_fn(const char * pServer, const char * pShare, function
3373 rc = smbc_init(get_auth_data_fn, 0); /* Initialize libsmbclient */

Completed in 102 milliseconds