Searched refs:fnList (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ |
D | xxhsum.c | 718 static int XSUM_hashFiles(char*const * fnList, int fnTotal, in XSUM_hashFiles() argument 730 result |= XSUM_hashFile(fnList[fnNb], hashType, displayEndianess, convention); in XSUM_hashFiles() 1226 static int XSUM_checkFiles(char*const* fnList, int fnTotal, in XSUM_checkFiles() argument 1242 … ok &= XSUM_checkFile(fnList[fnNb], displayEndianess, strictMode, statusOnly, warn, quiet); in XSUM_checkFiles()
|