Lines Matching defs:result
577 PyObject *result;
582 result = PyUnicode_Replace(temp, &_Py_STR(close_br), &_Py_STR(dbl_close_br), -1);
584 return result;
591 int result = -1;
594 result = _PyUnicodeWriter_WriteStr(writer, escaped);
597 return result;
645 int result = -1;
655 result = 0;
659 result = _PyUnicodeWriter_WriteStr(writer, body);
662 return result;