Home | History | Annotate | Download | only in testcurl

Lines Matching refs:CBC

54 struct CBC
97 struct CBC cbc;
101 cbc.buf = buf;
102 cbc.size = 2048;
103 cbc.pos = 0;
126 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
167 struct CBC cbc;
172 cbc.buf = buf;
173 cbc.size = 2048;
174 cbc.pos = 0;
201 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);