HomeSort by relevance Sort by last modified time
    Searched refs:caster (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 149 PyObject* caster; local
152 if (!PyArg_ParseTuple(args, "OO", &type, &caster)) {
163 rc = pysqlite_microprotocols_add(type, (PyObject*)&pysqlite_PrepareProtocolType, caster);
  /external/python/cpython2/Modules/_sqlite/
module.c 149 PyObject* caster; local
152 if (!PyArg_ParseTuple(args, "OO", &type, &caster)) {
163 rc = pysqlite_microprotocols_add(type, (PyObject*)&pysqlite_PrepareProtocolType, caster);
  /external/python/cpython3/Modules/_sqlite/
module.c 163 PyObject* caster; local
166 if (!PyArg_ParseTuple(args, "OO", &type, &caster)) {
177 rc = pysqlite_microprotocols_add(type, (PyObject*)&pysqlite_PrepareProtocolType, caster);

Completed in 88 milliseconds