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;
3007 * @inlen: the length of @in
3014 * The value of @inlen after return is the number of octets consumed
3020 const unsigned char* in, int *inlen,
3027 if ((out == NULL) || (outlen == NULL) || (inlen == NULL) ||
3035 *inlen = 0;
3038 inend = in + (*inlen);
3046 *inlen = processed - instart;
3053 *inlen = processed - instart;
3060 *inlen = processed - instart;
3069 *inlen = processed - instart;
3079 *inlen = processed - instart;
3086 *inlen = processed - instart;
3093 *inlen = processed - instart;
3104 *inlen = processed - instart;
3111 *inlen = processed - instart;
3117 *inlen = processed - instart;
3126 * @inlen: the length of @in
3131 * The value of @inlen after return is the number of octets consumed
3136 const unsigned char* in, int *inlen,
3145 if ((out == NULL) || (outlen == NULL) || (inlen == NULL) ||
3149 inend = in + *inlen;
3158 *inlen = in - instart;
3183 *inlen = in - instart;
3924 const unsigned char* in, int *inlen) {
3925 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_2);
3928 const unsigned char* in, int *inlen) {
3929 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_2);
3933 const unsigned char* in, int *inlen) {
3934 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_3);
3937 const unsigned char* in, int *inlen) {
3938 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_3);
3942 const unsigned char* in, int *inlen) {
3943 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_4);
3946 const unsigned char* in, int *inlen) {
3947 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_4);
3951 const unsigned char* in, int *inlen) {
3952 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_5);
3955 const unsigned char* in, int *inlen) {
3956 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_5);
3960 const unsigned char* in, int *inlen) {
3961 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_6);
3964 const unsigned char* in, int *inlen) {
3965 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_6);
3969 const unsigned char* in, int *inlen) {
3970 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_7);
3973 const unsigned char* in, int *inlen) {
3974 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_7);
3978 const unsigned char* in, int *inlen) {
3979 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_8);
3982 const unsigned char* in, int *inlen) {
3983 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_8);
3987 const unsigned char* in, int *inlen) {
3988 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_9);
3991 const unsigned char* in, int *inlen) {
3992 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_9);
3996 const unsigned char* in, int *inlen) {
3997 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_10);
4000 const unsigned char* in, int *inlen) {
4001 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_10);
4005 const unsigned char* in, int *inlen) {
4006 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_11);
4009 const unsigned char* in, int *inlen) {
4010 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_11);
4014 const unsigned char* in, int *inlen) {
4015 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_13);
4018 const unsigned char* in, int *inlen) {
4019 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_13);
4023 const unsigned char* in, int *inlen) {
4024 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_14);
4027 const unsigned char* in, int *inlen) {
4028 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_14);
4032 const unsigned char* in, int *inlen) {
4033 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_15);
4036 const unsigned char* in, int *inlen) {
4037 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_15);
4041 const unsigned char* in, int *inlen) {
4042 return ISO8859xToUTF8 (out, outlen, in, inlen, xmlunicodetable_ISO8859_16);
4045 const unsigned char* in, int *inlen) {
4046 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_16);