Searched refs:sync_socket (Results 1 – 2 of 2) sorted by relevance
43 SyncSocket* sync_socket; in syncsocket_init() local44 ANEW0(sync_socket); in syncsocket_init()47 sync_socket->iolooper = iolooper_new(); in syncsocket_init()48 sync_socket->fd = fd; in syncsocket_init()50 return sync_socket; in syncsocket_init()58 SyncSocket* sync_socket = NULL; in syncsocket_connect() local89 sync_socket = malloc(sizeof(SyncSocket)); in syncsocket_connect()90 if (sync_socket == NULL) { in syncsocket_connect()95 sync_socket->iolooper = looper; in syncsocket_connect()96 sync_socket->fd = fd; in syncsocket_connect()[all …]
560 'sync_socket.h',