Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Didnode.c347 idnode_get_str in idnode_get_str() function
721 const char *stra = tvh_strdupa(idnode_get_str(ina, sort->key) ?: ""); in idnode_cmp_sort()
722 const char *strb = idnode_get_str(inb, sort->key) ?: ""; in idnode_cmp_sort()
847 if (!(str = idnode_get_str(in, f->key))) in idnode_filter()
H A Didnode.h277 const char *idnode_get_str (idnode_t *self, const char *key );