Lines Matching refs:options
152 zval options; in PHP_FUNCTION() local
158 array_init(&options); in PHP_FUNCTION()
168 add_assoc_long(&options, "cost", cost); in PHP_FUNCTION()
180 add_assoc_zval(return_value, "options", &options); in PHP_FUNCTION()
189 HashTable *options = 0; in PHP_FUNCTION() local
192 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl|H", &hash, &hash_len, &new_algo, &options) == FAILU… in PHP_FUNCTION()
207 … if (options && (option_buffer = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in PHP_FUNCTION()
269 HashTable *options = 0; in PHP_FUNCTION() local
273 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl|H", &password, &password_len, &algo, &options) == F… in PHP_FUNCTION()
282 if (options && (option_buffer = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in PHP_FUNCTION()
302 if (options && (option_buffer = zend_hash_str_find(options, "salt", sizeof("salt")-1)) != NULL) { in PHP_FUNCTION()