OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_base85
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
4890
** function,
is_base85
(t), which returns 1 iff the text t contains
4895
** and variable OPTS to -DOMIT_BASE85_CHECKER if
is_base85
() unwanted.
5091
/* This function does the work for the SQLite
is_base85
(t) UDF. */
5092
static void
is_base85
(sqlite3_context *context, int na, sqlite3_value *av[]){
function
5106
sqlite3_result_error(context, "
is_base85
accepts only text or NULL", -1);
5190
(db, "
is_base85
", 1,
5192
0,
is_base85
, 0, 0);
shell.c
4890
** function,
is_base85
(t), which returns 1 iff the text t contains
4895
** and variable OPTS to -DOMIT_BASE85_CHECKER if
is_base85
() unwanted.
5091
/* This function does the work for the SQLite
is_base85
(t) UDF. */
5092
static void
is_base85
(sqlite3_context *context, int na, sqlite3_value *av[]){
function
5106
sqlite3_result_error(context, "
is_base85
accepts only text or NULL", -1);
5190
(db, "
is_base85
", 1,
5192
0,
is_base85
, 0, 0);
Completed in 112 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026