Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c842 switch(*tcode) in set_start_bits()
954 tcode++; in set_start_bits()
977 do tcode += GET(tcode, 1); while (*tcode == OP_ALT); in set_start_bits()
1011 do tcode += GET(tcode, 1); while (*tcode == OP_ALT); in set_start_bits()
1027 do tcode += GET(tcode,1); while (*tcode == OP_ALT); in set_start_bits()
1034 tcode++; in set_start_bits()
1035 do tcode += GET(tcode,1); while (*tcode == OP_ALT); in set_start_bits()
1205 tcode++; in set_start_bits()
1307 tcode += 2; in set_start_bits()
1348 tcode += GET(tcode, 1); in set_start_bits()
[all …]
H A Dpcre_compile.c2439 const pcre_uchar *tcode; in could_be_empty_branch() local
2440 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
2441 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE; in could_be_empty_branch()
/PHP-5.5/ext/com_dotnet/tests/
H A Dvariants.phpt36 printf("\tcode %08x\n\n", $e->getCode());

Completed in 32 milliseconds