Home
last modified time | relevance | path

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

/PHP-5.3/ext/pgsql/tests/
H A D09notice.phpt36 Notice: pg_query(): %s already a transaction in progress in %s on line %d
37 %s already a transaction in progress
/PHP-5.3/main/streams/
H A Dphp_stream_context.h50 size_t progress, progress_max; /* position for progress notification */ member
110 (context)->notifier->progress = (sofar); \
116 (context)->notifier->progress += (dsofar); \
118 …php_stream_notify_progress((context), (context)->notifier->progress, (context)->notifier->progress…
/PHP-5.3/ext/curl/
H A Dinterface.c1064 php_curl_progress *t = ch->handlers->progress; in curl_progress()
1662 if (ch->handlers->progress->func_name) { in PHP_FUNCTION()
1663 zval_add_ref(&ch->handlers->progress->func_name); in PHP_FUNCTION()
1664 dupch->handlers->progress->func_name = ch->handlers->progress->func_name; in PHP_FUNCTION()
1666 dupch->handlers->progress->method = ch->handlers->progress->method; in PHP_FUNCTION()
2014 if (ch->handlers->progress->func_name) { in _php_curl_setopt()
2019 ch->handlers->progress->func_name = *zvalue; in _php_curl_setopt()
2020 ch->handlers->progress->method = PHP_CURL_USER; in _php_curl_setopt()
2656 if (ch->handlers->progress->func_name) { in _php_curl_close_ex()
2657 zval_ptr_dtor(&ch->handlers->progress->func_name); in _php_curl_close_ex()
[all …]
H A Dphp_curl.h113 php_curl_progress *progress; member
/PHP-5.3/ext/sockets/tests/
H A Dsocket_strerror.phpt139 string(29) "Operation already in progress"
140 string(25) "Operation now in progress"
/PHP-5.3/
H A DREADME.SUBMITTING_PATCH27 bug can be used to track the patch progress and prevent your changes
58 to track the patch progress and prevent your changes getting lost in
82 can be used to track the patch progress and prevent your changes
H A DNEWS3029 - Implemented FR #41712 (curl progress callback: CURLOPT_PROGRESSFUNCTION).
/PHP-5.3/ext/spl/
H A Ddoxygen.cfg60 # configuration options related to warning and progress messages
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in777 ** This routine configures a callback function - the progress callback - that
782 ** The progress callback is invoked once for every N virtual machine opcodes,
783 ** where N is the second argument to this function. The progress callback
785 ** argument to this function is a void pointer passed to the progress callback
789 ** in less than N opcodes being executed, then the progress callback is not
792 ** Calling this routine overwrites any previously installed progress callback.
793 ** To remove the progress callback altogether, pass NULL as the third
796 ** If the progress callback returns a result other than 0, then the current
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt4157 progress of pattern matching. The pcretest command has an option that

Completed in 64 milliseconds