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