Changeset 988 for vendor/current/source3/include/srvstr.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/srvstr.h
r414 r988 20 20 #define srvstr_pull_talloc(ctx, base_ptr, smb_flags2, dest, src, src_len, flags) \ 21 21 pull_string_talloc(ctx, base_ptr, smb_flags2, dest, src, src_len, flags) 22 23 /* pull a string from the smb_buf part of a packet. In this case the24 string can either be null terminated or it can be terminated by the25 end of the smbbuf area26 */27 28 #define srvstr_pull_req_talloc(ctx, req_, dest, src, flags) \29 pull_string_talloc(ctx, req_->inbuf, req_->flags2, dest, src, \30 smbreq_bufrem(req_, src), flags)
Note:
See TracChangeset
for help on using the changeset viewer.