Searched refs:args_owned (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Objects/
H A Dbytesobject.c583 int args_owned = 0; local
685 if (args_owned) {
687 args_owned = 0;
694 args_owned = 1;
1045 if (args_owned) {
1052 if (args_owned) {
H A Dunicodeobject.c13978 int args_owned; member in struct:unicode_formatter_t
14402 if (ctx->args_owned) {
14403 ctx->args_owned = 0;
14410 ctx->args_owned = 1;
14882 ctx.args_owned = 0;
14921 if (ctx.args_owned) {
14928 if (ctx.args_owned) {
/external/python/cpython2/Objects/
H A Dstringobject.c4251 int args_owned = 0; local
4346 if (args_owned) {
4348 args_owned = 0;
4355 args_owned = 1;
4684 if (args_owned) {
4693 if (args_owned) {
4695 args_owned = 0;
4714 args_owned = 1;
4740 if (args_owned) {
H A Dunicodeobject.c8362 int args_owned = 0; local
8464 if (args_owned) {
8466 args_owned = 0;
8473 args_owned = 1;
8805 if (args_owned) {
8814 if (args_owned) {

Completed in 322 milliseconds