Home
last modified time | relevance | path

Searched refs:statefile_crc (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/transam/
H A Dtwophase.c1590 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1594 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1595 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1596 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1623 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/transam/
H A Dtwophase.c1590 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1594 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1595 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1596 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1623 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/transam/
H A Dtwophase.c1590 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1594 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1595 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1596 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1623 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/transam/
H A Dtwophase.c1590 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1594 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1595 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1596 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1623 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/transam/
H A Dtwophase.c1590 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1594 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1595 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1596 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1623 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/transam/
H A Dtwophase.c1590 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1594 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1595 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1596 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1623 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/transam/
H A Dtwophase.c1590 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1594 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1595 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1596 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1623 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/transam/
H A Dtwophase.c1651 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1655 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1656 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1657 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1686 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/transam/
H A Dtwophase.c1651 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1655 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1656 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1657 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1686 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/transam/
H A Dtwophase.c1719 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1723 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1724 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1725 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1753 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/transam/
H A Dtwophase.c1651 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1655 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1656 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1657 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1686 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/transam/
H A Dtwophase.c1651 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1655 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1656 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1657 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1686 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/transam/
H A Dtwophase.c1651 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1655 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1656 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1657 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1686 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/transam/
H A Dtwophase.c1651 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1655 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1656 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1657 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1686 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/transam/
H A Dtwophase.c1651 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1655 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1656 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1657 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1686 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/transam/
H A Dtwophase.c1719 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1723 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1724 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1725 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1753 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/transam/
H A Dtwophase.c1719 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1723 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1724 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1725 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1753 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/transam/
H A Dtwophase.c1719 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1723 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1724 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1725 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1753 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/transam/
H A Dtwophase.c1719 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1723 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1724 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1725 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1753 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/transam/
H A Dtwophase.c1719 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1723 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1724 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1725 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1753 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/transam/
H A Dtwophase.c1743 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1747 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1748 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1749 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1772 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/transam/
H A Dtwophase.c1743 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1747 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1748 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1749 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1772 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/transam/
H A Dtwophase.c1719 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1723 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1724 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1725 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1753 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/transam/
H A Dtwophase.c1683 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1687 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1688 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1689 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1712 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/transam/
H A Dtwophase.c1683 pg_crc32c statefile_crc; in RecreateTwoPhaseFile() local
1687 INIT_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1688 COMP_CRC32C(statefile_crc, content, len); in RecreateTwoPhaseFile()
1689 FIN_CRC32C(statefile_crc); in RecreateTwoPhaseFile()
1712 if (write(fd, &statefile_crc, sizeof(pg_crc32c)) != sizeof(pg_crc32c)) in RecreateTwoPhaseFile()

12