Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
cr_stream Struct Reference

#include <stream.h>

Data Fields

void * cookie
 
int(* read )(void *cookie, void *buf, size_t *size)
 
void(* close )(void *cookie)
 
struct cri_stream_datacri_data
 

Detailed Description

Definition at line 42 of file new/stream.h.

Field Documentation

◆ close

void(* cr_stream::close) (void *cookie)

Definition at line 45 of file new/stream.h.

◆ cookie

void* cr_stream::cookie

Definition at line 43 of file new/stream.h.

◆ cri_data

struct cri_stream_data* cr_stream::cri_data

Definition at line 69 of file new/stream.h.

◆ read

int(* cr_stream::read) (void *cookie, void *buf, size_t *size)

Definition at line 44 of file new/stream.h.


The documentation for this struct was generated from the following file: