Home
last modified time | relevance | path

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

/PHP-7.0/ext/session/
H A Dsession.c2890 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress);
2927 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step;
2936 progress->cancel_upload |= php_check_cancel_upload(progress);
2982 if (Z_TYPE(progress->sid) && progress->key.s) {
3016 if (!Z_TYPE(progress->sid) || !progress->key.s) {
3064 add_next_index_zval(&progress->files, &progress->current_file);
3075 if (!Z_TYPE(progress->sid) || !progress->key.s) {
3088 if (!Z_TYPE(progress->sid) || !progress->key.s) {
3107 if (Z_TYPE(progress->sid) && progress->key.s) {
3123 efree(progress);
[all …]
/PHP-7.0/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-7.0/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-7.0/ext/curl/
H A Dinterface.c1540 php_curl_progress *t = ch->handlers->progress; in curl_progress()
1862 ch->handlers->progress = NULL; in alloc_curl_handle()
2060 if (ch->handlers->progress) { in PHP_FUNCTION()
2063 ZVAL_COPY(&dupch->handlers->progress->func_name, &ch->handlers->progress->func_name); in PHP_FUNCTION()
2065 dupch->handlers->progress->method = ch->handlers->progress->method; in PHP_FUNCTION()
2781 if (ch->handlers->progress == NULL) { in _php_curl_setopt()
3389 if (ch->handlers->progress) { in _php_curl_close_ex()
3391 efree(ch->handlers->progress); in _php_curl_close_ex()
3469 if (ch->handlers->progress) { in _php_curl_reset_handlers()
3471 efree(ch->handlers->progress); in _php_curl_reset_handlers()
[all …]
H A Dphp_curl.h155 php_curl_progress *progress; member
/PHP-7.0/sapi/fpm/tests/
H A D012.phpt66 [%d-%s-%d %d:%d:%d] NOTICE: Reloading in progress ...
/PHP-7.0/ext/sockets/tests/
H A Dsocket_strerror.phpt139 string(29) "Operation already in progress"
140 string(25) "Operation now in progress"
/PHP-7.0/
H A DREADME.SUBMITTING_PATCH27 bug can be used to track the patch progress and prevent your changes
70 to track the patch progress and prevent your changes getting lost in
94 can be used to track the patch progress and prevent your changes
H A Dphp.ini-development1504 ; Enable upload progress tracking in $_SESSION
1508 ; http://php.net/session.upload-progress.enabled
1511 ; Cleanup the progress information as soon as all POST data has been read
1516 ; http://php.net/session.upload-progress.cleanup
1519 ; A prefix used for the upload progress key in $_SESSION
1523 ; http://php.net/session.upload-progress.prefix
1527 ; containing the upload progress information
1531 ; http://php.net/session.upload-progress.name
1534 ; How frequently the upload progress should be updated.
1539 ; http://php.net/session.upload-progress.freq
[all …]
H A Dphp.ini-production1504 ; Enable upload progress tracking in $_SESSION
1508 ; http://php.net/session.upload-progress.enabled
1511 ; Cleanup the progress information as soon as all POST data has been read
1516 ; http://php.net/session.upload-progress.cleanup
1519 ; A prefix used for the upload progress key in $_SESSION
1523 ; http://php.net/session.upload-progress.prefix
1527 ; containing the upload progress information
1531 ; http://php.net/session.upload-progress.name
1534 ; How frequently the upload progress should be updated.
1539 ; http://php.net/session.upload-progress.freq
[all …]
/PHP-7.0/ext/spl/
H A Ddoxygen.cfg60 # configuration options related to warning and progress messages
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt4341 Automatic callouts can be used for tracking the progress of pattern

Completed in 56 milliseconds