| 195 | } |
| 196 | |
| 197 | static inline ssize_t connSyncReadLine(connection *conn, char *ptr, ssize_t size, long long timeout) { |
| 198 | return conn->type->sync_readline(conn, ptr, size, timeout); |
| 199 | } |
| 200 | |
| 201 | /* Return CONN_TYPE_* for the specified connection */ |
| 202 | static inline int connGetType(connection *conn) { |
no outgoing calls
no test coverage detected