Searched refs:update_step (Results 1 – 2 of 2) sorted by relevance
133 zend_long update_step; member
3127 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update()3224 progress->update_step = PS(rfc1867_freq); in php_session_rfc1867_callback()3226 progress->update_step = progress->content_length * -PS(rfc1867_freq) / 100; in php_session_rfc1867_callback()
Completed in 12 milliseconds