Searched refs:async_socket_is_connected (Results 1 – 2 of 2) sorted by relevance
273 extern int async_socket_is_connected(const AsyncSocket* as);
1218 if (async_socket_is_connected(as)) { in async_socket_read_abs()1261 if (async_socket_is_connected(as)) { in async_socket_write_abs()1311 async_socket_is_connected(const AsyncSocket* as) in async_socket_is_connected() function