Home
last modified time | relevance | path

Searched defs:totalLen (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/toolchain/websocket/
Dnetwork.cpp33 bool Recv(int32_t client, char* buf, size_t totalLen, int32_t flags) in Recv()
50 bool Recv(int32_t client, uint8_t* buf, size_t totalLen, int32_t flags) in Recv()
60 bool Send(int32_t client, const char* buf, size_t totalLen, int32_t flags) in Send()