Searched refs:script_obj (Results 1 – 16 of 16) sorted by relevance
781 PyObject* script_obj; in pysqlite_cursor_executescript() local788 if (!PyArg_ParseTuple(args, "O", &script_obj)) { in pysqlite_cursor_executescript()798 if (PyString_Check(script_obj)) { in pysqlite_cursor_executescript()799 script_cstr = PyString_AsString(script_obj); in pysqlite_cursor_executescript()800 } else if (PyUnicode_Check(script_obj)) { in pysqlite_cursor_executescript()801 script_str = PyUnicode_AsUTF8String(script_obj); in pysqlite_cursor_executescript()
25 StructuredData::Generic *script_obj = nullptr) = 0;
26 StructuredData::Generic *script_obj = nullptr) = 0;
27 StructuredData::Generic *script_obj = nullptr) = 0;
402 if (auto script_obj = as_object(object)) { in toIValue() local403 return script_obj.value()._ivalue(); in toIValue()
685 if (auto script_obj = as_object(object)) { in toTypeInferredIValue() local686 auto ptr = script_obj.value()._ivalue(); in toTypeInferredIValue()
1752 PyObject *script_obj) in pysqlite_connection_executescript() argument1763 result = PyObject_CallMethodObjArgs(cursor, meth, script_obj, NULL); in pysqlite_connection_executescript()