Home
last modified time | relevance | path

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

/PHP-5.6/ext/session/
H A Dsession.c2605 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress TSRMLS_CC);
2642 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step;
2691 if (Z_TYPE(progress->sid) && progress->key.c) {
2726 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2778 add_next_index_zval(progress->files, progress->current_file);
2788 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2801 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2819 if (Z_TYPE(progress->sid) && progress->key.c) {
2835 efree(progress);
2836 progress = NULL;
[all …]
/PHP-5.6/main/streams/
H A Dphp_stream_context.h50 size_t progress, progress_max; /* position for progress notification */ member
102 (context)->notifier->progress = (sofar); \
108 (context)->notifier->progress += (dsofar); \
110 …php_stream_notify_progress((context), (context)->notifier->progress, (context)->notifier->progress…
/PHP-5.6/ext/pgsql/tests/
H A D09notice.phpt41 Notice: pg_query(): %s already a transaction in progress in %s on line %d
42 %s already a transaction in progress
/PHP-5.6/ext/curl/
H A Dinterface.c1813 (*ch)->handlers->progress = NULL; in alloc_curl_handle()
2023 if (ch->handlers->progress) { in PHP_FUNCTION()
2025 if (ch->handlers->progress->func_name) { in PHP_FUNCTION()
2027 dupch->handlers->progress->func_name = ch->handlers->progress->func_name; in PHP_FUNCTION()
2029 dupch->handlers->progress->method = ch->handlers->progress->method; in PHP_FUNCTION()
2713 if (ch->handlers->progress == NULL) { in _php_curl_setopt()
3335 if (ch->handlers->progress) { in _php_curl_close_ex()
3339 efree(ch->handlers->progress); in _php_curl_close_ex()
3419 if (ch->handlers->progress) { in _php_curl_reset_handlers()
3423 efree(ch->handlers->progress); in _php_curl_reset_handlers()
[all …]
H A Dphp_curl.h152 php_curl_progress *progress; member
/PHP-5.6/sapi/fpm/tests/
H A D012.phpt66 [%d-%s-%d %d:%d:%d] NOTICE: Reloading in progress ...
/PHP-5.6/ext/sockets/tests/
H A Dsocket_strerror.phpt139 string(29) "Operation already in progress"
140 string(25) "Operation now in progress"
/PHP-5.6/
H A DREADME.SUBMITTING_PATCH27 bug can be used to track the patch progress and prevent your changes
69 to track the patch progress and prevent your changes getting lost in
93 can be used to track the patch progress and prevent your changes
H A Dphp.ini-development1609 ; Enable upload progress tracking in $_SESSION
1613 ; http://php.net/session.upload-progress.enabled
1616 ; Cleanup the progress information as soon as all POST data has been read
1621 ; http://php.net/session.upload-progress.cleanup
1624 ; A prefix used for the upload progress key in $_SESSION
1628 ; http://php.net/session.upload-progress.prefix
1632 ; containing the upload progress information
1636 ; http://php.net/session.upload-progress.name
1639 ; How frequently the upload progress should be updated.
1644 ; http://php.net/session.upload-progress.freq
[all …]
H A Dphp.ini-production1609 ; Enable upload progress tracking in $_SESSION
1613 ; http://php.net/session.upload-progress.enabled
1616 ; Cleanup the progress information as soon as all POST data has been read
1621 ; http://php.net/session.upload-progress.cleanup
1624 ; A prefix used for the upload progress key in $_SESSION
1628 ; http://php.net/session.upload-progress.prefix
1632 ; containing the upload progress information
1636 ; http://php.net/session.upload-progress.name
1639 ; How frequently the upload progress should be updated.
1644 ; http://php.net/session.upload-progress.freq
[all …]
H A DNEWS5057 . Added support for storing upload progress feedback in session data. (Arnaud)
7657 - Implemented FR #41712 (curl progress callback: CURLOPT_PROGRESSFUNCTION).
/PHP-5.6/ext/spl/
H A Ddoxygen.cfg60 # configuration options related to warning and progress messages
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt4341 Automatic callouts can be used for tracking the progress of pattern

Completed in 95 milliseconds