Searched defs:DECODE_STR_MAX (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1432 #define DECODE_STR_MAX _1M macro
1438 if (cbOut > DECODE_STR_MAX)
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp8568 #define DECODE_STR_MAX _1M macro
8571 if (cbOut > DECODE_STR_MAX)
8575 DECODE_STR_MAX);

Completed in 146 milliseconds