Searched refs:sqlite3_data_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h283 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h3151 ** See also: [sqlite3_data_count()]
3350 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3354 ** interfaces) then sqlite3_data_count(P) returns 0.
3355 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3359 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c3704 ** See also: [sqlite3_data_count()]
3903 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3907 ** interfaces) then sqlite3_data_count(P) returns 0.
3908 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3912 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
62222 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
89175 #define sqlite3_data_count macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h415 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h4515 ** See also: [sqlite3_data_count()]
4719 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4723 ** interfaces) then sqlite3_data_count(P) returns 0.
4724 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4725 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4726 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4734 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c5578 ** See also: [sqlite3_data_count()]
5782 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
5786 ** interfaces) then sqlite3_data_count(P) returns 0.
5787 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
5788 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
5789 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5797 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
84633 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
125805 #define sqlite3_data_count macro
[all...]

Completed in 897 milliseconds