Home
last modified time | relevance | path

Searched refs:total_send_bytes (Results 1 – 25 of 25) sorted by relevance

/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dsockopt.h465 #define tcpsendfile(sock, filename, file_bytes, timeout, total_send_bytes) \ argument
466 tcpsendfile_ex(sock, filename, 0, file_bytes, timeout, total_send_bytes)
482 const int64_t file_bytes, const int timeout, int64_t *total_send_bytes);
H A Dsockopt.c1352 const int64_t file_bytes, const int timeout, int64_t *total_send_bytes) in tcpsendfile_ex() argument
1370 *total_send_bytes = 0; in tcpsendfile_ex()
1377 *total_send_bytes = 0; in tcpsendfile_ex()
1387 *total_send_bytes = 0; in tcpsendfile_ex()
1474 *total_send_bytes = file_bytes - remain_bytes; in tcpsendfile_ex()
1506 *total_send_bytes = 0; in tcpsendfile_ex()
1547 *total_send_bytes = file_bytes - remain_bytes; in tcpsendfile_ex()
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_admin_server.cc65 {"total_send_bytes", master_socket->total_send_bytes}, in handle_get_all_unix_sockets()
75 {"total_send_bytes", worker_socket->total_send_bytes}, in handle_get_all_unix_sockets()
133 {"total_send_bytes", socket->total_send_bytes}, in handle_get_all_sockets()
267 {"total_send_bytes", conn->socket->total_send_bytes}, in get_connection_info()
H A Dswoole_server.cc3007 add_assoc_long_ex(return_value, ZEND_STRL("total_send_bytes"), serv->gs->total_send_bytes); in PHP_METHOD()
/dports/ftp/php-fastdfs/fastdfs-6.06/client/
H A Dfdfs_appender_test1.c41 int64_t total_send_bytes; in uploadFileCallback() local
51 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dfdfs_appender_test.c41 int64_t total_send_bytes; in uploadFileCallback() local
51 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dfdfs_test1.c41 int64_t total_send_bytes; in uploadFileCallback() local
50 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dfdfs_test.c41 int64_t total_send_bytes; in uploadFileCallback() local
51 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dstorage_client.c828 int64_t total_send_bytes; in storage_do_upload_file() local
961 &total_send_bytes)) != 0) in storage_do_upload_file()
1700 int64_t total_send_bytes; in storage_do_append_file() local
1752 &total_send_bytes)) != 0) in storage_do_append_file()
1829 int64_t total_send_bytes; in storage_do_modify_file() local
1883 &total_send_bytes)) != 0) in storage_do_modify_file()
/dports/ftp/fastdfs/fastdfs-6.06/client/
H A Dfdfs_appender_test.c41 int64_t total_send_bytes; in uploadFileCallback() local
51 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dfdfs_appender_test1.c41 int64_t total_send_bytes; in uploadFileCallback() local
51 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dfdfs_test1.c41 int64_t total_send_bytes; in uploadFileCallback() local
50 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dfdfs_test.c41 int64_t total_send_bytes; in uploadFileCallback() local
51 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dstorage_client.c828 int64_t total_send_bytes; in storage_do_upload_file() local
961 &total_send_bytes)) != 0) in storage_do_upload_file()
1700 int64_t total_send_bytes; in storage_do_append_file() local
1752 &total_send_bytes)) != 0) in storage_do_append_file()
1829 int64_t total_send_bytes; in storage_do_modify_file() local
1883 &total_send_bytes)) != 0) in storage_do_modify_file()
/dports/ftp/php-fastdfs/fastdfs-6.06/storage/
H A Dstorage_sync.c104 int64_t total_send_bytes; in storage_sync_copy_file() local
192 total_send_bytes = 0; in storage_sync_copy_file()
245 g_fdfs_network_timeout, &total_send_bytes)) != 0)) in storage_sync_copy_file()
269 g_storage_stat.total_sync_out_bytes += total_send_bytes; in storage_sync_copy_file()
272 g_storage_stat.success_sync_out_bytes += total_send_bytes; in storage_sync_copy_file()
325 int64_t total_send_bytes; in storage_sync_modify_file() local
390 total_send_bytes = 0; in storage_sync_modify_file()
441 g_fdfs_network_timeout, &total_send_bytes)) != 0) in storage_sync_modify_file()
465 g_storage_stat.total_sync_out_bytes += total_send_bytes; in storage_sync_modify_file()
468 g_storage_stat.success_sync_out_bytes += total_send_bytes; in storage_sync_modify_file()
/dports/ftp/fastdfs/fastdfs-6.06/storage/
H A Dstorage_sync.c104 int64_t total_send_bytes; in storage_sync_copy_file() local
192 total_send_bytes = 0; in storage_sync_copy_file()
245 g_fdfs_network_timeout, &total_send_bytes)) != 0)) in storage_sync_copy_file()
269 g_storage_stat.total_sync_out_bytes += total_send_bytes; in storage_sync_copy_file()
272 g_storage_stat.success_sync_out_bytes += total_send_bytes; in storage_sync_copy_file()
325 int64_t total_send_bytes; in storage_sync_modify_file() local
390 total_send_bytes = 0; in storage_sync_modify_file()
441 g_fdfs_network_timeout, &total_send_bytes)) != 0) in storage_sync_modify_file()
465 g_storage_stat.total_sync_out_bytes += total_send_bytes; in storage_sync_modify_file()
468 g_storage_stat.success_sync_out_bytes += total_send_bytes; in storage_sync_modify_file()
/dports/ftp/php-fastdfs/fastdfs-6.06/client/test/
H A Dfdfs_test1.c41 int64_t total_send_bytes; in uploadFileCallback() local
50 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dfdfs_test.c41 int64_t total_send_bytes; in uploadFileCallback() local
51 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
/dports/ftp/fastdfs/fastdfs-6.06/client/test/
H A Dfdfs_test1.c41 int64_t total_send_bytes; in uploadFileCallback() local
50 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
H A Dfdfs_test.c41 int64_t total_send_bytes; in uploadFileCallback() local
51 g_fdfs_network_timeout, &total_send_bytes); in uploadFileCallback()
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D058-tcp-socket.t3422 local total_send_bytes = 0
3442 total_send_bytes = total_send_bytes + bytes
3479 ngx.say("total_send_bytes: ", total_send_bytes)
3491 total_send_bytes: 114
3505 local total_send_bytes = 0
3525 total_send_bytes = total_send_bytes + bytes
3560 ngx.say("total_send_bytes: ", total_send_bytes)
3572 total_send_bytes: 114
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_server.h325 sw_atomic_long_t total_send_bytes; member
528 sw_atomic_long_t total_send_bytes; member
H A Dswoole_socket.h217 size_t total_send_bytes; member
/dports/devel/pecl-swoole/swoole-4.8.5/src/server/
H A Dmaster.cc1165 sw_atomic_fetch_add(&gs->total_send_bytes, length);
1169 sw_atomic_fetch_add(&port->gs->total_send_bytes, length);
/dports/devel/pecl-swoole/swoole-4.8.5/src/network/
H A Dsocket.cc743 total_send_bytes += retval; in parse_result()