Searched defs:write_result (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/jansson/doc/html/_downloads/
H A Dgithub_commits.c30 struct write_result struct
38 struct write_result *result = (struct write_result *)stream;
69 struct write_result write_result = { local
81 curl_easy_setopt(curl, CURLOPT_WRITEDATA, &write_result);
103 data[write_result.pos] = '\0';

Completed in 1762 milliseconds