Lines Matching full:inlen
1935 * @inlen: the length of @in
1941 * The value of @inlen after return is the number of octets consumed
1947 const unsigned char* in, int *inlen) {
1956 if ((out == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1);
1962 *inlen = 0;
1965 inend = in + (*inlen);
1973 *inlen = processed - instart;
1981 *inlen = processed - instart;
2029 *inlen = processed - instart;
2038 * @inlen: the length of @in
2045 * The value of @inlen after return is the number of octets consumed
2051 const unsigned char* in, int *inlen, int quoteChar) {
2060 if ((out == NULL) || (outlen == NULL) || (inlen == NULL) || (in == NULL))
2063 inend = in + (*inlen);
2070 *inlen = processed - instart;
2078 *inlen = processed - instart;
2088 *inlen = processed - instart;
2128 *inlen = processed - instart;