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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h529 #define sqlite3_value_dup sqlite3_api->value_dup macro
H A Dsqlite3.h3734 ** [sqlite3_value_dup()] interface can be used to construct a new
4713 ** ^The sqlite3_value_dup(V) interface makes a copy of the [sqlite3_value]
4716 ** ^The sqlite3_value_dup(V) interface returns NULL if V is NULL or if a
4720 ** previously obtained from [sqlite3_value_dup()]. ^If V is a NULL pointer
4723 SQLITE_API sqlite3_value *sqlite3_value_dup(const sqlite3_value*);
H A Dsqlite3.c4011 ** [sqlite3_value_dup()] interface can be used to construct a new
4990 ** ^The sqlite3_value_dup(V) interface makes a copy of the [sqlite3_value]
4993 ** ^The sqlite3_value_dup(V) interface returns NULL if V is NULL or if a
4997 ** previously obtained from [sqlite3_value_dup()]. ^If V is a NULL pointer
5000 SQLITE_API sqlite3_value *sqlite3_value_dup(const sqlite3_value*);
76526 SQLITE_API sqlite3_value *sqlite3_value_dup(const sqlite3_value *pOrig){ function
111981 #define sqlite3_value_dup macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h529 #define sqlite3_value_dup sqlite3_api->value_dup macro
H A Dsqlite3.h3734 ** [sqlite3_value_dup()] interface can be used to construct a new
4713 ** ^The sqlite3_value_dup(V) interface makes a copy of the [sqlite3_value]
4716 ** ^The sqlite3_value_dup(V) interface returns NULL if V is NULL or if a
4720 ** previously obtained from [sqlite3_value_dup()]. ^If V is a NULL pointer
4723 SQLITE_API sqlite3_value *sqlite3_value_dup(const sqlite3_value*);
H A Dsqlite3.c4011 ** [sqlite3_value_dup()] interface can be used to construct a new
4990 ** ^The sqlite3_value_dup(V) interface makes a copy of the [sqlite3_value]
4993 ** ^The sqlite3_value_dup(V) interface returns NULL if V is NULL or if a
4997 ** previously obtained from [sqlite3_value_dup()]. ^If V is a NULL pointer
5000 SQLITE_API sqlite3_value *sqlite3_value_dup(const sqlite3_value*);
76526 SQLITE_API sqlite3_value *sqlite3_value_dup(const sqlite3_value *pOrig){ function
111981 #define sqlite3_value_dup macro
[all...]

Completed in 879 milliseconds