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.h426 #define sqlite3_data_count sqlite3_api->data_count macro
Dsqlite3.h4834 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
/third_party/sqlite/src/
Dsqlite3.c5147 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/
D0003-3.2-Beta3-1115.patch78968 -#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 …]