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.c224 size_t remain_len = ZSTR_LEN(s11); in php_spn_common_handler() local
226 start += remain_len; in php_spn_common_handler()
230 } else if ((size_t) start > remain_len) { in php_spn_common_handler()
231 start = remain_len; in php_spn_common_handler()
234 remain_len -= start; in php_spn_common_handler()
237 len += remain_len; in php_spn_common_handler()
241 } else if ((size_t) len > remain_len) { in php_spn_common_handler()
242 len = remain_len; in php_spn_common_handler()
245 len = remain_len; in php_spn_common_handler()

Completed in 22 milliseconds