Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/api/
H A Dapi_imagecache.c33 if (htsmsg_get_bool(args, "clean", &b)) in api_imagecache_clean()
48 if (htsmsg_get_bool(args, "trigger", &b)) in api_imagecache_trigger()
H A Dapi_epg.c645 htsmsg_get_bool(args, "full", &full); in api_epg_content_type_list()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/webui/
H A Ddoc_md.c112 if (!htsmsg_get_bool(n, "noui", &b) && b) continue; in md_props()
127 if (!htsmsg_get_bool(n, "rdonly", &b) && b) { in md_props()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dhtsmsg.h273 int htsmsg_get_bool(htsmsg_t *msg, const char *name, int *boolp);
H A Dhtsmsg.c633 htsmsg_get_bool in htsmsg_get_bool() function
648 return htsmsg_get_bool(msg, name, &ret) ? def : ret; in htsmsg_get_bool_or_default()
H A Dbouquet.c112 if (!htsmsg_get_bool(conf, "shield", &i) && i) in bouquet_create()
H A Dprofile.c112 if (!htsmsg_get_bool(conf, "shield", &b)) in profile_create()
H A Dconfig.c1056 if (!htsmsg_get_bool(e, "container", &i)) { in config_migrate_v13()