OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smb_send
(Results
1 - 1
of
1
) sorted by null
/external/curl/lib/
smb.c
360
static CURLcode
smb_send
(struct connectdata *conn, ssize_t len,
function
414
return
smb_send
(conn, sizeof(struct smb_header) + msg_len, 0);
593
return
smb_send
(conn, sizeof(*msg), (size_t) upload_size);
Completed in 465 milliseconds