Home
last modified time | relevance | path

Searched refs:_pcre_OP_lengths (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_printint.src195 time error if the vectors OP_names or _pcre_OP_lengths, which are indexed
199 #includes pcre_tables.c, which holds _pcre_OP_lengths. We can't do this
201 know the size of _pcre_OP_lengths. */
207 (sizeof(_pcre_OP_lengths) == OP_TABLE_LENGTH)):
402 ccode = code + _pcre_OP_lengths[*code];
515 extra += _pcre_OP_lengths[*ccode];
525 extra += _pcre_OP_lengths[*ccode];
567 code += _pcre_OP_lengths[*code] + extra;
/PHP-5.3/main/
H A Dphp_compat.h55 #define _pcre_OP_lengths php__pcre_OP_lengths macro

Completed in 11 milliseconds