Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c10806 char *xhashname = subst(hashname, " ", "_"); in make_weed_hashname() local
10807 if (lives_strcmp(xhashname, hashname)) { in make_weed_hashname()
10809 return xhashname; in make_weed_hashname()
10812 lives_free(xhashname); in make_weed_hashname()
10842 char *xhashname = fix_hashnames(hashname); in weed_get_idx_for_hashname() local
10848 numhash = lives_string_hash(xhashname); in weed_get_idx_for_hashname()
10852 if (!lives_utf8_strcasecmp(xhashname, hashnames[i][type].string)) { in weed_get_idx_for_hashname()
10853 lives_free(xhashname); in weed_get_idx_for_hashname()
10865 lives_free(xhashname); in weed_get_idx_for_hashname()
10876 lives_free(xhashname); in weed_get_idx_for_hashname()
[all …]