Home
last modified time | relevance | path

Searched refs:_stream (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A 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
244 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) \ argument
247 *((SecChar *)(void *)(_stream->cur)) = *(src); \
248 _stream->cur += sizeof(SecChar); \
251 _stream->count -= txtLen * (int)(sizeof(SecChar)); \
275 *((SecChar *)(void *)(_stream->cur)) = (SecChar)_ch; \
276 _stream->cur += sizeof(SecChar); \
[all …]
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A 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
H A Doutput_p.inl92 *((SecChar *)(void *)(_stream->cur)) = *(src); \
93 _stream->cur += sizeof(SecChar); \
96 _stream->count -= txtLen * (int)(sizeof(SecChar)); \
104 _stream->cur += sizeof(SecChar); \
111 _stream->count -= txtLen * (int)(sizeof(SecChar)); \
115 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { \ argument
116 *((SecChar *)(void *)(_stream->cur)) = (SecChar)_ch; \
117 _stream->cur += sizeof(SecChar); \
118 _stream->count -= (int)(sizeof(SecChar)); \
125 _stream->cur += sizeof(SecChar); \
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dssl_base.rs78 _stream: stream, in connect()
83 _stream: stream, in connect()
H A Dstream.rs239 pub(crate) _stream: SslStream<S>,
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-c-cpp-secure-coding-guide.md2205 - Argument for calling **otl\_stream()** and **otl\_column\_desc()** in OTL class library in C++ la…