Home
last modified time | relevance | path

Searched refs:WRITE_MSG_LEN (Results 1 – 2 of 2) sorted by relevance

/third_party/quickjs/
Ddebugger.h42 #define WRITE_MSG_LEN 10 macro
Ddebugger.c132 char msglen[WRITE_MSG_LEN] = {0}; in DBG_SendMsg()
138 int writeMsgLenRet = DBG_SocketWrite(debuggerInfo->client, msglen, WRITE_MSG_LEN - 1); in DBG_SendMsg()