Searched refs:sqlite3_create_function_v2 (Results 1 – 3 of 3) sorted by relevance
566 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
5445 ** ^(If the final parameter to sqlite3_create_function_v2() or5450 ** sqlite3_create_function_v2() fails. ^When the destructor callback is5452 ** 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()].
5758 ** ^(If the final parameter to sqlite3_create_function_v2() or5763 ** sqlite3_create_function_v2() fails. ^When the destructor callback is5765 ** 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...]