Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_study.c840 switch(*tcode) in set_start_bits()
952 tcode++; in set_start_bits()
975 do tcode += GET(tcode, 1); while (*tcode == OP_ALT); in set_start_bits()
1009 do tcode += GET(tcode, 1); while (*tcode == OP_ALT); in set_start_bits()
1025 do tcode += GET(tcode,1); while (*tcode == OP_ALT); in set_start_bits()
1032 tcode++; in set_start_bits()
1033 do tcode += GET(tcode,1); while (*tcode == OP_ALT); in set_start_bits()
1203 tcode++; in set_start_bits()
1305 tcode += 2; in set_start_bits()
1346 tcode += GET(tcode, 1); in set_start_bits()
[all …]
H A Dpcre_compile.c2437 const pcre_uchar *tcode; in could_be_empty_branch() local
2438 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
2439 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE; in could_be_empty_branch()
/PHP-7.1/ext/com_dotnet/tests/
H A Dvariants.phpt37 printf("\tcode %08x\n\n", $e->getCode());
H A Dvariants_x64.phpt40 printf("\tcode %08x\n\n", $e->getCode());

Completed in 39 milliseconds