Searched defs:sqlite3_create_function_v2 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
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 Dsqlite3ext.h401 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h439 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
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.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.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...]

Completed in 1794 milliseconds