Home
last modified time | relevance | path

Searched defs:inp_end (Results 1 – 3 of 3) sorted by relevance

/third_party/markupsafe/
D_speedups.c20 #define GET_DELTA(inp, inp_end, delta) \ argument
35 #define DO_ESCAPE(inp, inp_end, outp) \ argument
95 Py_UCS1 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind1() local
121 Py_UCS2 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind2() local
147 Py_UCS4 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind4() local
/third_party/skia/third_party/externals/markupsafe/
D_speedups.c60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode() local
/third_party/node/tools/inspector_protocol/markupsafe/
D_speedups.c60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode() local