Searched refs:sqlite3_stmt (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3ext.h37 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
38 int (*bind_double)(sqlite3_stmt*,int,double);
39 int (*bind_int)(sqlite3_stmt*,int,int);
40 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
41 int (*bind_null)(sqlite3_stmt*,int);
42 int (*bind_parameter_count)(sqlite3_stmt*);
43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
44 const char * (*bind_parameter_name)(sqlite3_stmt*,int);
45 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*));
46 int (*bind_text16)(sqlite3_stmt*,in
[all...]
H A Dsqlite3.h2250 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
2395 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
2433 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2440 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2447 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2454 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2465 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
2543 ** a pointer to the [sqlite3_stmt] object returned from
2599 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
H A Dshell.c302 sqlite3_stmt *pDbList;
303 sqlite3_stmt *pTableList;
304 sqlite3_stmt *pColumnList;
383 static void columnToResult(sqlite3_context *ctx, sqlite3_stmt *pStmt, int iCol){
430 static int finalize(sqlite3_stmt **ppStmt){
473 sqlite3_stmt *pDbList = pCur->pDbList;
738 sqlite3_stmt *pStmt;
1279 sqlite3_stmt *pStmt; /* Current statement if any. */
1787 sqlite3_stmt *pSelect;
1836 sqlite3_stmt *pStm
[all...]
H A Dsqlite3.c2774 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
2919 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
2957 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2964 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2971 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2978 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2989 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
3067 ** a pointer to the [sqlite3_stmt] object returned from
3123 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dsql.c75 sqlite3_stmt *stmt;
135 sqlite3_stmt *stmt;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dsql.c72 sqlite3_stmt *stmt;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dsql.c72 sqlite3_stmt *stmt;

Completed in 340 milliseconds