Searched refs:tempptrout (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dsampleconv.c44 char *tempptrin, *tempptrout; local
47 tempptrin = tempptrout = buffer;
48 rc = platform_a2e(&tempptrin, &bytes, &tempptrout, &bytes);
58 char *tempptrin, *tempptrout; local
61 tempptrin = tempptrout = buffer;
62 rc = platform_e2a(&tempptrin, &bytes, &tempptrout, &bytes);
72 char *tempptrin, *tempptrout; local
75 tempptrin = tempptrout = buffer;
76 rc = platform_u2e(&tempptrin, &bytes, &tempptrout, &bytes);

Completed in 82 milliseconds