Searched refs:inp_end (Results 1 - 1 of 1) sorted by relevance
/third_party/markupsafe/ |
H A D | _speedups.c | 20 #define GET_DELTA(inp, inp_end, delta) \ 21 while (inp < inp_end) { \ 35 #define DO_ESCAPE(inp, inp_end, outp) \ 38 while (inp < inp_end) { \ 95 Py_UCS1 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind1() local 100 GET_DELTA(inp, inp_end, delta); in escape_unicode_kind1() 113 DO_ESCAPE(inp, inp_end, outp); in escape_unicode_kind1() 121 Py_UCS2 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind2() local 126 GET_DELTA(inp, inp_end, delta); in escape_unicode_kind2() 138 DO_ESCAPE(inp, inp_end, out in escape_unicode_kind2() 147 Py_UCS4 *inp_end = inp + PyUnicode_GET_LENGTH(in); escape_unicode_kind4() local [all...] |
Completed in 1 milliseconds