Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c5538 uint8_t *p, *pp, *start_rep; in process_data() local
5575 start_rep = NULL; in process_data()
5634 if (c == ']' && start_rep != NULL) in process_data()
5639 size_t rep_offset = start_rep - dbuffer; in process_data()
5668 replen = CAST8VAR(q) - start_rep; in process_data()
5681 start_rep = dbuffer + rep_offset; in process_data()
5686 memcpy(CAST8VAR(q), start_rep, replen); in process_data()
5690 start_rep = NULL; in process_data()
5793 if (start_rep != NULL) in process_data()
5798 start_rep = CAST8VAR(q); in process_data()