Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZLMediaKit/ZLToolKit
/ functions
Functions
1,233 in github.com/ZLMediaKit/ZLToolKit
⨍
Functions
1,233
◇
Types & classes
300
Method
Ticker
* 此对象可以用于代码执行时间统计,以可以用于一般计时 * @param min_ms 开启码执行时间统计时,如果代码执行耗时超过该参数,则打印警告日志 * @param ctx 日志上下文捕获,用于捕获当前日志代码所在位置 * @param print_log 是否打
src/Util/TimeTicker.h:33
Method
TimeRecord
src/Thread/TaskExecutor.h:71
Method
Timer
src/Poller/Timer.cpp:15
Method
UdpClient
src/Network/UdpClient.cpp:19
Method
UdpClientWithKcp
src/Network/UdpClient.h:109
Method
UdpServer
src/Network/UdpServer.cpp:46
Method
WorkThreadPool
src/Thread/WorkThreadPool.cpp:28
Method
_RingReader
src/Util/RingBuffer.h:65
Method
_RingReaderDispatcher
src/Util/RingBuffer.h:270
Method
_RingStorage
src/Util/RingBuffer.h:132
Method
_StrPrinter
src/Util/util.h:60
Method
absolutePath
src/Util/File.cpp:248
Method
addEventPipe
src/Poller/EventPoller.cpp:66
Method
addListener
src/Util/NoticeCenter.h:69
Method
addPoller
src/Thread/TaskExecutor.cpp:230
Method
alive
src/Network/TcpClient.cpp:37
Method
alive
src/Network/UdpClient.cpp:107
Method
alive
src/Network/Socket.cpp:960
Method
allocBuffer
src/Network/BufferSock.cpp:599
Method
appendLog
src/Util/logger.h:507
Method
as
src/Util/mini.h:219
Method
as_default
src/Util/mini.h:230
Method
async
src/Poller/EventPoller.cpp:270
Method
async2
src/Thread/ThreadPool.h:81
Method
asyncQuery_l
* 异步执行sql * @param sql sql语句 * @param tryCnt 重试次数 * Asynchronously executes SQL * @param sql SQL statement * @param tryCnt Nu
src/Util/SqlPool.h:152
Method
async_first
src/Thread/ThreadPool.h:68
Method
async_first
src/Thread/TaskExecutor.cpp:89
Method
async_first
src/Network/Socket.cpp:1183
Method
async_first
src/Poller/EventPoller.cpp:274
Method
async_l
src/Poller/EventPoller.cpp:278
Method
attach
src/Util/RingBuffer.h:307
Method
bindUdpSock
src/Network/sockutil.cpp:812
Method
changeFile
src/Util/logger.cpp:606
Method
check
src/Util/SqlConnection.h:268
Method
checkInited
* 检查数据库连接池是否初始化 * Checks if the database connection pool is initialized * [AUTO-TRANSLATED:176fceed] */
src/Util/SqlPool.h:196
Method
checkSize
src/Util/logger.cpp:596
Method
checkUpdate
src/Util/util.h:585
Method
clean
src/Util/logger.cpp:566
Method
clear
src/Util/CMD.h:225
Method
clearAll
src/Util/NoticeCenter.h:138
Method
clearCache
src/Util/RingBuffer.h:208
Method
clearCache
src/Util/RingBuffer.h:333
Method
clearFD
src/Poller/PipeWrap.cpp:63
Method
commit
tests/test_shell.cpp:32
Method
commit
tests/test_shell.cpp:145
Method
computeSpeed
src/Util/SpeedStatistic.h:60
Method
connect
src/Network/sockutil.cpp:466
Method
connect
tests/test_shell.cpp:26
Method
create
src/Network/Buffer.cpp:21
Method
create
src/Network/BufferSock.cpp:464
Method
create
src/Util/util.h:145
Method
create2
src/Util/util.h:171
Method
createSession
src/Network/UdpServer.cpp:255
Method
createSession
src/Network/TcpServer.cpp:301
Method
createSocket
src/Network/UdpServer.cpp:399
Method
createSocket
src/Network/Socket.cpp:52
Method
createSocket
src/Network/TcpServer.cpp:283
Method
create_file
src/Util/File.cpp:106
Method
create_path
src/Util/File.cpp:129
Method
createdTime
* 获取从创建至今的时间,单位毫秒 * Get the time from creation to now, in milliseconds * [AUTO-TRANSLATED:83a189e2] */
src/Util/TimeTicker.h:68
Method
cryptWithRsaPrivateKey
src/Util/SSLUtil.cpp:356
Method
cryptWithRsaPublicKey
src/Util/SSLUtil.cpp:325
Method
data
src/Network/Buffer.h:70
Method
data
src/Network/Buffer.h:281
Method
decode
decodes input (unsigned char) into output (uint4). Assumes len is a multiple of 4.
src/Util/MD5.cpp:141
Function
decodeBase64
src/Util/base64.cpp:125
Method
decreaseCwnd
update ssthresh
src/Network/Kcp.cpp:783
Method
defaultValue
src/Thread/TaskExecutor.h:135
Method
defaultVhost
src/Util/SSLBox.cpp:316
Method
del
src/Util/logger.cpp:100
Method
delDispatcher
src/Util/NoticeCenter.h:171
Method
delListener
src/Util/NoticeCenter.h:77
Method
delOption
src/Util/CMD.h:148
Method
deleteEmptyDir
src/Util/File.cpp:372
Method
delete_file
src/Util/File.cpp:201
Method
description
src/Util/CMD.h:335
Method
description
src/Util/CMD.h:351
Method
description
src/Util/CMD.h:368
Method
description
tests/test_pingpong.cpp:84
Method
description
tests/test_shell.cpp:132
Method
disconnect
tests/test_shell.cpp:29
Method
disconnect
tests/test_shell.cpp:141
Method
dissolveUdpSock
src/Network/sockutil.cpp:836
Method
doQuery
src/Util/SqlConnection.h:274
Method
dropCacheByAck
src/Network/Kcp.cpp:512
Method
dropCacheByUna
src/Network/Kcp.cpp:495
Method
dumpFile
src/Util/mini.h:99
Method
dump_l
src/Util/mini.h:140
Method
elapsedTime
* 返回平滑的时间戳,防止由于网络抖动导致时间戳不平滑 * Return a smooth timestamp, to prevent the timestamp from being unsmooth due to network jitter * [AUTO-TR
src/Util/TimeTicker.h:112
Method
elapsedTimeAfterFlushed
src/Network/Socket.cpp:522
Method
emit
src/Util/NoticeCenter.h:193
Method
emitEvent
src/Util/NoticeCenter.h:45
Method
emitEvent_l
src/Util/NoticeCenter.h:145
Method
empty
src/Network/Buffer.h:450
Method
enableCpuAffinity
src/Thread/WorkThreadPool.cpp:38
Method
enableCpuAffinity
src/Poller/EventPoller.cpp:641
Method
enableRecv
src/Network/Socket.cpp:940
Method
encode
encodes input (uint4) into output (unsigned char). Assumes len is a multiple of 4.
src/Util/MD5.cpp:152
Method
encode
src/Util/SHA1.cpp:327
Function
encodeBase64
src/Util/base64.cpp:110
← previous
next →
601–700 of 1,233, ranked by callers