MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / DoraXrtHttpStreamEvents

Function DoraXrtHttpStreamEvents

Source/Http/XrtHttpClient.c:755–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755static const xnetstreamevents* DoraXrtHttpStreamEvents(void) {
756 static const xnetstreamevents events = {
757 DoraXrtHttpStreamOnOpen,
758 DoraXrtHttpStreamOnRecv,
759 NULL,
760 DoraXrtHttpStreamOnClose,
761 DoraXrtHttpStreamOnError,
762 NULL,
763 NULL
764 };
765 return &events;
766}
767
768static xnet_result DoraXrtHttpExecuteStreamOnce(
769 const char* method,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected