Searched refs:send_pending (Results 1 – 1 of 1) sorted by relevance
143 AsyncSendBuffer* send_pending; member1083 AsyncSendBuffer** place = &adsevent->send_pending; in _android_event_socket_send()1098 while (adsevent->send_pending != NULL) { in _android_event_socket_cancel_send()1099 AsyncSendBuffer* const to_cancel = adsevent->send_pending; in _android_event_socket_cancel_send()1100 adsevent->send_pending = to_cancel->next; in _android_event_socket_cancel_send()1157 while (adsevent->send_pending != NULL) { in _on_event_socket_io()1158 AsyncSendBuffer* to_send = adsevent->send_pending; in _on_event_socket_io()1184 adsevent->send_pending = to_send->next; in _on_event_socket_io()