Home | History | Annotate | Download | only in server

Lines Matching defs:data

17 	void *data;
18 void (*cb)(void *data);
46 /* Queries how many frames of data are queued.
103 * data - The data which will be passed to callback function.
106 void (*cb)(void *data),
107 void *data);
112 * data - The data used as key to unregister callback.
115 void *data);