Lines Matching refs:outbuf
82 char **outbuf);
86 char **outbuf)
96 *outbuf = convbuf;
308 int getpart(char **outbuf, size_t *outlen,
341 *outbuf = malloc(outalloc);
342 if(!*outbuf)
344 *(*outbuf) = '\0';
356 error = appenddata(outbuf, outlen, &outalloc, buffer, datalen,
392 error = decodedata(outbuf, outlen);
411 error = decodedata(outbuf, outlen);
503 error = appenddata(outbuf, outlen, &outalloc, buffer, datalen, base64);
516 free(*outbuf);
517 *outbuf = NULL;