Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c312 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER, enumerator
382 …{ OP_U32NUMBER, N_M_LIMIT, &match_limit, "match-limit=number", "set PCRE match limit option" …
383 …{ OP_U32NUMBER, N_M_LIMIT_REC, &recursion_limit, "recursion-limit=number", "set PCRE match recurs…
3270 else if (op->type != OP_NUMBER && op->type != OP_U32NUMBER && in main()
3278 if (op->type == OP_U32NUMBER) *((uint32_t *)op->dataptr) = n; in main()