Searched refs:_Ptr (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/oss/src/encryption/ |
A D | CryptoStreamBuf.cc | 87 readCnt = read_from_encrypted_buffer(_Ptr, _Count); in xsgetn() 90 _Ptr += readCnt; in xsgetn() 114 _Ptr += ret; in xsgetn() 119 readCnt = read_from_encrypted_buffer(_Ptr, _Count); in xsgetn() 122 _Ptr += readCnt; in xsgetn() 134 _Ptr += cnt; in read_from_encrypted_buffer() 183 _Ptr += writeCnt; in xsputn() 211 _Ptr += BLK_SIZE; in xsputn() 223 _Ptr += blkIdx; in xsputn() 239 _Ptr += min; in xsputn_with_skip() [all …]
|
A D | CryptoStreamBuf.h | 36 std::streamsize xsgetn(char * _Ptr, std::streamsize _Count); 37 std::streamsize xsputn(const char *_Ptr, std::streamsize _Count); 41 std::streamsize read_from_encrypted_buffer(char * _Ptr, std::streamsize _Count); 42 std::streamsize xsputn_with_skip(const char *_Ptr, std::streamsize _Count);
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | StreamBuf.h | 69 std::streamsize xsgetn(_Elem * _Ptr, std::streamsize _Count) in xsgetn() argument 71 return _Sbuf->sgetn(_Ptr, _Count); in xsgetn() 74 std::streamsize xsputn(const _Elem *_Ptr, std::streamsize _Count) in xsputn() argument 76 return _Sbuf->sputn(_Ptr, _Count); in xsputn()
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | bt_list.h | 165 #define LIST_ENTRY(_Ptr, _Type, _Field) ((_Type *)((char *)(_Ptr)-(unsigned long)(&((_Type *)0)->_F… argument
|
Completed in 5 milliseconds