Searched refs:sqlite3_value_dup (Results 1 – 8 of 8) sorted by relevance
411 (sqlite3_value*(*)(const sqlite3_value*))sqlite3_value_dup,
236 p->pValue = sqlite3_value_dup(apArg[0]); in nth_valueStepFunc()271 p->pValue = sqlite3_value_dup(apArg[0]); in first_valueStepFunc()498 p->pVal = sqlite3_value_dup(apArg[0]); in last_valueStepFunc()
239 pC1 = sqlite3_value_dup(argv[0]); in instrFunc()243 pC2 = sqlite3_value_dup(argv[1]); in instrFunc()
604 #define sqlite3_value_dup sqlite3_api->value_dup macro
337 sqlite3_value *sqlite3_value_dup(const sqlite3_value *pOrig){ in sqlite3_value_dup() function
4375 ** [sqlite3_value_dup()] interface can be used to construct a new 4399 ** [sqlite3_value_dup()].5637 ** ^The sqlite3_value_dup(V) interface makes a copy of the [sqlite3_value]5640 ** ^The sqlite3_value_dup(V) interface returns NULL if V is NULL or if a5642 ** of sqlite3_value_dup(V) is a NULL value.5645 ** previously obtained from [sqlite3_value_dup()]. ^If V is a NULL pointer5648 sqlite3_value *sqlite3_value_dup(const sqlite3_value*);
1565 apVal[iField] = sqlite3_value_dup(pVal); in recoverLostAndFoundOnePage()1820 apVal[iField] = sqlite3_value_dup( pVal ); in recoverWriteDataStep()
4500 pBlob->apSqlParam[i] = sqlite3_value_dup(aArg[i]); in geomCallback()