Searched refs:_stream (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 117 #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 D | vsnprintf_s_p.c | 115 #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 D | output_p.inl | 92 *((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 D | ssl_base.rs | 78 _stream: stream, in connect() 83 _stream: stream, in connect()
|
H A D | stream.rs | 239 pub(crate) _stream: SslStream<S>,
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 2205 - Argument for calling **otl\_stream()** and **otl\_column\_desc()** in OTL class library in C++ la…
|