Home
last modified time | relevance | path

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

/php-src/ext/sodium/
H A Dlibsodium.c437 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()
565 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()
1418 zend_long hash_len; in PHP_FUNCTION() local
1428 &hash_len, in PHP_FUNCTION()
1435 if (hash_len <= 0) { in PHP_FUNCTION()
1439 if (hash_len >= 0xffffffff) { in PHP_FUNCTION()
1498 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()
1608 zend_long hash_len; in PHP_FUNCTION() local
1615 &hash_len, in PHP_FUNCTION()
1622 if (hash_len <= 0 || hash_len >= SIZE_MAX || hash_len > 0x1fffffffe0ULL) { in PHP_FUNCTION()
[all …]
/php-src/ext/odbc/
H A Dphp_odbc.c2121 …t(zval *zv, char *db, char *uid, char *pwd, int cur_opt, bool persistent, char *hash, int hash_len) in odbc_sqlconnect() argument
2132 link->hash = zend_string_init(hash, hash_len, persistent); in odbc_sqlconnect()

Completed in 20 milliseconds