Searched refs:sqlite3_data_count (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Modules/_sqlite/ |
D | cursor.c | 277 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row()
|
/third_party/sqlite/include/ |
D | sqlite3ext.h | 426 #define sqlite3_data_count sqlite3_api->data_count macro
|
D | sqlite3.h | 4834 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
|
/third_party/sqlite/src/ |
D | sqlite3.c | 5147 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt); 85745 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ 128193 #define sqlite3_data_count sqlite3_api->data_count 128619 sqlite3_data_count, 176799 if( rc==SQLITE_OK && sqlite3_data_count(pCsr->pStmt)-1>iCol ){ 178964 assert( sqlite3_data_count(pCsr->pStmt)==0 ); 179120 assert( sqlite3_data_count(pCsr->pStmt)==0 ); 190414 assert( sqlite3_data_count(pStmt)==1 );
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 78968 -#define sqlite3_data_count chrome_sqlite3_data_count // Line 4834 78976 +#define sqlite3_data_count chrome_sqlite3_data_count // Line 4849 91143 @@ -5270,6 +5285,10 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt); 91154 @@ -5283,7 +5302,7 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt); 91163 @@ -5308,7 +5327,7 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt); 115976 @@ -4964,6 +4979,10 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt); 115987 @@ -4977,7 +4996,7 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt); 115996 @@ -5002,7 +5021,7 @@ SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt); 116603 -#define sqlite3_data_count chrome_sqlite3_data_count // Line 4834 116611 +#define sqlite3_data_count chrome_sqlite3_data_count // Line 4849 [all …]
|