Searched refs:sqlite3_column_text (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dsql.c199 strncpy(str, (char *)sqlite3_column_text(stmt, 0), len + 1);
H A Dmod_webdav.c1612 webdav_gen_prop_tag(srv, con, prop_name, prop_ns, (char *)sqlite3_column_text(stmt, 0), b);
3277 char *sql_lockscope = (char *)sqlite3_column_text(stmt, 2);
H A Dmod_smbdav.c1519 smbdav_gen_prop_tag(srv, con, prop_name, prop_ns, (char *)sqlite3_column_text(stmt, 0), b);
4317 char *sql_lockscope = (char *)sqlite3_column_text(stmt, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dsql.c199 strncpy(str, (char *)sqlite3_column_text(stmt, 0), len + 1);
H A Dmod_webdav.c1612 webdav_gen_prop_tag(srv, con, prop_name, prop_ns, (char *)sqlite3_column_text(stmt, 0), b);
3277 char *sql_lockscope = (char *)sqlite3_column_text(stmt, 2);
H A Dmod_smbdav.c1519 smbdav_gen_prop_tag(srv, con, prop_name, prop_ns, (char *)sqlite3_column_text(stmt, 0), b);
4317 char *sql_lockscope = (char *)sqlite3_column_text(stmt, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dsql.c199 strncpy(str, (char *)sqlite3_column_text(stmt, 0), len + 1);
H A Dmod_webdav.c1612 webdav_gen_prop_tag(srv, con, prop_name, prop_ns, (char *)sqlite3_column_text(stmt, 0), b);
3277 char *sql_lockscope = (char *)sqlite3_column_text(stmt, 2);
H A Dmod_smbdav.c1519 smbdav_gen_prop_tag(srv, con, prop_name, prop_ns, (char *)sqlite3_column_text(stmt, 0), b);
4317 char *sql_lockscope = (char *)sqlite3_column_text(stmt, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dsql.c249 strncpy(str, (char *)sqlite3_column_text(stmt, 0), len + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dsql.c249 strncpy(str, (char *)sqlite3_column_text(stmt, 0), len + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dsql.c249 strncpy(str, (char *)sqlite3_column_text(stmt, 0), len + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h246 #define sqlite3_column_text sqlite3_api->column_text macro
H A Dsqlite3.h337 ** [sqlite3_column_text()], one for each column. ^If an element of a
1743 ** string representation as returned by [sqlite3_column_text()].
3099 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3152 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3158 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3165 ** sqlite3_column_text() is called. The content must be converted
3179 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3184 ** In other words, you should call sqlite3_column_text(),
3188 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
3196 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
[all...]
H A Dsqlite3.c874 ** [sqlite3_column_text()], one for each column. ^If an element of a
2280 ** string representation as returned by [sqlite3_column_text()].
3636 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3689 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3695 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3702 ** sqlite3_column_text() is called. The content must be converted
3716 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3721 ** In other words, you should call sqlite3_column_text(),
3725 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
3733 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
58318 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
83543 #define sqlite3_column_text macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h246 #define sqlite3_column_text sqlite3_api->column_text macro
H A Dsqlite3.h337 ** [sqlite3_column_text()], one for each column. ^If an element of a
1743 ** string representation as returned by [sqlite3_column_text()].
3099 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3152 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3158 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3165 ** sqlite3_column_text() is called. The content must be converted
3179 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3184 ** In other words, you should call sqlite3_column_text(),
3188 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
3196 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
[all...]
H A Dsqlite3.c874 ** [sqlite3_column_text()], one for each column. ^If an element of a
2280 ** string representation as returned by [sqlite3_column_text()].
3636 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3689 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3695 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3702 ** sqlite3_column_text() is called. The content must be converted
3716 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3721 ** In other words, you should call sqlite3_column_text(),
3725 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
3733 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
58318 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
83543 #define sqlite3_column_text macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h246 #define sqlite3_column_text sqlite3_api->column_text macro
H A Dsqlite3.h337 ** [sqlite3_column_text()], one for each column. ^If an element of a
1743 ** string representation as returned by [sqlite3_column_text()].
3099 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3152 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3158 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3165 ** sqlite3_column_text() is called. The content must be converted
3179 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3184 ** In other words, you should call sqlite3_column_text(),
3188 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
3196 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
[all...]
H A Dsqlite3.c874 ** [sqlite3_column_text()], one for each column. ^If an element of a
2280 ** string representation as returned by [sqlite3_column_text()].
3636 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3689 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3695 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3702 ** sqlite3_column_text() is called. The content must be converted
3716 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3721 ** In other words, you should call sqlite3_column_text(),
3725 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
3733 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
58318 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
83543 #define sqlite3_column_text macro
[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.h313 ** obtained from [sqlite3_column_text()].
1234 ** [sqlite3_column_text()].
3188 ** Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3242 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3248 ** <li><p> The initial content is a BLOB and sqlite3_column_text()
3257 ** sqlite3_column_text() is called. The content must be converted
3271 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3276 ** In other words, you should call sqlite3_column_text(), sqlite3_column_blob(),
3279 ** find the size of the result. Do not mix call to sqlite3_column_text() or
3287 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h313 ** obtained from [sqlite3_column_text()].
1234 ** [sqlite3_column_text()].
3188 ** Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3242 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3248 ** <li><p> The initial content is a BLOB and sqlite3_column_text()
3257 ** sqlite3_column_text() is called. The content must be converted
3271 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3276 ** In other words, you should call sqlite3_column_text(), sqlite3_column_blob(),
3279 ** find the size of the result. Do not mix call to sqlite3_column_text() or
3287 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h313 ** obtained from [sqlite3_column_text()].
1234 ** [sqlite3_column_text()].
3188 ** Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3242 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3248 ** <li><p> The initial content is a BLOB and sqlite3_column_text()
3257 ** sqlite3_column_text() is called. The content must be converted
3271 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3276 ** In other words, you should call sqlite3_column_text(), sqlite3_column_blob(),
3279 ** find the size of the result. Do not mix call to sqlite3_column_text() or
3287 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
[all...]

Completed in 1124 milliseconds