Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3_value_dup

4845 ** [sqlite3_value_dup()] interface can be used to construct a new 
4867 ** [sqlite3_value_dup()].
5929 ** ^The sqlite3_value_dup(V) interface makes a copy of the [sqlite3_value]
5932 ** ^The sqlite3_value_dup(V) interface returns NULL if V is NULL or if a
5936 ** previously obtained from [sqlite3_value_dup()]. ^If V is a NULL pointer
5939 SQLITE_API sqlite3_value *sqlite3_value_dup(const sqlite3_value*);
77983 SQLITE_API sqlite3_value *sqlite3_value_dup(const sqlite3_value *pOrig){
78004 ** sqlite3_value_dup().
113805 #define sqlite3_value_dup sqlite3_api->value_dup
114244 (sqlite3_value*(*)(const sqlite3_value*))sqlite3_value_dup,
171203 pBlob->apSqlParam[i] = sqlite3_value_dup(aArg[i]);