Searched refs:estimate (Results 1 – 1 of 1) sorted by relevance
296 uint64_t estimate = (2 * (uint64_t)l) + 1; in php_escape_shell_cmd() local385 if ((estimate - y) > 4096) { in php_escape_shell_cmd()404 uint64_t estimate = (4 * (uint64_t)l) + 3; in php_escape_shell_arg() local472 if ((estimate - y) > 4096) { in php_escape_shell_arg()
Completed in 5 milliseconds