Lines Matching full:crbc
491 struct CRBC502 struct CRBC *data = opaque;543 struct CRBC crbc;559 crbc.buffer = "Test content";560 crbc.size = strlen(crbc.buffer);561 crbc.pos = 0;568 curl_easy_setopt (c, CURLOPT_READDATA, &crbc);570 curl_easy_setopt (c, CURLOPT_POSTFIELDSIZE, crbc.size);