Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/api/
H A Dapi_profile.c71 if (!cfg && (!profile_verify(pro, sflags) || !api_profile_find(perm, ubuf))) in api_profile_list()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dprofile.h183 int profile_verify(profile_t *pro, int sflags);
H A Dprofile.c495 profile_verify(profile_t *pro, int sflags) in profile_verify() function
525 if (!profile_verify(pro, sflags)) in profile_find_by_list()
531 if (strcmp(uuid, uuid2) == 0 && profile_verify(pro, sflags)) in profile_find_by_list()
535 if (!profile_verify(res, sflags)) in profile_find_by_list()
544 if (!profile_verify(res, sflags)) in profile_find_by_list()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dalsa-mixer.c4637 static int profile_verify(pa_alsa_profile *p) { in profile_verify() function
4926 if (profile_verify(p) < 0) in pa_alsa_profile_set_new()