Home
last modified time | relevance | path

Searched refs:sqlite3_data_count (Results 1 – 5 of 5) 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/sqlite/src/
Dsqlite3.c5206 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
88802 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){
132153 #define sqlite3_data_count sqlite3_api->data_count
132596 sqlite3_data_count,
182918 if( rc==SQLITE_OK && sqlite3_data_count(pCsr->pStmt)-1>iCol ){
185092 assert( sqlite3_data_count(pCsr->pStmt)==0 );
185248 assert( sqlite3_data_count(pCsr->pStmt)==0 );
196549 assert( sqlite3_data_count(pStmt)==1 );
/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 …]