Home
last modified time | relevance | path

Searched defs:oldvalue (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Python/
Derrors.c44 PyObject *oldtype, *oldvalue, *oldtraceback; in _PyErr_Restore() local
492 PyObject *oldtype, *oldvalue, *oldtraceback; in PyErr_SetExcInfo() local
/third_party/libxml2/
Drelaxng.c8667 const xmlChar *oldvalue, *oldendvalue; in xmlRelaxNGValidateDatatype() local
8822 xmlChar *oldvalue; in xmlRelaxNGValidateValue() local
8848 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local
9126 xmlChar *value, *oldvalue; in xmlRelaxNGValidateAttribute() local
10519 xmlChar *oldvalue; in xmlRelaxNGValidateState() local
10565 xmlChar *oldvalue, *oldendvalue; in xmlRelaxNGValidateState() local
/third_party/python/Objects/
Ddictobject.c1981 PyObject *oldvalue; in _PyDict_FromKeys() local
3963 PyObject *oldvalue = PyTuple_GET_ITEM(result, 1); in dictiter_iternextitem() local
4083 PyObject *oldvalue = PyTuple_GET_ITEM(result, 1); in dictreviter_iternext() local
/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c1462 pseudo_t oldvalue = linearize_load_gen(ep, &ad); in linearize_assignment() local
/third_party/python/Modules/
Ditertoolsmodule.c262 PyObject *newvalue, *newkey, *oldvalue; in groupby_step() local