Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpassword.c127 zval *option_buffer; in php_password_get_salt() local
135 switch (Z_TYPE_P(option_buffer)) { in php_password_get_salt()
142 buffer = zval_try_get_string(option_buffer); in php_password_get_salt()
356 zval *option_buffer; in php_password_argon2_needs_rehash() local
359 new_memory_cost = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
363 new_time_cost = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
367 new_threads = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
378 zval *option_buffer; in php_password_argon2_hash() local
387 memory_cost = zval_get_long(option_buffer); in php_password_argon2_hash()
396 time_cost = zval_get_long(option_buffer); in php_password_argon2_hash()
[all …]
/PHP-7.4/ext/zlib/
H A Dzlib.c755 zval *option_buffer; in zlib_create_dictionary_string() local
758 ZVAL_DEREF(option_buffer); in zlib_create_dictionary_string()
759 switch (Z_TYPE_P(option_buffer)) { in zlib_create_dictionary_string()
761 zend_string *str = Z_STR_P(option_buffer); in zlib_create_dictionary_string()
838 zval *option_buffer; in PHP_FUNCTION() local
845 window = zval_get_long(option_buffer); in PHP_FUNCTION()
1074 zval *option_buffer; in PHP_FUNCTION() local
1081 level = zval_get_long(option_buffer); in PHP_FUNCTION()
1089 memory = zval_get_long(option_buffer); in PHP_FUNCTION()
1097 window = zval_get_long(option_buffer); in PHP_FUNCTION()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c521 zval *option_buffer; in PHP_FUNCTION() local
537 by_function = zend_is_true(option_buffer); in PHP_FUNCTION()
540 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
542 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()
546 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()
547 ZVAL_DEREF(option_buffer); in PHP_FUNCTION()
548 if (Z_TYPE_P(option_buffer) == IS_ARRAY && zend_hash_num_elements(Z_ARR_P(option_buffer)) > 0) { in PHP_FUNCTION()
554 ZEND_HASH_FOREACH_VAL(Z_ARR_P(option_buffer), filename) { in PHP_FUNCTION()
622 zval *option_buffer; in PHP_FUNCTION() local
642 by_function = zend_is_true(option_buffer); in PHP_FUNCTION()
[all …]

Completed in 26 milliseconds