Lines Matching defs:sqlite3_create_function_v2
4358 ** ^(If the ninth parameter to sqlite3_create_function_v2() is not NULL,
4363 ** sqlite3_create_function_v2() fails.
4366 ** pointer which was the fifth parameter to sqlite3_create_function_v2().
4408 SQLITE_API int sqlite3_create_function_v2(
91411 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2
91770 sqlite3_create_function_v2,
113629 return sqlite3_create_function_v2(db, zFunc, nArg, enc, p, xFunc, xStep,
113633 SQLITE_API int sqlite3_create_function_v2(
130445 ** sqlite3_create_function_v2() (which is called by s_r_g_c() to create
133413 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,