Searched refs:apData (Results 1 – 1 of 1) sorted by relevance
972 sqlite3_value **apData, in echoUpdate() argument996 if( nData>1 && sqlite3_value_type(apData[0])==SQLITE_INTEGER ){ in echoUpdate()1003 bindArgOne = (apData[1] && sqlite3_value_type(apData[1])==SQLITE_INTEGER); in echoUpdate()1011 if( apData[i]==0 ) continue; in echoUpdate()1020 else if( nData==1 && sqlite3_value_type(apData[0])==SQLITE_INTEGER ){ in echoUpdate()1029 else if( nData>2 && sqlite3_value_type(apData[0])==SQLITE_NULL ){ in echoUpdate()1038 if( sqlite3_value_type(apData[1])==SQLITE_INTEGER ){ in echoUpdate()1071 sqlite3_bind_value(pStmt, nData, apData[0]); in echoUpdate()1074 sqlite3_bind_value(pStmt, 1, apData[1]); in echoUpdate()1077 if( apData[i] ) rc = sqlite3_bind_value(pStmt, i, apData[i]); in echoUpdate()