Searched refs:sqlite3_create_function_v2 (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c351 sqlite3_create_function_v2,
H A Dsqlite3ext.h401 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
H A Dmain.c1119 return sqlite3_create_function_v2(db, zFunc, nArg, enc, p, xFunc, xStep,
1123 int sqlite3_create_function_v2( function
H A Dsqlite.h.in3488 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
3493 ** sqlite3_create_function_v2() fails.
3496 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
3538 int sqlite3_create_function_v2(
H A Dtest1.c1884 ** USAGE: sqlite3_create_function_v2 DB NAME NARG ENC ?SWITCHES?
1992 rc = sqlite3_create_function_v2(db, zFunc, nArg, enc, (void *)p,
5651 { "sqlite3_create_function_v2", test_create_function_v2, 0 },
/external/sqlite/dist/orig/
H A Dsqlite3ext.h439 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
H A Dsqlite3.h4042 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
4047 ** sqlite3_create_function_v2() fails.
4050 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
4092 SQLITE_API int sqlite3_create_function_v2(
4123 ** [sqlite3_create_function_v2()].
H A Dsqlite3.c4157 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
4162 ** sqlite3_create_function_v2() fails.
4165 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
4207 SQLITE_API int sqlite3_create_function_v2(
4238 ** [sqlite3_create_function_v2()].
97410 #define sqlite3_create_function_v2 macro
123630 SQLITE_API int sqlite3_create_function_v2( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h439 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
H A Dsqlite3.h4042 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
4047 ** sqlite3_create_function_v2() fails.
4050 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
4092 SQLITE_API int sqlite3_create_function_v2(
4123 ** [sqlite3_create_function_v2()].
H A Dsqlite3.c4157 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
4162 ** sqlite3_create_function_v2() fails.
4165 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
4207 SQLITE_API int sqlite3_create_function_v2(
4238 ** [sqlite3_create_function_v2()].
97430 #define sqlite3_create_function_v2 macro
123650 SQLITE_API int sqlite3_create_function_v2( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h3493 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
3498 ** sqlite3_create_function_v2() fails.
3501 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
3543 SQLITE_API int sqlite3_create_function_v2(
H A Dsqlite3.c4036 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
4041 ** sqlite3_create_function_v2() fails.
4044 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
4086 SQLITE_API int sqlite3_create_function_v2(
86883 #define sqlite3_create_function_v2 macro
108368 SQLITE_API int sqlite3_create_function_v2( function
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c301 ** sqlite3_create_function_v2() (which is called by s_r_g_c() to create
3222 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,

Completed in 2726 milliseconds