Lines Matching defs:done
52 static CURLcode rtsp_do(struct Curl_easy *data, bool *done);
54 static CURLcode rtsp_connect(struct Curl_easy *data, bool *done);
74 bool *done);
107 rtsp_done, /* done */
163 static CURLcode rtsp_connect(struct Curl_easy *data, bool *done)
167 httpStatus = Curl_http_connect(data, done);
169 /* Initialize the CSeq if not already done */
221 static CURLcode rtsp_do(struct Curl_easy *data, bool *done)
243 *done = TRUE;
783 bool *done)
791 *done = FALSE;
815 result = Curl_http_write_resp_hds(data, buf, blen, &consumed, done);
826 /* If header parsing is done, extract interleaved RTP messages */
841 *done = FALSE;
845 DEBUGF(infof(data, "rtsp_rtp_write_resp(len=%zu, in_header=%d, done=%d "
847 blen, rtspc->in_header, *done, rtspc->state, data->req.size));