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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dmod_smbdav.h67 sqlite3_stmt *stmt_update_prop;
68 sqlite3_stmt *stmt_delete_prop;
69 sqlite3_stmt *stmt_select_prop;
70 sqlite3_stmt *stmt_select_propnames;
72 sqlite3_stmt *stmt_delete_uri;
73 sqlite3_stmt *stmt_move_uri;
74 sqlite3_stmt *stmt_copy_uri;
76 sqlite3_stmt *stmt_remove_lock;
77 sqlite3_stmt *stmt_create_lock;
78 sqlite3_stmt *stmt_read_loc
[all...]
H A Dsql.c84 sqlite3_stmt *stmt;
143 sqlite3_stmt *stmt;
H A Dmod_webdav.c119 sqlite3_stmt *stmt_update_prop;
120 sqlite3_stmt *stmt_delete_prop;
121 sqlite3_stmt *stmt_select_prop;
122 sqlite3_stmt *stmt_select_propnames;
124 sqlite3_stmt *stmt_delete_uri;
125 sqlite3_stmt *stmt_move_uri;
126 sqlite3_stmt *stmt_copy_uri;
128 sqlite3_stmt *stmt_remove_lock;
129 sqlite3_stmt *stmt_create_lock;
130 sqlite3_stmt *stmt_read_loc
[all...]
H A Dmod_smbdav.c981 sqlite3_stmt *stmt = p->conf.stmt_delete_uri;
1061 sqlite3_stmt *stmt = p->conf.stmt_delete_uri;
1214 sqlite3_stmt *stmt = p->conf.stmt_copy_uri;
1323 sqlite3_stmt *stmt = p->conf.stmt_copy_uri;
1495 sqlite3_stmt *stmt = p->conf.stmt_select_prop;
1791 sqlite3_stmt *stmt = p->conf.stmt_read_lock_by_uri;
2854 sqlite3_stmt *stmt = p->conf.stmt_select_propnames;
3997 sqlite3_stmt *stmt;
4108 sqlite3_stmt *stmt;
4290 sqlite3_stmt *stm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dmod_smbdav.h67 sqlite3_stmt *stmt_update_prop;
68 sqlite3_stmt *stmt_delete_prop;
69 sqlite3_stmt *stmt_select_prop;
70 sqlite3_stmt *stmt_select_propnames;
72 sqlite3_stmt *stmt_delete_uri;
73 sqlite3_stmt *stmt_move_uri;
74 sqlite3_stmt *stmt_copy_uri;
76 sqlite3_stmt *stmt_remove_lock;
77 sqlite3_stmt *stmt_create_lock;
78 sqlite3_stmt *stmt_read_loc
[all...]
H A Dsql.c84 sqlite3_stmt *stmt;
143 sqlite3_stmt *stmt;
H A Dmod_webdav.c119 sqlite3_stmt *stmt_update_prop;
120 sqlite3_stmt *stmt_delete_prop;
121 sqlite3_stmt *stmt_select_prop;
122 sqlite3_stmt *stmt_select_propnames;
124 sqlite3_stmt *stmt_delete_uri;
125 sqlite3_stmt *stmt_move_uri;
126 sqlite3_stmt *stmt_copy_uri;
128 sqlite3_stmt *stmt_remove_lock;
129 sqlite3_stmt *stmt_create_lock;
130 sqlite3_stmt *stmt_read_loc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dmod_smbdav.h67 sqlite3_stmt *stmt_update_prop;
68 sqlite3_stmt *stmt_delete_prop;
69 sqlite3_stmt *stmt_select_prop;
70 sqlite3_stmt *stmt_select_propnames;
72 sqlite3_stmt *stmt_delete_uri;
73 sqlite3_stmt *stmt_move_uri;
74 sqlite3_stmt *stmt_copy_uri;
76 sqlite3_stmt *stmt_remove_lock;
77 sqlite3_stmt *stmt_create_lock;
78 sqlite3_stmt *stmt_read_loc
[all...]
H A Dsql.c84 sqlite3_stmt *stmt;
143 sqlite3_stmt *stmt;
H A Dmod_webdav.c119 sqlite3_stmt *stmt_update_prop;
120 sqlite3_stmt *stmt_delete_prop;
121 sqlite3_stmt *stmt_select_prop;
122 sqlite3_stmt *stmt_select_propnames;
124 sqlite3_stmt *stmt_delete_uri;
125 sqlite3_stmt *stmt_move_uri;
126 sqlite3_stmt *stmt_copy_uri;
128 sqlite3_stmt *stmt_remove_lock;
129 sqlite3_stmt *stmt_create_lock;
130 sqlite3_stmt *stmt_read_loc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
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.h2387 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
2532 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
2570 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2577 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2584 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2591 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2602 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
2680 ** a pointer to the [sqlite3_stmt] object returned from
2736 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
H A Dsqlite3.c2924 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
3069 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
3107 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3114 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3121 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3128 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3139 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
3217 ** a pointer to the [sqlite3_stmt] object returned from
3273 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
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.h2387 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
2532 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
2570 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2577 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2584 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2591 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2602 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
2680 ** a pointer to the [sqlite3_stmt] object returned from
2736 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
H A Dsqlite3.c2924 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
3069 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
3107 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3114 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3121 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3128 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3139 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
3217 ** a pointer to the [sqlite3_stmt] object returned from
3273 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
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.h2387 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
2532 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
2570 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2577 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2584 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2591 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2602 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
2680 ** a pointer to the [sqlite3_stmt] object returned from
2736 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
H A Dsqlite3.c2924 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
3069 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
3107 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3114 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3121 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3128 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
3139 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
3217 ** a pointer to the [sqlite3_stmt] object returned from
3273 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h2165 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
2319 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
2388 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2395 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2402 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2409 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2438 const char *sqlite3_sql(sqlite3_stmt *pStmt);
2509 ** is a pointer to the [sqlite3_stmt] object returned from
2640 int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h2165 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
2319 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
2388 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2395 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2402 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2409 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2438 const char *sqlite3_sql(sqlite3_stmt *pStmt);
2509 ** is a pointer to the [sqlite3_stmt] object returned from
2640 int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h2165 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
2319 ** that is returned (the [sqlite3_stmt] object) contains a copy of the
2388 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2395 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2402 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2409 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
2438 const char *sqlite3_sql(sqlite3_stmt *pStmt);
2509 ** is a pointer to the [sqlite3_stmt] object returned from
2640 int sqlite3_bind_blob(sqlite3_stmt*, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dsql.c75 sqlite3_stmt *stmt;
134 sqlite3_stmt *stmt;
193 sqlite3_stmt *stmt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dsql.c75 sqlite3_stmt *stmt;
134 sqlite3_stmt *stmt;
193 sqlite3_stmt *stmt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dsql.c75 sqlite3_stmt *stmt;
134 sqlite3_stmt *stmt;
193 sqlite3_stmt *stmt;

Completed in 923 milliseconds

12