Searched refs:sqlite3_create_function (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c338 rc = sqlite3_create_function(db, "zip", 1, SQLITE_ANY, NULL, zip, NULL, NULL);
345 rc = sqlite3_create_function(db, "unzip", 1, SQLITE_ANY, NULL,
465 rc = sqlite3_create_function(db, "rank_func", 1, SQLITE_ANY, (void *)&idf,
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h300 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dshell.c1428 sqlite3_create_function(db, "shellstatic", 0, SQLITE_UTF8, 0,
H A Dsqlite3.h223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
3749 ** invoke sqlite3_create_function() or sqlite3_create_function16() multiple
3798 SQLITE_API int sqlite3_create_function(
3840 #define SQLITE_ANY 5 /* sqlite3_create_function only */
3870 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
3966 ** of the [sqlite3_create_function()]
3980 ** of the [sqlite3_create_function()]
4055 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
H A Dsqlite3.c773 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
4299 ** invoke sqlite3_create_function() or sqlite3_create_function16() multiple
4348 SQLITE_API int sqlite3_create_function(
4390 #define SQLITE_ANY 5 /* sqlite3_create_function only */
4420 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
4516 ** of the [sqlite3_create_function()]
4530 ** of the [sqlite3_create_function()]
4605 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
91147 #define sqlite3_create_function macro
113362 SQLITE_API int sqlite3_create_function( function
[all...]

Completed in 439 milliseconds