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