Searched defs:AsyncSocketIO (Results 1 – 2 of 2) sorted by relevance
65 struct AsyncSocketIO { struct67 AsyncSocketIO* next; argument69 AsyncSocket* as;94 * Since AsyncSocketIO instances are not that large, it makes sence to recycle argument
45 typedef struct AsyncSocketIO AsyncSocketIO; typedef