Searched refs:hash_name (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dffhash.c121 const char *hash_name; local
128 hash_name = argv[1];
129 out_b64 = av_strstart(hash_name, "b64:", &hash_name);
130 if ((ret = av_hash_alloc(&hash, hash_name)) < 0) {
133 printf("Invalid hash type: %s\n", hash_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmd5enc.c32 char *hash_name; member in struct:MD5Context
57 { "hash", "set hash to use", OFFSET(hash_name), AV_OPT_TYPE_STRING, {.str = "md5"}, 0, 0, ENC },
72 int res = av_hash_alloc(&c->hash, c->hash_name);
117 int res = av_hash_alloc(&c->hash, c->hash_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_metalink.h57 const char *hash_name; member in struct:__anon1020
H A Dtool_metalink.c553 digest_def->hash_name, strerror(errno));
560 digest_def->hash_name, "failed to initialize hash algorithm");
574 digest_def->hash_name, strerror(errno));
587 digest_def->hash_name);
590 filename, digest_def->hash_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c211 static int hash_name(struct fuse *f, struct node *node, fuse_ino_t parentid, function
286 if (hash_name(f, node, parent, name) == -1) {
435 if (hash_name(f, node, newdir, newname) == -1) {

Completed in 63 milliseconds