Home
last modified time | relevance | path

Searched refs:smb_swap64 (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dsmb.c144 static unsigned long long smb_swap64(unsigned long long x) in smb_swap64() function
150 static unsigned __int64 smb_swap64(unsigned __int64 x) in smb_swap64() function
159 # define smb_swap64(x) (x) macro
771 smb_swap64(((struct smb_nt_create_response *)msg)->end_of_file); in smb_request_state()