Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c3142 check_modifier(modstruct *m, int ctx, patctl *pctl, datctl *dctl, uint32_t c) in check_modifier() argument
3173 if (dctl != NULL) field = dctl; in check_modifier()
3185 if (dctl != NULL) field = dctl; in check_modifier()
3228 decode_modifiers(uint8_t *p, int ctx, patctl *pctl, datctl *dctl) in decode_modifiers() argument
3319 field = check_modifier(modlist + index, ctx, pctl, dctl, *p); in decode_modifiers()
3359 field = check_modifier(m, ctx, pctl, dctl, 0); in decode_modifiers()
3381 else dctl->control &= ~CTL_BSR_SET; in decode_modifiers()
3391 else dctl->control |= CTL_BSR_SET; in decode_modifiers()
3459 else dctl->control &= ~CTL_NL_SET; in decode_modifiers()
3465 else dctl->control |= CTL_NL_SET; in decode_modifiers()