Searched refs:SQLITE_ANY (Results 1 - 3 of 3) 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 Dsqlite3.h3754 ** encoding is used, then the fourth argument should be [SQLITE_ANY].
3840 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
H A Dsqlite3.c4304 ** encoding is used, then the fourth argument should be [SQLITE_ANY].
4390 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
9876 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
[all...]

Completed in 596 milliseconds