Searched refs:progress (Results 1 – 13 of 13) sorted by relevance
2605 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 …]
50 size_t progress, progress_max; /* position for progress notification */ member102 (context)->notifier->progress = (sofar); \108 (context)->notifier->progress += (dsofar); \110 …php_stream_notify_progress((context), (context)->notifier->progress, (context)->notifier->progress…
41 Notice: pg_query(): %s already a transaction in progress in %s on line %d42 %s already a transaction in progress
1813 (*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 …]
152 php_curl_progress *progress; member
66 [%d-%s-%d %d:%d:%d] NOTICE: Reloading in progress ...
139 string(29) "Operation already in progress"140 string(25) "Operation now in progress"
27 bug can be used to track the patch progress and prevent your changes69 to track the patch progress and prevent your changes getting lost in93 can be used to track the patch progress and prevent your changes
1609 ; Enable upload progress tracking in $_SESSION1613 ; http://php.net/session.upload-progress.enabled1616 ; Cleanup the progress information as soon as all POST data has been read1621 ; http://php.net/session.upload-progress.cleanup1624 ; A prefix used for the upload progress key in $_SESSION1628 ; http://php.net/session.upload-progress.prefix1632 ; containing the upload progress information1636 ; http://php.net/session.upload-progress.name1639 ; How frequently the upload progress should be updated.1644 ; http://php.net/session.upload-progress.freq[all …]
5057 . Added support for storing upload progress feedback in session data. (Arnaud)7657 - Implemented FR #41712 (curl progress callback: CURLOPT_PROGRESSFUNCTION).
60 # configuration options related to warning and progress messages
4341 Automatic callouts can be used for tracking the progress of pattern
Completed in 204 milliseconds