Searched refs:NHTTPConnectionHandle (Results 1 – 1 of 1) sorted by relevance
182 typedef s32 NHTTPConnectionHandle; /* Please see man pages for details */ typedef187 typedef s32 (*NHTTPConnectionCallback)(NHTTPConnectionHandle handle, NHTTPConnectionEvent event, vo…255 NHTTPConnectionHandle NHTTP_CreateConnection(const char *url, NHTTPReqMethod method, char *bodyBuf,…256 s32 NHTTP_DestroyConnection(NHTTPConnectionHandle handle);257 s32 NHTTP_StartConnection(NHTTPConnectionHandle handle);258 s32 NHTTP_StartConnectionAsync(NHTTPConnectionHandle handle);259 s32 NHTTP_CancelConnection(NHTTPConnectionHandle handle);260 s32 NHTTP_WaitForConnection(NHTTPConnectionHandle handle);261 s32 NHTTP_GetConnectionStatus(NHTTPConnectionHandle handle);262 s32 NHTTP_GetConnectionProgress(NHTTPConnectionHandle handle, u32 *received, u32 *contentLen);[all …]