Lines Matching refs:void
93 void *outstream)
95 (void)buffer;
96 (void)size;
97 (void)nitems;
98 (void)outstream;
105 void *instream)
107 (void)buffer;
108 (void)size;
109 (void)nitems;
110 (void)instream;
155 void *conv_from_network_cb = NULL;
156 void *conv_to_network_cb = NULL;
157 void *conv_from_utf8_cb = NULL;
158 void *interleavecb = NULL;
172 struct curl_blob blob = { (void *)"silly", 5, 0};
174 (void)URL; /* not used */
266 print " (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, 0);\n";