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_dup
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/sqlite/man/
Makefile
205
sqlite3_value_dup
.3 \
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
611
#define
sqlite3_value_dup
sqlite3_api->value_dup
macro
sqlite3.h
4498
** [
sqlite3_value_dup
()] interface can be used to construct a new
4522
** [
sqlite3_value_dup
()].
5816
** ^The
sqlite3_value_dup
(V) interface makes a copy of the [sqlite3_value]
5819
** ^The
sqlite3_value_dup
(V) interface returns NULL if V is NULL or if a
5821
** of
sqlite3_value_dup
(V) is a NULL value.
5824
** previously obtained from [
sqlite3_value_dup
()]. ^If V is a NULL pointer
5827
SQLITE_API sqlite3_value *
sqlite3_value_dup
(const sqlite3_value*);
sqlite3.c
4811
** [
sqlite3_value_dup
()] interface can be used to construct a new
4835
** [
sqlite3_value_dup
()].
6129
** ^The
sqlite3_value_dup
(V) interface makes a copy of the [sqlite3_value]
6132
** ^The
sqlite3_value_dup
(V) interface returns NULL if V is NULL or if a
6134
** of
sqlite3_value_dup
(V) is a NULL value.
6137
** previously obtained from [
sqlite3_value_dup
()]. ^If V is a NULL pointer
6140
SQLITE_API sqlite3_value *
sqlite3_value_dup
(const sqlite3_value*);
90218
SQLITE_API sqlite3_value *
sqlite3_value_dup
(const sqlite3_value *pOrig){
function
136083
#define
sqlite3_value_dup
macro
[
all
...]
shell.c
16777
apVal[iField] =
sqlite3_value_dup
(pVal);
17032
apVal[iField] =
sqlite3_value_dup
( pVal );
Completed in 124 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026