Searched refs:WARN_UNUSED_RESULT (Results 1 – 8 of 8) sorted by relevance
27 CURLcode Curl_setstropt(char **charp, const char *s) WARN_UNUSED_RESULT;29 const struct curl_blob *blob) WARN_UNUSED_RESULT;31 WARN_UNUSED_RESULT;
60 WARN_UNUSED_RESULT;62 WARN_UNUSED_RESULT;64 WARN_UNUSED_RESULT CURL_PRINTF(2, 3);66 WARN_UNUSED_RESULT CURL_PRINTF(2, 0);
782 # define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro786 # define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro788 # define WARN_UNUSED_RESULT macro792 # define WARN_UNUSED_RESULT macro
35 CURLMcode Curl_update_timer(struct Curl_multi *multi) WARN_UNUSED_RESULT;
59 size_t len) WARN_UNUSED_RESULT;326 size_t *nread, bool *eos) WARN_UNUSED_RESULT;
88 struct connectdata *conn) WARN_UNUSED_RESULT;
179 WARN_UNUSED_RESULT;
321 WARN_UNUSED_RESULT;
Completed in 22 milliseconds