Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/api/
H A Dapi_profile.c92 LIST_FOREACH(pb, &profile_builders, link) in api_profile_builders()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dprofile.h70 extern profile_builders_queue profile_builders;
H A Dprofile.c37 profile_builders_queue profile_builders; variable
55 pb2 = LIST_FIRST(&profile_builders); in profile_register()
62 LIST_INSERT_HEAD(&profile_builders, pb, link); in profile_register()
70 LIST_FOREACH(pb, &profile_builders, link) { in profile_class_find()
2183 LIST_INIT(&profile_builders); in profile_init()
2363 while ((pb = LIST_FIRST(&profile_builders)) != NULL) { in profile_done()