Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c490 typedef struct datctl { /* Structure for data line modifiers. */ struct
504 } datctl; argument
520 #define DO(name) offsetof(datctl, name)
814 static datctl def_datctl;
815 static datctl dat_datctl;
3142 check_modifier(modstruct *m, int ctx, patctl *pctl, datctl *dctl, uint32_t c) in check_modifier()
3228 decode_modifiers(uint8_t *p, int ctx, patctl *pctl, datctl *dctl) in decode_modifiers()
5560 memcpy(&dat_datctl, &def_datctl, sizeof(datctl)); in process_data()
7155 memset(&def_datctl, 0, sizeof(datctl));