Searched refs:SG_LEN (Results 1 – 4 of 4) sorted by relevance
55 if (SG_LEN(sgp) == 0) { in krb5int_net_writev()70 if ((unsigned)cc < SG_LEN(sgp)) { in krb5int_net_writev()74 cc -= SG_LEN(sgp); in krb5int_net_writev()
965 ret = send(state->fd, SG_BUF(sg), SG_LEN(sg), 0); in start_connection()966 if (ret < 0 || (size_t) ret != SG_LEN(sg)) { in start_connection()1024 ret = send(conn->fd, SG_BUF(sg), SG_LEN(sg), 0); in maybe_send()1025 if (ret < 0 || (size_t) ret != SG_LEN(sg)) { in maybe_send()1133 if ((size_t)nwritten < SG_LEN(sgp)) { in service_tcp_write()1137 nwritten -= SG_LEN(sgp); in service_tcp_write()1274 SG_LEN(conn->out.sgbuf)); in service_https_write()
20 #define SG_LEN(SG) ((SG)->len + 0) macro213 #define SG_LEN(SG) ((SG)->iov_len + 0) macro
1472 if ((size_t)nwrote < SG_LEN(sgp)) { in process_stream_connection_write()1476 nwrote -= SG_LEN(sgp); in process_stream_connection_write()