Home
last modified time | relevance | path

Searched refs:sqlite3_data_count (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_sqlite/
Dcursor.c277 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row()
/third_party/sqlite/include/
Dsqlite3ext.h443 #define sqlite3_data_count sqlite3_api->data_count macro
Dsqlite3.h4897 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
/third_party/chromium/patch/
D0003-ohos-1115.patch84371 -#define sqlite3_data_count chrome_sqlite3_data_count // Line 4834
84379 +#define sqlite3_data_count chrome_sqlite3_data_count // Line 4849
96546 @@ -5270,6 +5285,10 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
96557 @@ -5283,7 +5302,7 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
96566 @@ -5308,7 +5327,7 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
122159 @@ -4964,6 +4979,10 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
122170 @@ -4977,7 +4996,7 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
122179 @@ -5002,7 +5021,7 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
122786 -#define sqlite3_data_count chrome_sqlite3_data_count // Line 4834
122794 +#define sqlite3_data_count chrome_sqlite3_data_count // Line 4849
[all …]