HomeSort by relevance Sort by last modified time
    Searched full:crbc (Results 1 - 1 of 1) sorted by null

  /external/libmicrohttpd/src/testcurl/
test_post.c 491 struct CRBC
502 struct CRBC *data = opaque;
543 struct CRBC crbc; local
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)
    [all...]

Completed in 67 milliseconds