Lines Matching defs:end

24 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=ed072384f8aada2c]*/
232 /*[clinic end generated code: output=fbd04d443e764ec2 input=89db6b19c6b126bf]*/
496 /*[clinic end generated code: output=0d486755bb37a66e input=a4ea97f26372d866]*/
507 /*[clinic end generated code: output=f0d2c9c136f4e0d0 input=f8ff101825e32e7f]*/
553 /*[clinic end generated code: output=c10c622508b576cb input=c53fb505a76dbbe2]*/
588 /*[clinic end generated code: output=32fa40c7462aa8ff input=728678ddaea776df]*/
1046 enabled. Lines in the input can end in '\n', '\r', or '\r\n', and
1068 /*[clinic end generated code: output=72267c0c01032ed2 input=72590963698f289b]*/
1324 /*[clinic end generated code: output=52b812ff4b3d4b0f input=671e82136e0f5822]*/
1489 /*[clinic end generated code: output=7ba3715cd032d5f2 input=e5a71fbda9e1d9f9]*/
1584 /*[clinic end generated code: output=d2deb0d50771fcec input=fdf19153584a0e44]*/
1899 /*[clinic end generated code: output=7e651ce6cc6a25a6 input=123eecbfe214aeb8]*/
2000 /* NOTE: `end` must point to the real end of the Py_UCS4 storage,
2004 find_control_char(int kind, const char *s, const char *end, Py_UCS4 ch)
2008 return (char *) memchr((const void *) s, (char) ch, end - s);
2015 if (s == end)
2024 int kind, const char *start, const char *end, Py_ssize_t *consumed)
2026 Py_ssize_t len = (end - start)/kind;
2030 const char *pos = find_control_char(kind, start, end, '\n');
2049 if (s >= end) {
2072 const char *pos = find_control_char(kind, start, end, nl[0]);
2080 const char *e = end - (readnl_len - 1)*kind;
2086 const char *pos = find_control_char(kind, s, end, nl[0]);
2097 pos = find_control_char(kind, e, end, nl[0]);
2144 /* end of file */
2277 /*[clinic end generated code: output=344afa98804e8b25 input=56c7172483b36db6]*/
2315 naturally end up the least significant byte of the cookie. */
2424 /*[clinic end generated code: output=0a15679764e2d04d input=0458abeb3d7842be]*/
2466 /* seek relative to end of file */
2472 _unsupported("can't do nonzero end-relative seeks");
2618 /*[clinic end generated code: output=4f168c08bf34ad5f input=9a2caf88c24f9ddf]*/
2686 /* Decoder state will be restored at the end */
2853 /*[clinic end generated code: output=90ec2afb9bb7745f input=56ec8baa65aea377]*/
2941 /*[clinic end generated code: output=21490a4c3da13e6c input=c488ca83d0069f9b]*/
2953 /*[clinic end generated code: output=ab223dbbcffc0f00 input=8b005ca06e1fca13]*/
2965 /*[clinic end generated code: output=72ff7ba289a8a91b input=0704ea7e01b0d3eb]*/
2977 /*[clinic end generated code: output=a728c71790d03200 input=c41740bc9d8636e8]*/
2989 /*[clinic end generated code: output=12be1a35bace882e input=fb68d9f2c99bbfff]*/
3001 /*[clinic end generated code: output=59de9165f9c2e4d2 input=928c60590694ab85]*/
3017 /*[clinic end generated code: output=056ccf8b4876e4f4 input=9c2114315eae1948]*/