Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c836 switch(*tcode) in set_start_bits()
948 tcode++; in set_start_bits()
971 do tcode += GET(tcode, 1); while (*tcode == OP_ALT); in set_start_bits()
1005 do tcode += GET(tcode, 1); while (*tcode == OP_ALT); in set_start_bits()
1021 do tcode += GET(tcode,1); while (*tcode == OP_ALT); in set_start_bits()
1028 tcode++; in set_start_bits()
1029 do tcode += GET(tcode,1); while (*tcode == OP_ALT); in set_start_bits()
1199 tcode++; in set_start_bits()
1301 tcode += 2; in set_start_bits()
1342 tcode += GET(tcode, 1); in set_start_bits()
[all …]
H A Dpcre_compile.c2420 const pcre_uchar *tcode; in could_be_empty_branch() local
2421 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
2422 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE; in could_be_empty_branch()
/PHP-5.4/ext/com_dotnet/tests/
H A Dvariants.phpt36 printf("\tcode %08x\n\n", $e->getCode());

Completed in 38 milliseconds