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

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp300 size_t cchInstr; /**< The size of the name. */ member in struct:__anon16567
344 size_t cchInstr; /**< The size of the name. */ member in struct:__anon16568
2053 if (!strncmp(pszValue, s_aLogFlags[i].pszInstr, s_aLogFlags[i].cchInstr))
2059 pszValue += s_aLogFlags[i].cchInstr;
2182 size_t cchInstr = s_aLogFlags[i].cchInstr;
2183 if (cchInstr + fNotFirst + 1 > cchBuf)
2193 memcpy(pszBuf, s_aLogFlags[i].pszInstr, cchInstr);
2194 pszBuf += cchInstr;
2195 cchBuf -= cchInstr;
[all...]

Completed in 46 milliseconds