Lines Matching defs:con

44     shout_connection_t *con = userdata;  in shout_cb_tls_callback()  local
55 shout_connection_t *con; in shout_connection_new() local
74 int shout_connection_ref(shout_connection_t *con) in shout_connection_ref()
84 int shout_connection_unref(shout_connection_t *con) in shout_connection_unref()
104 static struct timeval shout_connection_iter__wait_for_io__get_timeout(shout_connection_t *con, shou… in shout_connection_iter__wait_for_io__get_timeout()
128 static shout_connection_return_state_t shout_connection_iter__wait_for_io(shout_connection_t *con, … in shout_connection_iter__wait_for_io()
156 static shout_connection_return_state_t shout_connection_iter__socket(shout_connection_t *con, shout… in shout_connection_iter__socket()
215 ssize_t shout_connection__read(shout_connection_t *con, shout_t *shout, void *buf, size_t len) in shout_connection__read()
224 ssize_t shout_connection__write(shout_connection_t *con, shout_t *shout, const void *buf, size_t le… in shout_connection__write()
232 int shout_connection__recoverable(shout_connection_t *con, shout_t *shout) in shout_connection__recoverable()
241 static ssize_t try_write(shout_connection_t *con, shout_t *shout, const void *data_p, size_t len) in try_write()
265 …ection_return_state_t shout_connection_iter__message__send_queue(shout_connection_t *con, shout_t … in shout_connection_iter__message__send_queue()
300 static shout_connection_return_state_t shout_connection_iter__message__recv(shout_connection_t *con in shout_connection_iter__message__recv()
320 static shout_connection_return_state_t shout_connection_iter__message(shout_connection_t *con, shou… in shout_connection_iter__message()
418 static shout_connection_return_state_t shout_connection_iter__protocol(shout_connection_t *con, sho… in shout_connection_iter__protocol()
441 int shout_connection_iter(shout_connection_t *con, shout_t *shout) in shout_connection_iter()
484 int shout_connection_select_tlsmode(shout_connection_t *con, int tlsmode) in shout_connection_select_tlsmode()
519 int shout_connection_set_nonblocking(shout_connection_t *con, unsigned int nonblock… in shout_connection_set_nonblocking()
532 int shout_connection_set_wait_timeout(shout_connection_t *con, shout_t *shout, uint… in shout_connection_set_wait_timeout()
548 int shout_connection_get_wait_timeout_happened(shout_connection_t *con, shout_t *sh… in shout_connection_get_wait_timeout_happened()
556 int shout_connection_connect(shout_connection_t *con, shout_t *shout) in shout_connection_connect()
594 int shout_connection_disconnect(shout_connection_t *con) in shout_connection_disconnect()
614 ssize_t shout_connection_send(shout_connection_t *con, shout_t *shout, const void *buf,… in shout_connection_send()
638 ssize_t shout_connection_get_sendq(shout_connection_t *con, shout_t *shout) in shout_connection_get_sendq()
646 int shout_connection_starttls(shout_connection_t *con, shout_t *shout) in shout_connection_starttls()
669 int shout_connection_set_error(shout_connection_t *con, int error) in shout_connection_set_error()
678 int shout_connection_get_error(shout_connection_t *con) in shout_connection_get_error()
685 int shout_connection_transfer_error(shout_connection_t *con, shout_t *shout) in shout_connection_transfer_error()
694 int shout_connection_control(shout_connection_t *con, shout_control_t control, ...) in shout_connection_control()
745 int shout_connection_set_callback(shout_connection_t *con, shout_connection_callbac… in shout_connection_set_callback()