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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw.c49 static SMBCCTX *smbw_ctx; variable
134 if (smbw_ctx != NULL) {
135 smbc_free_context(smbw_ctx, 1);
150 smbw_ctx = NULL; /* don't free context until it's established */
173 if ((smbw_ctx = smbc_new_context()) == NULL) {
178 smbw_ctx->debug = debug_level;
179 smbw_ctx->callbacks.auth_fn = get_auth_data_fn;
180 smbw_ctx->options.browse_max_lmb_count = 0;
181 smbw_ctx->options.urlencode_readdir_entries = 1;
182 smbw_ctx
[all...]

Completed in 229 milliseconds