Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcursor.c156 int pysqlite_build_row_cast_map(pysqlite_Cursor* self) in pysqlite_build_row_cast_map() function
670 if (pysqlite_build_row_cast_map(self) != 0) { in _pysqlite_query_execute()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c214 pysqlite_build_row_cast_map(pysqlite_Cursor* self) in pysqlite_build_row_cast_map() function
910 if (pysqlite_build_row_cast_map(self) != 0) { in _pysqlite_query_execute()