Home
last modified time | relevance | path

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

/PHP-7.0/ext/session/
H A Dphp_session.h135 zend_long update_step; member
H A Dsession.c2927 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step;
3024 progress->update_step = PS(rfc1867_freq);
3026 progress->update_step = progress->content_length * -PS(rfc1867_freq) / 100;

Completed in 13 milliseconds