Lines Matching defs:output
94 * output shall not be considered valid unless CURLE_OK is returned.
181 char *output;
198 base64data = output = malloc(insize * 4 / 3 + 4);
199 if(!output)
209 free(output);
237 snprintf(output, 5, "%c%c==",
243 snprintf(output, 5, "%c%c%c=",
250 snprintf(output, 5, "%c%c%c%c",
257 output += 4;
261 *output = '\0';
285 * output shall not be considered valid unless CURLE_OK is returned.
309 * output shall not be considered valid unless CURLE_OK is returned.