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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dconffile.h12 extern uint64_t libhash;
H A Dconffile.c158 uint64_t libhash; variable
210 libhash = murmur_hash64(libname, olen, 0);
294 libhash = murmur_hash64(expanded, strlen(expanded), 0);
H A Dmain.c291 snprintf(txtrecord[1], 128, "DbId=%016" PRIX64, libhash);
307 snprintf(records[7], 128, "%016" PRIX64, libhash);
H A Dremote_pairing.c615 ret = snprintf(req_uri, sizeof(req_uri), "/pair?pairingcode=%s&servicename=%016" PRIX64, pairing_hash, libhash);
H A Draop.c1156 snprintf(buf, sizeof(buf), "%" PRIX64, libhash);

Completed in 64 milliseconds