Searched refs:start_code (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c425 const pcre_uchar *start_code = md->start_code; local
523 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE);
561 ADD_NEW((int)(end_code - start_code + length), 0);
571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code)));
691 code = start_code + state_offset;
820 ADD_ACTIVE((int)(code - start_code), 0);
828 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
837 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0);
841 ADD_ACTIVE((int)(code - start_code
[all...]
H A Dpcre_compile.c1800 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */
2432 const pcre_uchar *scode = cd->start_code + GET(code, 1);
2444 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;
4036 if (cd->start_code + offset == ptr + 1) break;
4045 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust);
5757 if (offset == previous + 1 - cd->start_code)
7534 called = cd->start_code;
7547 called = PRIV(find_bracket)(cd->start_code, utf, recno);
7563 called = cd->start_code + recno;
7570 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code));
[all...]
H A Dpcre_exec.c1142 code_offset = (int)(ecode - md->start_code);
1170 ecode = md->start_code + code_offset;
1226 code_offset = (int)(ecode - md->start_code);
1237 ecode = md->start_code + code_offset;
1758 callpat = md->start_code + GET(ecode, 1);
1759 recno = (callpat == md->start_code)? 0 :
6551 md->start_code = (const pcre_uchar *)re + re->name_table_offset +
6936 rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0);

Completed in 117 milliseconds