Searched refs:option_buffer (Results 1 – 3 of 3) sorted by relevance
189 zval *option_buffer; in PHP_FUNCTION() local206 … if (options && (option_buffer = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in PHP_FUNCTION()207 new_cost = zval_get_long(option_buffer); in PHP_FUNCTION()269 zval *option_buffer; in PHP_FUNCTION() local281 if (options && (option_buffer = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in PHP_FUNCTION()282 cost = zval_get_long(option_buffer); in PHP_FUNCTION()301 if (options && (option_buffer = zend_hash_str_find(options, "salt", sizeof("salt")-1)) != NULL) { in PHP_FUNCTION()306 switch (Z_TYPE_P(option_buffer)) { in PHP_FUNCTION()308 buffer = zend_string_copy(Z_STR_P(option_buffer)); in PHP_FUNCTION()313 buffer = zval_get_string(option_buffer); in PHP_FUNCTION()
757 zval *option_buffer; in zlib_create_dictionary_string() local760 ZVAL_DEREF(option_buffer); in zlib_create_dictionary_string()761 switch (Z_TYPE_P(option_buffer)) { in zlib_create_dictionary_string()763 zend_string *str = Z_STR_P(option_buffer); in zlib_create_dictionary_string()838 zval *option_buffer; in PHP_FUNCTION() local845 window = zval_get_long(option_buffer); in PHP_FUNCTION()1023 zval *option_buffer; in PHP_FUNCTION() local1030 level = zval_get_long(option_buffer); in PHP_FUNCTION()1038 memory = zval_get_long(option_buffer); in PHP_FUNCTION()1046 window = zval_get_long(option_buffer); in PHP_FUNCTION()[all …]
546 zval *option_buffer; in PHP_FUNCTION() local562 by_function = zend_is_true(option_buffer); in PHP_FUNCTION()565 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()567 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()571 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()572 ZVAL_DEREF(option_buffer); in PHP_FUNCTION()573 if (Z_TYPE_P(option_buffer) == IS_ARRAY && zend_hash_num_elements(Z_ARR_P(option_buffer)) > 0) { in PHP_FUNCTION()579 ZEND_HASH_FOREACH_VAL(Z_ARR_P(option_buffer), filename) { in PHP_FUNCTION()647 zval *option_buffer; in PHP_FUNCTION() local667 by_function = zend_is_true(option_buffer); in PHP_FUNCTION()[all …]
Completed in 14 milliseconds