Home
last modified time | relevance | path

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

/PHP-5.5/ext/session/
H A Dsession.c2556 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress TSRMLS_CC);
2593 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step;
2642 if (Z_TYPE(progress->sid) && progress->key.c) {
2677 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2729 add_next_index_zval(progress->files, progress->current_file);
2739 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2752 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2770 if (Z_TYPE(progress->sid) && progress->key.c) {
2786 efree(progress);
2787 progress = NULL;
[all …]
/PHP-5.5/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.5/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.5/ext/curl/
H A Dinterface.c1818 (*ch)->handlers->progress = NULL; in alloc_curl_handle()
2064 if (ch->handlers->progress) { in PHP_FUNCTION()
2066 if (ch->handlers->progress->func_name) { in PHP_FUNCTION()
2068 dupch->handlers->progress->func_name = ch->handlers->progress->func_name; in PHP_FUNCTION()
2070 dupch->handlers->progress->method = ch->handlers->progress->method; in PHP_FUNCTION()
2740 if (ch->handlers->progress == NULL) { in _php_curl_setopt()
3362 if (ch->handlers->progress) { in _php_curl_close_ex()
3366 efree(ch->handlers->progress); in _php_curl_close_ex()
3446 if (ch->handlers->progress) { in _php_curl_reset_handlers()
3450 efree(ch->handlers->progress); in _php_curl_reset_handlers()
[all …]
H A Dphp_curl.h152 php_curl_progress *progress; member
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt139 string(29) "Operation already in progress"
140 string(25) "Operation now in progress"
/PHP-5.5/
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-development1551 ; Enable upload progress tracking in $_SESSION
1555 ; http://php.net/session.upload-progress.enabled
1558 ; Cleanup the progress information as soon as all POST data has been read
1563 ; http://php.net/session.upload-progress.cleanup
1566 ; A prefix used for the upload progress key in $_SESSION
1570 ; http://php.net/session.upload-progress.prefix
1574 ; containing the upload progress information
1578 ; http://php.net/session.upload-progress.name
1581 ; How frequently the upload progress should be updated.
1586 ; http://php.net/session.upload-progress.freq
[all …]
H A Dphp.ini-production1551 ; Enable upload progress tracking in $_SESSION
1555 ; http://php.net/session.upload-progress.enabled
1558 ; Cleanup the progress information as soon as all POST data has been read
1563 ; http://php.net/session.upload-progress.cleanup
1566 ; A prefix used for the upload progress key in $_SESSION
1570 ; http://php.net/session.upload-progress.prefix
1574 ; containing the upload progress information
1578 ; http://php.net/session.upload-progress.name
1581 ; How frequently the upload progress should be updated.
1586 ; http://php.net/session.upload-progress.freq
[all …]
H A DNEWS3479 . Added support for storing upload progress feedback in session data. (Arnaud)
6079 - Implemented FR #41712 (curl progress callback: CURLOPT_PROGRESSFUNCTION).
/PHP-5.5/ext/spl/
H A Ddoxygen.cfg60 # configuration options related to warning and progress messages
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4341 Automatic callouts can be used for tracking the progress of pattern

Completed in 90 milliseconds