Searched refs:keystart (Results 1 – 7 of 7) sorted by relevance
75 keystart = 7*4+16*len(keys)77 valuestart = keystart + len(ids)83 koffsets += [l1, o1+keystart]
74 keystart = 7*4+16*len(keys)76 valuestart = keystart + len(ids)82 koffsets += [l1, o1+keystart]
681 const char *keystart; in _PyBytes_FormatEx() local693 keystart = fmt; in _PyBytes_FormatEx()702 keylen = fmt - keystart - 1; in _PyBytes_FormatEx()708 key = PyBytes_FromStringAndSize(keystart, in _PyBytes_FormatEx()
14437 Py_ssize_t keystart; in unicode_format_arg_parse() local14449 keystart = ctx->fmtpos; in unicode_format_arg_parse()14459 keylen = ctx->fmtpos - keystart - 1; in unicode_format_arg_parse()14466 keystart, keystart + keylen); in unicode_format_arg_parse()
675 const char *keystart; in _PyBytes_FormatEx() local687 keystart = fmt; in _PyBytes_FormatEx()696 keylen = fmt - keystart - 1; in _PyBytes_FormatEx()702 key = PyBytes_FromStringAndSize(keystart, in _PyBytes_FormatEx()
4312 char *keystart; in PyString_Format() local4324 keystart = fmt; in PyString_Format()4333 keylen = fmt - keystart - 1; in PyString_Format()4339 key = PyString_FromStringAndSize(keystart, in PyString_Format()
8420 Py_UNICODE *keystart; in PyUnicode_Format() local8432 keystart = fmt; in PyUnicode_Format()8441 keylen = fmt - keystart - 1; in PyUnicode_Format()8452 key = PyUnicode_EncodeUTF8(keystart, in PyUnicode_Format()8456 key = PyUnicode_FromUnicode(keystart, keylen); in PyUnicode_Format()