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 362 static CURLcode smb_send(struct connectdata *conn, ssize_t len, function
416 return smb_send(conn, sizeof(struct smb_header) + msg_len, 0);
595 return smb_send(conn, sizeof(*msg), (size_t) upload_size);

Completed in 3098 milliseconds