Searched refs:pszNL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCTcp.cpp144 const char *pszNL = (const char *)memchr(pvBuf, '\n', cbLeft); local
145 if (pszNL)
146 cb = (uintptr_t)pszNL - (uintptr_t)pvBuf;

Completed in 1064 milliseconds