Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.h105 typedef int regoff_t; typedef
108 regoff_t rm_so;
109 regoff_t rm_eo;
/PHP-5.3/ext/ereg/regex/
H A Dregex.h19 typedef off_t regoff_t; typedef
27 regoff_t rm_so; /* start of match */
28 regoff_t rm_eo; /* end of match */
H A Dmain.c17 regoff_t startoff = 0;
18 regoff_t endoff = 0;
54 startoff = (regoff_t)atoi(optarg);
57 endoff = (regoff_t)atoi(optarg);
H A Dengine.c438 register regoff_t offsave;
/PHP-5.3/ext/mbstring/oniguruma/
H A Donigposix.h75 typedef int regoff_t; typedef
78 regoff_t rm_so;
79 regoff_t rm_eo;
H A Dregexec.c1413 typedef int regoff_t; typedef
1416 regoff_t rm_so;
1417 regoff_t rm_eo;

Completed in 20 milliseconds