Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dhtsmsg_binary.c123 case HMF_BOOL: in htsmsg_binary_des0()
208 case HMF_BOOL: in htsmsg_binary_count()
256 case HMF_BOOL: in htsmsg_binary_write()
297 case HMF_BOOL: in htsmsg_binary_write()
H A Dhtsmsg.c308 htsmsg_field_t *f = htsmsg_field_add(msg, name, HMF_BOOL, HMF_NAME_INALLOCED, 0); in htsmsg_add_bool()
320 f = htsmsg_field_add(msg, name, HMF_BOOL, HMF_NAME_INALLOCED, 0); in htsmsg_set_bool()
585 case HMF_BOOL: in htsmsg_field_get_s64()
625 case HMF_BOOL: in htsmsg_field_get_bool()
809 case HMF_BOOL: in htsmsg_field_get_string()
1017 case HMF_BOOL: in htsmsg_print0()
1067 case HMF_BOOL: in htsmsg_copy_i()
1134 case HMF_BOOL: in htsmsg_cmp()
1244 } else if (f->hmf_type == HMF_BOOL) { in htsmsg_list_2_csv()
H A Dhtsmsg_json.c73 case HMF_BOOL: in htsmsg_json_write()
H A Dhtsmsg.h55 #define HMF_BOOL 7 macro
H A Ddbus.c117 case HMF_BOOL: in dbus_from_htsmsg()
/dports/multimedia/tvheadend/tvheadend-4.2.8/lib/py/tvh/
H A Dhtsmsg.py66 HMF_BOOL = 7 variable
87 ret = HMF_BOOL
195 elif typ == HMF_BOOL: