OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_value_subtype
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/sqlite/man/
Makefile
214
sqlite3_value_subtype
.3 \
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
626
#define
sqlite3_value_subtype
sqlite3_api->value_subtype
macro
sqlite3.h
5951
** [
sqlite3_value_subtype
()] to inspect the sub-types of its arguments.
5953
** might disrupt the operation of the [
sqlite3_value_subtype
()] function,
5955
** All SQL functions that invoke [
sqlite3_value_subtype
()] should have this
5957
** value from [
sqlite3_value_subtype
()] might sometimes be zero even though
6177
** The
sqlite3_value_subtype
(V) function returns the subtype for
6186
** If the [SQLITE_SUBTYPE] property is omitted, then
sqlite3_value_subtype
()
6189
SQLITE_API unsigned int
sqlite3_value_subtype
(sqlite3_value*);
sqlite3.c
6272
** [
sqlite3_value_subtype
()] to inspect the sub-types of its arguments.
6274
** might disrupt the operation of the [
sqlite3_value_subtype
()] function,
6276
** All SQL functions that invoke [
sqlite3_value_subtype
()] should have this
6278
** value from [
sqlite3_value_subtype
()] might sometimes be zero even though
6498
** The
sqlite3_value_subtype
(V) function returns the subtype for
6507
** If the [SQLITE_SUBTYPE] property is omitted, then
sqlite3_value_subtype
()
6510
SQLITE_API unsigned int
sqlite3_value_subtype
(sqlite3_value*);
93738
SQLITE_API unsigned int
sqlite3_value_subtype
(sqlite3_value *pVal){
function
142846
#define
sqlite3_value_subtype
macro
[
all
...]
Completed in 96 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026