Lines Matching defs:input

19 /*[clinic input]
24 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=ed072384f8aada2c]*/
212 /*[clinic input]
224 decode input and translates newlines without first invoking an external
232 /*[clinic end generated code: output=fbd04d443e764ec2 input=89db6b19c6b126bf]*/
292 PyObject *input, int final)
300 /* decode input (with the eventual \r from a previous pass) */
303 &_Py_ID(decode), input, final ? Py_True : Py_False, NULL);
306 output = input;
487 /*[clinic input]
489 input: object
495 PyObject *input, int final)
496 /*[clinic end generated code: output=0d486755bb37a66e input=a4ea97f26372d866]*/
498 return _PyIncrementalNewlineDecoder_decode((PyObject *) self, input, final);
501 /*[clinic input]
507 /*[clinic end generated code: output=f0d2c9c136f4e0d0 input=f8ff101825e32e7f]*/
544 /*[clinic input]
553 /*[clinic end generated code: output=c10c622508b576cb input=c53fb505a76dbbe2]*/
582 /*[clinic input]
588 /*[clinic end generated code: output=32fa40c7462aa8ff input=728678ddaea776df]*/
675 * next_input is the chunk of input bytes that comes next after the
679 /* Bytes-to-characters ratio for the current chunk. Serves as input for
1024 /*[clinic input]
1045 * On input, if newline is None, universal newlines mode is
1046 enabled. Lines in the input can end in '\n', '\r', or '\r\n', and
1050 the other legal values, input lines are only terminated by the given
1068 /*[clinic end generated code: output=72267c0c01032ed2 input=72590963698f289b]*/
1304 /*[clinic input]
1324 /*[clinic end generated code: output=52b812ff4b3d4b0f input=671e82136e0f5822]*/
1483 /*[clinic input]
1489 /*[clinic end generated code: output=7ba3715cd032d5f2 input=e5a71fbda9e1d9f9]*/
1576 /*[clinic input]
1584 /*[clinic end generated code: output=d2deb0d50771fcec input=fdf19153584a0e44]*/
1777 * entire input chunk is sent to the decoder, though some of it may remain
1788 * where the decoder's input buffer is empty.
1865 * next input to be decoded is dec_buffer + input_chunk.
1891 /*[clinic input]
1899 /*[clinic end generated code: output=7e651ce6cc6a25a6 input=123eecbfe214aeb8]*/
2269 /*[clinic input]
2277 /*[clinic end generated code: output=344afa98804e8b25 input=56c7172483b36db6]*/
2415 /*[clinic input]
2424 /*[clinic end generated code: output=0a15679764e2d04d input=0458abeb3d7842be]*/
2612 /*[clinic input]
2618 /*[clinic end generated code: output=4f168c08bf34ad5f input=9a2caf88c24f9ddf]*/
2627 const char *input, *input_end;
2736 input = PyBytes_AS_STRING(next_input);
2741 DECODER_DECODE(input, skip_bytes, chars_decoded);
2779 input = PyBytes_AS_STRING(next_input);
2780 input_end = input + PyBytes_GET_SIZE(next_input);
2781 input += skip_bytes;
2782 while (input < input_end) {
2785 DECODER_DECODE(input, (Py_ssize_t)1, n);
2801 input++;
2803 if (input == input_end) {
2845 /*[clinic input]
2853 /*[clinic end generated code: output=90ec2afb9bb7745f input=56ec8baa65aea377]*/
2935 /*[clinic input]
2941 /*[clinic end generated code: output=21490a4c3da13e6c input=c488ca83d0069f9b]*/
2947 /*[clinic input]
2953 /*[clinic end generated code: output=ab223dbbcffc0f00 input=8b005ca06e1fca13]*/
2959 /*[clinic input]
2965 /*[clinic end generated code: output=72ff7ba289a8a91b input=0704ea7e01b0d3eb]*/
2971 /*[clinic input]
2977 /*[clinic end generated code: output=a728c71790d03200 input=c41740bc9d8636e8]*/
2983 /*[clinic input]
2989 /*[clinic end generated code: output=12be1a35bace882e input=fb68d9f2c99bbfff]*/
2995 /*[clinic input]
3001 /*[clinic end generated code: output=59de9165f9c2e4d2 input=928c60590694ab85]*/
3011 /*[clinic input]
3017 /*[clinic end generated code: output=056ccf8b4876e4f4 input=9c2114315eae1948]*/