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

/vbox/src/VBox/Runtime/common/string/
H A Dstraprintf.cpp41 /** strallocoutput() argument structure. */
58 /** Pointer to a strallocoutput() argument structure. */
65 static DECLCALLBACK(size_t) strallocoutput(void *pvArg, const char *pachChars, size_t cbChars);
76 static DECLCALLBACK(size_t) strallocoutput(void *pvArg, const char *pachChars, size_t cbChars) function
155 int cbRet = (int)RTStrFormatV(strallocoutput, &Arg, NULL, NULL, pszFormat, args);

Completed in 41 milliseconds