Searched refs:sqlite3_value (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h49 int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*);
76 sqlite3_value* (*column_value)(sqlite3_stmt*,int iCol);
82 int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
83 int (*create_function16)(sqlite3*,const void*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
126 void (*result_value)(sqlite3_context*,sqlite3_value*);
139 const void * (*value_blob)(sqlite3_value*);
140 int (*value_bytes)(sqlite3_value*);
141 int (*value_bytes16)(sqlite3_value*);
[all...]
H A Dsqlite3.h2341 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
2343 ** SQLite uses the sqlite3_value object to represent all values
2345 ** for the values it stores. Values stored in sqlite3_value objects
2348 ** An sqlite3_value object may be either "protected" or "unprotected".
2349 ** Some interfaces require a protected sqlite3_value. Other interfaces
2350 ** will accept either a protected or an unprotected sqlite3_value.
2351 ** Every interface that accepts sqlite3_value arguments specifies
2352 ** whether or not it requires a protected sqlite3_value.
2356 ** sqlite3_value objec
2376 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3ext.h47 int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*);
76 sqlite3_value* (*column_value)(sqlite3_stmt*,int iCol);
85 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
86 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
89 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
90 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
134 void (*result_value)(sqlite3_context*,sqlite3_value*);
150 const void * (*value_blob)(sqlite3_value*);
151 int (*value_bytes)(sqlite3_value*);
152 int (*value_bytes16)(sqlite3_value*);
[all...]
H A Dsqlite3.h3047 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3049 ** SQLite uses the sqlite3_value object to represent all values
3051 ** for the values it stores. ^Values stored in sqlite3_value objects
3054 ** An sqlite3_value object may be either "protected" or "unprotected".
3055 ** Some interfaces require a protected sqlite3_value. Other interfaces
3056 ** will accept either a protected or an unprotected sqlite3_value.
3057 ** Every interface that accepts sqlite3_value arguments specifies
3058 ** whether or not it requires a protected sqlite3_value.
3062 ** sqlite3_value objec
3082 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
H A Dsqlite3.c3597 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3599 ** SQLite uses the sqlite3_value object to represent all values
3601 ** for the values it stores. ^Values stored in sqlite3_value objects
3604 ** An sqlite3_value object may be either "protected" or "unprotected".
3605 ** Some interfaces require a protected sqlite3_value. Other interfaces
3606 ** will accept either a protected or an unprotected sqlite3_value.
3607 ** Every interface that accepts sqlite3_value arguments specifies
3608 ** whether or not it requires a protected sqlite3_value.
3612 ** sqlite3_value objec
3632 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
H A Dshell.c318 sqlite3_value **argv
/external/sqlite/dist/
H A Dsqlite3ext.h47 int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*);
76 sqlite3_value* (*column_value)(sqlite3_stmt*,int iCol);
85 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
86 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
89 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
90 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
134 void (*result_value)(sqlite3_context*,sqlite3_value*);
150 const void * (*value_blob)(sqlite3_value*);
151 int (*value_bytes)(sqlite3_value*);
152 int (*value_bytes16)(sqlite3_value*);
[all...]
H A Dsqlite3.h3047 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3049 ** SQLite uses the sqlite3_value object to represent all values
3051 ** for the values it stores. ^Values stored in sqlite3_value objects
3054 ** An sqlite3_value object may be either "protected" or "unprotected".
3055 ** Some interfaces require a protected sqlite3_value. Other interfaces
3056 ** will accept either a protected or an unprotected sqlite3_value.
3057 ** Every interface that accepts sqlite3_value arguments specifies
3058 ** whether or not it requires a protected sqlite3_value.
3062 ** sqlite3_value objec
3082 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
H A Dsqlite3.c3597 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3599 ** SQLite uses the sqlite3_value object to represent all values
3601 ** for the values it stores. ^Values stored in sqlite3_value objects
3604 ** An sqlite3_value object may be either "protected" or "unprotected".
3605 ** Some interfaces require a protected sqlite3_value. Other interfaces
3606 ** will accept either a protected or an unprotected sqlite3_value.
3607 ** Every interface that accepts sqlite3_value arguments specifies
3608 ** whether or not it requires a protected sqlite3_value.
3612 ** sqlite3_value objec
3632 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
H A Dshell.c323 sqlite3_value **argv
/external/sqlite/android/
H A Dsqlite3_android.cpp81 sqlite3_context * context, int argc, sqlite3_value ** argv)
124 static void phone_numbers_equal(sqlite3_context * context, int argc, sqlite3_value ** argv)
157 sqlite3_value ** argv)
178 static void android_log(sqlite3_context * context, int argc, sqlite3_value ** argv)
207 static void delete_file(sqlite3_context * context, int argc, sqlite3_value ** argv)
306 static void tokenize(sqlite3_context * context, int argc, sqlite3_value ** argv)
/external/chromium/chrome/common/
H A Dsqlite_utils.h315 int bind_value(int index, const sqlite3_value* value);
H A Dsqlite_utils.cc384 int SQLStatement::bind_value(int index, const sqlite3_value* value) {
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp312 sqlite3_value* value = sqlite3_column_value(m_statement, col);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1780 call3_common(sqlite3_context *sf, int isstep, int nargs, sqlite3_value **args)
1823 call3_func(sqlite3_context *sf, int nargs, sqlite3_value **args)
1829 call3_step(sqlite3_context *sf, int nargs, sqlite3_value **args)

Completed in 553 milliseconds