Lines Matching refs:smb_ctx

100 struct smb_ctx {  struct
149 struct smb_ctx *rq_ctx;
174 int smb_ctx_init(struct smb_ctx *, int, char *[], int, int, int);
175 void smb_ctx_done(struct smb_ctx *);
176 int smb_ctx_parseunc(struct smb_ctx *, const char *, int, const char **);
177 int smb_ctx_setcharset(struct smb_ctx *, const char *);
178 int smb_ctx_setserver(struct smb_ctx *, const char *);
179 int smb_ctx_setnbport(struct smb_ctx *, int);
180 int smb_ctx_setsmbport(struct smb_ctx *, int);
181 int smb_ctx_setuser(struct smb_ctx *, const char *);
182 int smb_ctx_setshare(struct smb_ctx *, const char *, int);
183 int smb_ctx_setscope(struct smb_ctx *, const char *);
184 int smb_ctx_setworkgroup(struct smb_ctx *, const char *);
185 int smb_ctx_setpassword(struct smb_ctx *, const char *);
186 int smb_ctx_setsrvaddr(struct smb_ctx *, const char *);
187 int smb_ctx_opt(struct smb_ctx *, int, const char *);
188 int smb_ctx_lookup(struct smb_ctx *, int, int);
189 int smb_ctx_login(struct smb_ctx *);
190 int smb_ctx_readrc(struct smb_ctx *);
191 int smb_ctx_resolve(struct smb_ctx *);
192 int smb_ctx_setflags(struct smb_ctx *, int, int, int);
194 int smb_smb_open_print_file(struct smb_ctx *, int, int, char *, smbfh*);
195 int smb_smb_close_print_file(struct smb_ctx *, smbfh);
197 int smb_read(struct smb_ctx *, smbfh, off_t, size_t, char *);
198 int smb_write(struct smb_ctx *, smbfh, off_t, size_t, const char *);
203 int smb_rq_init(struct smb_ctx *, u_char, size_t, struct smb_rq **);
210 int smb_t2_request(struct smb_ctx *, int, int, const char *,