Home | History | Annotate | Download | only in libxml2

Lines Matching defs:inlen

163  * @inlen:  the length of @in
168 * The value of @inlen after return is the number of octets consumed
174 const unsigned char* in, int *inlen) {
182 inend = in + (*inlen);
192 *inlen = processed - base;
199 *inlen = processed - base;
209 * @inlen: the length of @in
215 * The value of @inlen after return is the number of octets consumed
221 const unsigned char* in, int *inlen) {
230 if ((out == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1);
236 *inlen = 0;
239 inend = in + (*inlen);
247 *inlen = processed - instart;
255 *inlen = processed - instart;
278 *inlen = processed - instart;
284 *inlen = processed - instart;
294 * @inlen: the length of @in
299 * The value of @inlen after return is the number of octets consumed
305 const unsigned char* in, int *inlen) {
312 if ((out == NULL) || (in == NULL) || (outlen == NULL) || (inlen == NULL))
316 inend = in + (*inlen);
334 *inlen = in - base;
348 * The value of *inlen after return is the number of octets consumed
381 * @inlen: the length of @in
388 * The value of @inlen after return is the number of octets consumed
394 const unsigned char* in, int *inlen) {
403 if ((out == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1);
409 *inlen = 0;
412 inend = in + (*inlen);
420 *inlen = processed - instart;
428 *inlen = processed - instart;
441 *inlen = processed - instart;
456 *inlen = processed - instart;
462 *inlen = processed - instart;
481 * The value of *inlen after return is the number of octets consumed
493 unsigned int c, d, inlen;
499 inlen = *inlenb / 2;
500 inend = in + inlen;
561 * @inlen: the length of @in
571 const unsigned char* in, int *inlen)
585 if ((out == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1);
588 *inlen = 0;
591 inend= in + *inlen;
599 *inlen = processed - instart;
607 *inlen = processed - instart;
661 *inlen = processed - instart;
670 * @inlen: the length of @in
680 const unsigned char* in, int *inlen)
690 *inlen = 0;
698 *inlen = 0;
701 return (UTF8ToUTF16LE(outb, outlen, in, inlen));
719 * The value of *inlen after return is the number of octets consumed
731 unsigned int c, d, inlen;
737 inlen = *inlenb / 2;
738 inend= in + inlen;
803 * @inlen: the length of @in
813 const unsigned char* in, int *inlen)
827 if ((outb == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1);
830 *inlen = 0;
833 inend= in + *inlen;
841 *inlen = processed - instart;
849 *inlen = processed - instart;
900 *inlen = processed - instart;
1779 * @inlen: the length of @in
1787 * The value of @inlen after return is the number of octets consumed
1793 const unsigned char *in, int *inlen) {
1799 if ((out == NULL) || (outlen == NULL) || (inlen == NULL) || (in == NULL)) {
1803 icv_inlen = *inlen;
1806 *inlen -= icv_inlen;
1846 * @inlen: the length of @in
1854 * The value of @inlen after return is the number of octets consumed
1860 const unsigned char *in, int *inlen) {
1865 if ((out == NULL) || (outlen == NULL) || (inlen == NULL) || (in == NULL)) {
1880 &ucv_in, ucv_in + *inlen, NULL, NULL, NULL, NULL,
1885 &ucv_in, ucv_in + *inlen, NULL, NULL, NULL, NULL,
1888 *inlen = ucv_in - (const char*) in;
3021 * @inlen: the length of @in
3028 * The value of @inlen after return is the number of octets consumed
3034 const unsigned char* in, int *inlen,
3041 if ((out == NULL) || (outlen == NULL) || (inlen == NULL) ||
3049 *inlen = 0;
3052 inend = in + (*inlen);
3060 *inlen = processed - instart;
3067 *inlen = processed - instart;
3074 *inlen = processed - instart;
3083 *inlen = processed - instart;
3093 *inlen = processed - instart;
3100 *inlen = processed - instart;
3107 *inlen = processed - instart;
3118 *inlen = processed - instart;
3125 *inlen = processed - instart;
3131 *inlen = processed - instart;
3140 * @inlen: the length of @in
3145 * The value of @inlen after return is the number of octets consumed
3150 const unsigned char* in, int *inlen,
3159 if ((out == NULL) || (outlen == NULL) || (inlen == NULL) ||
3163 inend = in + *inlen;
3172 *inlen = in - instart;
3197 *inlen = in - instart;
3938 const unsigned char* in, int *inlen) {
3939 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_2);
3942 const unsigned char* in, int *inlen) {
3943 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_2);
3947 const unsigned char* in, int *inlen) {
3948 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_3);
3951 const unsigned char* in, int *inlen) {
3952 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_3);
3956 const unsigned char* in, int *inlen) {
3957 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_4);
3960 const unsigned char* in, int *inlen) {
3961 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_4);
3965 const unsigned char* in, int *inlen) {
3966 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_5);
3969 const unsigned char* in, int *inlen) {
3970 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_5);
3974 const unsigned char* in, int *inlen) {
3975 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_6);
3978 const unsigned char* in, int *inlen) {
3979 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_6);
3983 const unsigned char* in, int *inlen) {
3984 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_7);
3987 const unsigned char* in, int *inlen) {
3988 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_7);
3992 const unsigned char* in, int *inlen) {
3993 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_8);
3996 const unsigned char* in, int *inlen) {
3997 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_8);
4001 const unsigned char* in, int *inlen) {
4002 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_9);
4005 const unsigned char* in, int *inlen) {
4006 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_9);
4010 const unsigned char* in, int *inlen) {
4011 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_10);
4014 const unsigned char* in, int *inlen) {
4015 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_10);
4019 const unsigned char* in, int *inlen) {
4020 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_11);
4023 const unsigned char* in, int *inlen) {
4024 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_11);
4028 const unsigned char* in, int *inlen) {
4029 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_13);
4032 const unsigned char* in, int *inlen) {
4033 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_13);
4037 const unsigned char* in, int *inlen) {
4038 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_14);
4041 const unsigned char* in, int *inlen) {
4042 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_14);
4046 const unsigned char* in, int *inlen) {
4047 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_15);
4050 const unsigned char* in, int *inlen) {
4051 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_15);
4055 const unsigned char* in, int *inlen) {
4056 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_16);
4059 const unsigned char* in, int *inlen) {
4060 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_16);