Lines Matching defs:outptr
66 * pointer in *outptr to a newly allocated memory area holding decoded
72 * When decoded data length is 0, returns NULL in *outptr.
77 unsigned char **outptr, size_t *outlen)
89 *outptr = NULL;
179 *outptr = newstr;
190 char **outptr, size_t *outlen)
197 *outptr = NULL;
243 *outptr = base64data;
255 * return a pointer in *outptr to a newly allocated memory area holding
267 char **outptr, size_t *outlen)
269 return base64_encode(base64encdec, inputbuff, insize, outptr, outlen);
276 * return a pointer in *outptr to a newly allocated memory area holding
288 char **outptr, size_t *outlen)
290 return base64_encode(base64url, inputbuff, insize, outptr, outlen);