Home
last modified time | relevance | path

Searched refs:unum32 (Results 1 – 2 of 2) sorted by relevance

/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_util.c3032 wfidvers.unum32[1] = REPMGR_WF_VERSION;
3042 opmeta.unum32[0] = optype;
3043 opmeta.unum32[1] = dbp->meta_pgno;
3049 twoflags.unum32[0] = dbp->flags;
3050 twoflags.unum32[1] = opflags;
3186 wfprotid = wfidvers.unum32[0];
3187 wfprotvers = wfidvers.unum32[1];
3196 optype = opmeta.unum32[0];
3197 metapgno = opmeta.unum32[1];
3210 dbflags = twoflags.unum32[0];
[all …]
/dports/databases/db18/db-18.1.40/src/dbinc/
H A Drepmgr.h158 u_int32_t unum32[2]; member