/external/curl/tests/libtest/ |
lib578.c | 31 static int progress_callback(void *clientp, double dltotal, double dlnow, double ultotal, double ulnow) function 82 test_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback);
|
lib599.c | 26 static int progress_callback(void *clientp, double dltotal, function 64 test_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback);
|
lib579.c | 39 static int progress_callback(void *clientp, double dltotal, double dlnow, function 145 test_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback);
|
/external/e2fsprogs/resize/ |
resize2fs.c | 1413 static errcode_t progress_callback(ext2_filsys fs, function [all...] |
/external/flac/libFLAC/ |
stream_encoder.c | 378 FLAC__StreamEncoderProgressCallback progress_callback; member in struct:FLAC__StreamEncoderPrivate [all...] |