Home
last modified time | relevance | path

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

/dports/sysutils/isomaster/isomaster-1.3.16/bk/
H A Dbk.h187 void(*progressFunction)(struct VolInfo*); member
226 const char* destPathStr, void(*progressFunction)(VolInfo*));
229 void(*progressFunction)(VolInfo*));
242 void(*progressFunction)(VolInfo*));
245 bool keepPermissions, void(*progressFunction)(VolInfo*));
275 void(*progressFunction)(VolInfo*));
281 void(*progressFunction)(VolInfo*, double));
H A DbkMisc.c24 if(volInfo->progressFunction == NULL) in maybeUpdateProgress()
32 volInfo->progressFunction(volInfo); in maybeUpdateProgress()
H A DbkAdd.c288 const char* destPathStr, void(*progressFunction)(VolInfo*)) in bk_add()
291 progressFunction); in bk_add()
296 void(*progressFunction)(VolInfo*)) in bk_add_as()
306 volInfo->progressFunction = progressFunction; in bk_add_as()
H A DbkExtract.c113 void(*progressFunction)(VolInfo*)) in bk_extract()
116 keepPermissions, progressFunction); in bk_extract()
121 bool keepPermissions, void(*progressFunction)(VolInfo*)) in bk_extract_as()
128 volInfo->progressFunction = progressFunction; in bk_extract_as()
H A DbkRead.c104 void(*progressFunction)(VolInfo*)) in bk_read_dir_tree()
106 volInfo->progressFunction = progressFunction; in bk_read_dir_tree()
H A DbkWrite.c48 void(*progressFunction)(VolInfo*, double)) in bk_write_image()
66 volInfo->writeProgressFunction = progressFunction; in bk_write_image()
70 progressFunction(volInfo, 0); in bk_write_image()
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/phpClickHouse/example/
H A Dexam22_PROGRESSFUNCTION.php25 $db->progressFunction(function ($data) {
34 $db->progressFunction(['progress','printz']);
/dports/games/keeperrl/keeperrl-alpha23/
H A Dfile_sharing.cpp26 int progressFunction(void* ptr, double totalDown, double nowDown, double totalUp, double nowUp) { in progressFunction() function
95 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, progressFunction); in curlUpload()
211 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, progressFunction); in downloadContent()
305 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, progressFunction); in download()
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/phpClickHouse/tests/
H A DProgressAndEscapeTest.php32 $this->client->progressFunction(function ($data) {
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/phpClickHouse/
H A DCHANGELOG.md104 * progressFunction()
H A DREADME.md744 ### progressFunction subsection
749 $db->progressFunction(function ($data) {
/dports/finance/skrooge/skrooge-2.26.1/skgbasemodeler/
H A Dskgdocument.h44 using progressFunction = int (*)(int, qint64, const QString&, void*);
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/phpClickHouse/src/
H A DClient.php382 public function progressFunction(callable $callback) function in ClickHouseDB\\Client