Lines Matching refs:conn_data
55 URLContext *conn_data; /**< Data connection, NULL when not connected */
234 ffurl_closep(&s->conn_data);
619 if (!s->conn_data) {
631 err = ffurl_open_whitelist(&s->conn_data, buf, h->flags,
835 if (s->conn_data && s->state == DOWNLOADING) {
836 read = ffurl_read(s->conn_data, buf, size);
889 if (s->conn_data && s->state == UPLOADING) {
890 written = ffurl_write(s->conn_data, buf, size);
924 if (s->conn_data)
925 return ffurl_get_file_handle(s->conn_data);
936 if (s->conn_data)
937 return ffurl_shutdown(s->conn_data, flags);
961 if (s->conn_data && s->state == LISTING_DIR)
965 ffurl_closep(&s->conn_data);
1054 ret = ffurl_read(s->conn_data, s->dir_buffer + s->dir_buffer_size, DIR_BUFFER_SIZE - (s->dir_buffer_size + 1));
1090 ffurl_closep(&s->conn_data);