Home
last modified time | relevance | path

Searched refs:_pysqlite_build_column_name (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcursor.c239 PyObject* _pysqlite_build_column_name(const char* colname) in _pysqlite_build_column_name() function
690 …PyTuple_SetItem(descriptor, 0, _pysqlite_build_column_name(sqlite3_column_name(self->statement->st… in _pysqlite_query_execute()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c294 _pysqlite_build_column_name(pysqlite_Cursor *self, const char *colname) in _pysqlite_build_column_name() function
932 column_name = _pysqlite_build_column_name(self, colname); in _pysqlite_query_execute()