Home
last modified time | relevance | path

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

/PHP-5.6/ext/xml/
H A Dphp_xml.h81 int toffset; local
H A Dxml.c70 #define SKIP_TAGSTART(str) ((str) + (parser->toffset > strlen(str) ? strlen(str) : parser->toffset))
1639 parser->toffset = Z_LVAL_PP(val); in PHP_FUNCTION()
1640 if (parser->toffset < 0) { in PHP_FUNCTION()
1642 parser->toffset = 0; in PHP_FUNCTION()

Completed in 17 milliseconds