Searched refs:sqlite3_value_dup (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile205 sqlite3_value_dup.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h611 #define sqlite3_value_dup sqlite3_api->value_dup macro
H A Dsqlite3.h4498 ** [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*);
H A Dsqlite3.c4811 ** [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...]
H A Dshell.c16777 apVal[iField] = sqlite3_value_dup(pVal);
17032 apVal[iField] = sqlite3_value_dup( pVal );
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1045 sqlite3_value* sqlite3_value_dup(const sqlite3_value*);

Completed in 818 milliseconds