Searched refs:args_owned (Results 1 – 2 of 2) sorted by relevance
617 int args_owned = 0; in _PyBytes_FormatEx() local722 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()
14651 int args_owned; member15063 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()