Home | History | Annotate | Download | only in https

Lines Matching defs:cbc

184   struct CBC cbc;
190 if (NULL == (cbc.buf = malloc (sizeof (char) * len)))
195 cbc.size = len;
196 cbc.pos = 0;
207 curl_easy_setopt (c, CURLOPT_FILE, &cbc);
227 free (cbc.buf);
234 if (memcmp (cbc.buf, test_data, len) != 0)
237 free (cbc.buf);
241 free (cbc.buf);