Searched refs:outChars (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 244 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) \ argument 252 *(outChars) = *(outChars) + (txtLen); \ 256 #define SECUREC_SAFE_WRITE_STR(src, txtLen, _stream, outChars) \ argument 270 *(outChars) = *(outChars) + (txtLen); \ 274 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { … argument 278 *(outChars) = *(outChars) + 1; \ 282 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) \ argument 289 *(outChars) = *(outChars) + (padLen); \
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
H A D | output_p.inl | 90 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) do { \ argument 97 *(outChars) = *(outChars) + (txtLen); \ 100 #define SECUREC_SAFE_WRITE_STR(src, txtLen, _stream, outChars) do { \ argument 112 *(outChars) = *(outChars) + (txtLen); \ 115 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { \ argument 119 *(outChars) = *(outChars) + 1; \ 122 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) do { \ argument 128 *(outChars) = *(outChars) + (padLen); \
|