Home
last modified time | relevance | path

Searched defs:_stream (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/featured/
Dhiview_log.c117 #define SECUREC_PUTC(_c, _stream) ((--(_stream)->count >= 0) ? (*(_stream)->cur++ = (char)(_c)) : E… argument
121 #define SECUREC_PUTC_ZERO(_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)('\0'))… argument
135 #define SECUREC_PUTC(_c, _stream) ((--(_stream)->count >= 0) ? (*(_stream)->cur++ = (char)(_c)) : E… argument
138 #define SECUREC_PUTC_ZERO(_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)('\0'))… argument
247 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) \ argument
259 #define SECUREC_SAFE_WRITE_STR(src, txtLen, _stream, outChars) \ argument
277 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { … argument
285 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) \ argument
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Doutput_p.inl92 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) do { \ argument
102 #define SECUREC_SAFE_WRITE_STR(src, txtLen, _stream, outChars) do { \ argument
117 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { \ argument
124 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) do { \ argument
Dvsnprintf_s_p.c115 #define SECUREC_PUTC(_c, _stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)(_c))… argument
117 #define SECUREC_PUTC_ZERO(_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)('\0… argument