Searched refs:NHTTPConnectionHandle (Results 1 – 1 of 1) sorted by relevance
181 typedef s32 NHTTPConnectionHandle; /**< 接続ハンドルID */ typedef186 typedef s32 (*NHTTPConnectionCallback)(NHTTPConnectionHandle handle, NHTTPConnectionEvent event, vo…254 NHTTPConnectionHandle NHTTP_CreateConnection(const char *url, NHTTPReqMethod method, char *bodyBuf,…255 s32 NHTTP_DestroyConnection(NHTTPConnectionHandle handle);256 s32 NHTTP_StartConnection(NHTTPConnectionHandle handle);257 s32 NHTTP_StartConnectionAsync(NHTTPConnectionHandle handle);258 s32 NHTTP_CancelConnection(NHTTPConnectionHandle handle);259 s32 NHTTP_WaitForConnection(NHTTPConnectionHandle handle);260 s32 NHTTP_GetConnectionStatus(NHTTPConnectionHandle handle);261 s32 NHTTP_GetConnectionProgress(NHTTPConnectionHandle handle, u32 *received, u32 *contentLen);[all …]