Searched refs:pctl (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/control/ |
H A D | control_local.h | 114 int _snd_ctl_open_named_child(snd_ctl_t **pctl, const char *name, 118 _snd_ctl_open_child(snd_ctl_t **pctl, snd_config_t *root, in _snd_ctl_open_child() argument 121 return _snd_ctl_open_named_child(pctl, NULL, root, conf, mode, parent_conf); in _snd_ctl_open_child()
|
H A D | control.c | 1584 int _snd_ctl_open_named_child(snd_ctl_t **pctl, const char *name, in _snd_ctl_open_named_child() argument 1594 return snd_ctl_open_noupdate(pctl, root, str, mode, hop + 1); in _snd_ctl_open_named_child() 1595 return snd_ctl_open_conf(pctl, name, root, conf, mode); in _snd_ctl_open_named_child()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 3591 pctl point to pattern control block 3599 check_modifier(modstruct *m, int ctx, patctl *pctl, datctl *dctl, uint32_t c) in check_modifier() argument 3637 if (pctl != NULL) field = pctl; in check_modifier() 3645 else if (pctl != NULL && (m->which == MOD_PD || m->which == MOD_PDP || in check_modifier() 3647 field = pctl; in check_modifier() 3681 pctl point to pattern control block 3688 decode_modifiers(uint8_t *p, int ctx, patctl *pctl, datctl *dctl) in decode_modifiers() argument 3779 field = check_modifier(modlist + index, ctx, pctl, dctl, *p); in decode_modifiers() 3829 field = check_modifier(m, ctx, pctl, dct in decode_modifiers() [all...] |
Completed in 13 milliseconds