HomeSort by relevance Sort by last modified time
    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