Searched refs:file_hash (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvcsubs.c65 static inline unsigned int file_hash(struct nfs_fh *f) function
85 hash = file_hash(f);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.h741 void Send_SharedFile_Cmd(wxString file_hash, wxString cmd, uint32 opt_arg = 0);
742 void Send_DownloadFile_Cmd(wxString file_hash, wxString cmd, uint32 opt_arg = 0);
744 void Send_DownloadSearchFile_Cmd(wxString file_hash, uint8 cat);
H A DWebServer.cpp383 void CWebServerBase::Send_SharedFile_Cmd(wxString file_hash, wxString cmd, uint32 opt_arg) argument
387 wxCHECK2(fileHash.Decode(file_hash), /* Do nothing. */ );
422 void CWebServerBase::Send_DownloadFile_Cmd(wxString file_hash, wxString cmd, uint32 opt_arg) argument
426 wxCHECK2(fileHash.Decode(file_hash), /* Do nothing. */ );
461 void CWebServerBase::Send_DownloadSearchFile_Cmd(wxString file_hash, uint8 cat) argument
464 wxCHECK2(fileHash.Decode(file_hash), /* Do nothing. */ );

Completed in 76 milliseconds