Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpassword.c248 zval cast_option_buffer; in PHP_FUNCTION() local
250 convert_to_long(&cast_option_buffer); in PHP_FUNCTION()
252 zval_dtor(&cast_option_buffer); in PHP_FUNCTION()
328 zval cast_option_buffer; in PHP_FUNCTION() local
330 convert_to_long(&cast_option_buffer); in PHP_FUNCTION()
331 cost = Z_LVAL(cast_option_buffer); in PHP_FUNCTION()
332 zval_dtor(&cast_option_buffer); in PHP_FUNCTION()
367 zval cast_option_buffer; in PHP_FUNCTION() local
371 buffer = estrndup(Z_STRVAL(cast_option_buffer), Z_STRLEN(cast_option_buffer)); in PHP_FUNCTION()
373 zval_dtor(&cast_option_buffer); in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds