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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h404 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
H A Dsqlite3.h3677 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
3682 ** sqlite3_create_function_v2() fails.
3685 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
3727 SQLITE_API int sqlite3_create_function_v2(
H A Dsqlite3.c4230 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
4235 ** sqlite3_create_function_v2() fails.
4238 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
4280 SQLITE_API int sqlite3_create_function_v2(
89296 #define sqlite3_create_function_v2 macro
111282 SQLITE_API int sqlite3_create_function_v2( function
[all...]

Completed in 401 milliseconds