Searched refs:hash_len (Results 1 – 1 of 1) sorted by relevance
884 &hash_len) == FAILURE) { in PHP_FUNCTION()907 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()1035 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()1810 zend_long hash_len; in PHP_FUNCTION() local1820 &hash_len, in PHP_FUNCTION()1827 if (hash_len <= 0 || hash_len >= 0xffffffff) { in PHP_FUNCTION()1888 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()2002 zend_long hash_len; in PHP_FUNCTION() local2009 &hash_len, in PHP_FUNCTION()2016 if (hash_len <= 0 || hash_len >= SIZE_MAX || hash_len > 0x1fffffffe0ULL) { in PHP_FUNCTION()[all …]
Completed in 15 milliseconds