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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dbase64.c197 char *base64data; local
208 base64data = output = malloc(insize*4/3+4);
268 *outptr = base64data; /* return pointer to new data, allocated memory */
273 *outlen = strlen(base64data); /* return the length of the new data */

Completed in 99 milliseconds