Searched refs:update_step (Results 1 – 2 of 2) sorted by relevance
130 zend_long update_step; member
3141 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update()3238 progress->update_step = PS(rfc1867_freq); in php_session_rfc1867_callback()3240 progress->update_step = progress->content_length * -PS(rfc1867_freq) / 100; in php_session_rfc1867_callback()
Completed in 14 milliseconds