Home | History | Annotate | Download | only in cups

Lines Matching refs:decoded

694   int			decoded;	/* Bytes decoded */
781 decoded = alloc_data - num_data;
782 httpDecode64_2((char *)data + num_data, &decoded, line);
783 num_data += (size_t)decoded;
963 int decoded; /* Bytes decoded */
1024 decoded = alloc_data - num_data;
1025 httpDecode64_2((char *)data + num_data, &decoded, line);
1026 num_data += (size_t)decoded;