Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h566 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
H A Dsqlite3.h5445 ** ^(If the final parameter to sqlite3_create_function_v2() or
5450 ** sqlite3_create_function_v2() fails. ^When the destructor callback is
5452 ** data pointer which was the fifth parameter to sqlite3_create_function_v2().
5494 SQLITE_API int sqlite3_create_function_v2(
5537 ** [sqlite3_create_function_v2()].
H A Dsqlite3.c5758 ** ^(If the final parameter to sqlite3_create_function_v2() or
5763 ** sqlite3_create_function_v2() fails. ^When the destructor callback is
5765 ** data pointer which was the fifth parameter to sqlite3_create_function_v2().
5807 SQLITE_API int sqlite3_create_function_v2(
5850 ** [sqlite3_create_function_v2()].
[all...]