Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c324 sljit_si *private_data_ptrs; member
505 #define PRIVATE_DATA(cc) (common->private_data_ptrs[(cc) - common->start])
952 if (common->private_data_ptrs[end - common->start - LINK_SIZE] != 0) in detect_repeat()
998 common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end; in detect_repeat()
999 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1001 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 2] = max + 2; in detect_repeat()
1013 common->private_data_ptrs[end - common->start - LINK_SIZE] = max_end - end; in detect_repeat()
1014 common->private_data_ptrs[end - common->start - LINK_SIZE + 1] = OP_EXACT; in detect_repeat()
1015 common->private_data_ptrs[end - common->start - LINK_SIZE + 2] = min; in detect_repeat()
1102 if (common->private_data_ptrs[cc + 1 - common->start] != 0) in set_private_data_ptrs()
[all …]