Searched refs:sprefix (Results 1 – 2 of 2) sorted by relevance
2382 PyObject *sprefix = NULL; local2399 sprefix = makestring(prefix, strlen(prefix));2401 sprefix = PyString_FromStringAndSize("", 0);2402 if (!sprefix) {2407 parcel = PyTuple_Pack(2, sprefix, suri);2408 Py_DECREF(sprefix);
2735 const char* sprefix = ""; in printLimitValue() local2740 sprefix = "S"; in printLimitValue()2752 Out << sprefix << type << (isMax ? "_MAX" : "_MIN"); in printLimitValue()