Home
last modified time | relevance | path

Searched defs:sqlite3_value (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h1056 typedef struct Mem sqlite3_value; typedef
/external/sqlite/dist/
Dsqlite3.h2476 typedef struct Mem sqlite3_value; typedef
Dsqlite3.c2882 typedef struct Mem sqlite3_value; typedef
77755 void (*xFunc)(sqlite3_context*,int,sqlite3_value **), in sqlite3CreateFunc() argument
77840 void (*xFunc)(sqlite3_context*,int,sqlite3_value **), in sqlite3_create_function() argument
77859 void (*xFunc)(sqlite3_context*,int,sqlite3_value**), in sqlite3_create_function16() argument
85516 void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), in fulltextFindFunction() argument