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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h425 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
H A Dsqlite3.h3768 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
3773 ** sqlite3_create_function_v2() fails.
3776 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
3818 SQLITE_API int sqlite3_create_function_v2(
H A Dsqlite3.c4318 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
4323 ** sqlite3_create_function_v2() fails.
4326 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
4368 SQLITE_API int sqlite3_create_function_v2(
91272 #define sqlite3_create_function_v2 macro
113376 SQLITE_API int sqlite3_create_function_v2( function
[all...]

Completed in 448 milliseconds