Searched refs:ConnectionHandle (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/http/ |
| D | http_ConnectionIpc.h | 107 …nection( const char8 url[], size_t urlLen, RequestMethod reqMethod, ConnectionHandle* handleCourie… 108 nn::Result DestroyConnection( ConnectionHandle handle ); 109 nn::Result CancelConnection( ConnectionHandle handle ); 110 nn::Result GetConnectionStatus( ConnectionHandle handle, Status* statusCourier ); 111 …nn::Result GetConnectionProgress( ConnectionHandle handle, size_t* receivedSizeCourier, size_t* co… 112 nn::Result GetConnectionError( ConnectionHandle handle, ResultCode* resultCodeCourier ); 113 nn::Result InitializeConnectionSession( ConnectionHandle handle ); 114 nn::Result StartConnection( ConnectionHandle handle ); 115 nn::Result StartConnectionAsync( ConnectionHandle handle ); 116 nn::Result ReadBody( ConnectionHandle handle, u8 bodyCourier[], size_t bodyCourierLen ); [all …]
|
| D | http_Types.h | 73 typedef s32 ConnectionHandle; typedef
|
| D | http_Connection.h | 895 ConnectionHandle m_ConnectHandle;
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/ssl/ |
| D | ssl_ConnectionIpc.h | 85 …t, u32 verifyOpt, const char8 pServerPath[], size_t serverPathSize, ConnectionHandle* handleCourie… 101 nn::Result InitializeConnectionSession( ConnectionHandle handle ); 102 nn::Result DoHandshake( ConnectionHandle handle ); 103 …nn::Result DoHandshakeWithGetServerCertInfo( ConnectionHandle handle, size_t* pServerCertSizeCouri… 104 …nn::Result Read( ConnectionHandle handle, u8 pDataBuf[], size_t dataBufSize, size_t* pReadSizeCour… 105 …nn::Result Peek( ConnectionHandle handle, u8 pDataBuf[], size_t dataBufSize, size_t* pReadSizeCour… 106 …nn::Result Write( ConnectionHandle handle, const u8 pDataBuf[], size_t dataBufSize, size_t* pWritt… 107 nn::Result SetServerCertStore( ConnectionHandle handle, CertStoreId certStoreId ); 108 nn::Result SetClientCert( ConnectionHandle handle, CertId certId ); 109 nn::Result SetCrlStore( ConnectionHandle handle, CrlStoreId certStoreId ); [all …]
|
| D | ssl_Types.h | 58 typedef NSSLId ConnectionHandle; typedef
|
| D | ssl_Connection.h | 346 ConnectionHandle GetConnectionHandle(){return m_connectHandle;} in GetConnectionHandle() 364 ConnectionHandle m_connectHandle;
|