Searched refs:CHECK_LEN (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | html.c | 528 CHECK_LEN(pos, 1); in get_next_char() 537 CHECK_LEN(pos, 1); in get_next_char() 546 CHECK_LEN(pos, 2); in get_next_char() 558 CHECK_LEN(pos, 3); in get_next_char() 576 CHECK_LEN(pos, 4); in get_next_char() 604 CHECK_LEN(pos, 1); in get_next_char() 609 CHECK_LEN(pos, 1); in get_next_char() 627 CHECK_LEN(pos, 1); in get_next_char() 633 CHECK_LEN(pos, 1); in get_next_char() 652 CHECK_LEN(pos, 1); in get_next_char() [all …]
|
/PHP-5.3/ext/xml/ |
H A D | xml.c | 669 #define CHECK_LEN(pos, chars_need) ((str_len - (pos)) >= (chars_need)) macro 687 if (!CHECK_LEN(pos, 1)) in php_next_utf8_char() 701 if (!CHECK_LEN(pos, 2)) in php_next_utf8_char()
|
Completed in 13 milliseconds