Home
last modified time | relevance | path

Searched refs:args_owned (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dbytesobject.c617 int args_owned = 0; in _PyBytes_FormatEx() local
722 if (args_owned) { in _PyBytes_FormatEx()
724 args_owned = 0; in _PyBytes_FormatEx()
731 args_owned = 1; in _PyBytes_FormatEx()
1076 if (args_owned) { in _PyBytes_FormatEx()
1083 if (args_owned) { in _PyBytes_FormatEx()
Dunicodeobject.c14651 int args_owned; member
15063 if (ctx->args_owned) { in unicode_format_arg_parse()
15064 ctx->args_owned = 0; in unicode_format_arg_parse()
15071 ctx->args_owned = 1; in unicode_format_arg_parse()
15544 ctx.args_owned = 0; in PyUnicode_Format()
15583 if (ctx.args_owned) { in PyUnicode_Format()
15590 if (ctx.args_owned) { in PyUnicode_Format()