Home | History | Annotate | Download | only in server

Lines Matching refs:outbuf

249 int getpart(char **outbuf, size_t *outlen,
280 *outbuf = malloc(outalloc);
281 if(!*outbuf)
283 *(*outbuf) = '\0';
295 error = appenddata(outbuf, outlen, &outalloc, buffer, base64);
329 error = decodedata(outbuf, outlen);
346 error = decodedata(outbuf, outlen);
430 error = appenddata(outbuf, outlen, &outalloc, buffer, base64);
443 free(*outbuf);
444 *outbuf = NULL;