Searched defs:PreUpdate (Results 1 – 4 of 4) sorted by relevance
59 void NoiseEstimator::PreUpdate( in PreUpdate() function in webrtc::NoiseEstimator
14683 typedef struct PreUpdate PreUpdate; typedef21174 struct PreUpdate { struct21175 Vdbe *v;21176 VdbeCursor *pCsr; /* Cursor to read old values from */21177 int op; /* One of SQLITE_INSERT, UPDATE, DELETE */21178 u8 *aRecord; /* old.* database record */21179 KeyInfo keyinfo;21180 UnpackedRecord *pUnpacked; /* Unpacked version of aRecord[] */21181 UnpackedRecord *pNewUnpacked; /* Unpacked version of new.* record */21182 int iNewReg; /* Register for new.* values */[all …]
14655 typedef struct PreUpdate PreUpdate; typedef21129 struct PreUpdate { struct21130 Vdbe *v;21131 VdbeCursor *pCsr; /* Cursor to read old values from */21132 int op; /* One of SQLITE_INSERT, UPDATE, DELETE */21133 u8 *aRecord; /* old.* database record */21134 KeyInfo keyinfo;21135 UnpackedRecord *pUnpacked; /* Unpacked version of aRecord[] */21136 UnpackedRecord *pNewUnpacked; /* Unpacked version of new.* record */21137 int iNewReg; /* Register for new.* values */[all …]