Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
Dcontrol_local.h110 int _snd_ctl_open_named_child(snd_ctl_t **pctl, const char *name,
114 _snd_ctl_open_child(snd_ctl_t **pctl, snd_config_t *root, in _snd_ctl_open_child() argument
117 return _snd_ctl_open_named_child(pctl, NULL, root, conf, mode, parent_conf); in _snd_ctl_open_child()
Dcontrol.c1542 int _snd_ctl_open_named_child(snd_ctl_t **pctl, const char *name, in _snd_ctl_open_named_child() argument
1552 return snd_ctl_open_noupdate(pctl, root, str, mode, hop + 1); in _snd_ctl_open_named_child()
1553 return snd_ctl_open_conf(pctl, name, root, conf, mode); in _snd_ctl_open_named_child()
/third_party/pcre2/pcre2/src/
Dpcre2test.c3581 check_modifier(modstruct *m, int ctx, patctl *pctl, datctl *dctl, uint32_t c) in check_modifier() argument
3619 if (pctl != NULL) field = pctl; in check_modifier()
3627 else if (pctl != NULL && (m->which == MOD_PD || m->which == MOD_PDP || in check_modifier()
3629 field = pctl; in check_modifier()
3670 decode_modifiers(uint8_t *p, int ctx, patctl *pctl, datctl *dctl) in decode_modifiers() argument
3761 field = check_modifier(modlist + index, ctx, pctl, dctl, *p); in decode_modifiers()
3811 field = check_modifier(m, ctx, pctl, dctl, 0); in decode_modifiers()
3832 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_BSR_SET; in decode_modifiers()
3842 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 |= CTL2_BSR_SET; in decode_modifiers()
3936 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_NL_SET; in decode_modifiers()
[all …]