Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c6340 uint8_t *p, *pp, *start_rep; in process_data() local
6382 start_rep = NULL; in process_data()
6443 if (c == ']' && start_rep != NULL) in process_data()
6448 size_t rep_offset = start_rep - dbuffer; in process_data()
6477 replen = CAST8VAR(q) - start_rep; in process_data()
6490 start_rep = dbuffer + rep_offset; in process_data()
6495 memcpy(CAST8VAR(q), start_rep, replen); in process_data()
6499 start_rep = NULL; in process_data()
6611 if (start_rep != NULL) in process_data()
6616 start_rep = CAST8VAR(q); in process_data()