Home | History | Annotate | Download | only in libxml2

Lines Matching full:tolen

5568  * @tolen:  the size of the output (in), the size written to (out)
5578 unsigned char *to, unsigned long *tolen)
5604 if ((in == NULL) || (inlen == NULL) || (to == NULL) || (tolen == NULL))
5611 outmax = *tolen;
5682 *tolen = outcur;