Lines Matching defs:done
64 static CURLcode mqtt_do(struct Curl_easy *data, bool *done);
67 static CURLcode mqtt_doing(struct Curl_easy *data, bool *done);
81 mqtt_done, /* done */
621 static CURLcode mqtt_read_publish(struct Curl_easy *data, bool *done)
654 *done = TRUE;
715 static CURLcode mqtt_do(struct Curl_easy *data, bool *done)
718 *done = FALSE; /* unconditionally */
740 static CURLcode mqtt_doing(struct Curl_easy *data, bool *done)
750 *done = FALSE;
770 *done = TRUE;
803 *done = TRUE;
815 *done = TRUE;
830 result = mqtt_read_publish(data, done);
835 *done = TRUE;