Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c225 size_t remain_len = ZSTR_LEN(s11); in php_spn_common_handler() local
227 start += remain_len; in php_spn_common_handler()
231 } else if ((size_t) start > remain_len) { in php_spn_common_handler()
232 start = remain_len; in php_spn_common_handler()
235 remain_len -= start; in php_spn_common_handler()
238 len += remain_len; in php_spn_common_handler()
242 } else if ((size_t) len > remain_len) { in php_spn_common_handler()
243 len = remain_len; in php_spn_common_handler()
246 len = remain_len; in php_spn_common_handler()

Completed in 44 milliseconds