Home
last modified time | relevance | path

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

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
603 if (fscxt) in AtEOXact_LargeObject()
604 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
605 fscxt = NULL; in AtEOXact_LargeObject()
626 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
654 if (fscxt == NULL) in newLOfd()
655 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
673 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
603 if (fscxt) in AtEOXact_LargeObject()
604 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
605 fscxt = NULL; in AtEOXact_LargeObject()
626 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
654 if (fscxt == NULL) in newLOfd()
655 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
673 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
603 if (fscxt) in AtEOXact_LargeObject()
604 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
605 fscxt = NULL; in AtEOXact_LargeObject()
626 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
654 if (fscxt == NULL) in newLOfd()
655 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
673 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
603 if (fscxt) in AtEOXact_LargeObject()
604 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
605 fscxt = NULL; in AtEOXact_LargeObject()
626 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
654 if (fscxt == NULL) in newLOfd()
655 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
673 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
603 if (fscxt) in AtEOXact_LargeObject()
604 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
605 fscxt = NULL; in AtEOXact_LargeObject()
626 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
654 if (fscxt == NULL) in newLOfd()
655 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
673 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
613 if (fscxt) in AtEOXact_LargeObject()
614 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
615 fscxt = NULL; in AtEOXact_LargeObject()
636 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
664 if (fscxt == NULL) in newLOfd()
665 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
683 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL;
102 lobjDesc = inv_open(lobjId, mode, fscxt);
323 if (fscxt != NULL)
603 if (fscxt)
604 MemoryContextDelete(fscxt);
605 fscxt = NULL;
626 if (fscxt == NULL) /* no LO operations in this xact */
654 if (fscxt == NULL)
655 fscxt = AllocSetContextCreate(TopMemoryContext,
673 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *));
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL;
102 lobjDesc = inv_open(lobjId, mode, fscxt);
323 if (fscxt != NULL)
611 if (fscxt)
612 MemoryContextDelete(fscxt);
613 fscxt = NULL;
634 if (fscxt == NULL) /* no LO operations in this xact */
662 if (fscxt == NULL)
663 fscxt = AllocSetContextCreate(TopMemoryContext,
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *));
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
613 if (fscxt) in AtEOXact_LargeObject()
614 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
615 fscxt = NULL; in AtEOXact_LargeObject()
636 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
664 if (fscxt == NULL) in newLOfd()
665 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
683 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
613 if (fscxt) in AtEOXact_LargeObject()
614 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
615 fscxt = NULL; in AtEOXact_LargeObject()
636 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
664 if (fscxt == NULL) in newLOfd()
665 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
683 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL;
102 lobjDesc = inv_open(lobjId, mode, fscxt);
323 if (fscxt != NULL) in DecodeVPERMV3Mask()
611 if (fscxt)
612 MemoryContextDelete(fscxt);
613 fscxt = NULL;
634 if (fscxt == NULL) /* no LO operations in this xact */
662 if (fscxt == NULL)
663 fscxt = AllocSetContextCreate(TopMemoryContext,
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *));
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
611 if (fscxt) in AtEOXact_LargeObject()
612 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
613 fscxt = NULL; in AtEOXact_LargeObject()
634 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
662 if (fscxt == NULL) in newLOfd()
663 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
681 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
613 if (fscxt) in AtEOXact_LargeObject()
614 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
615 fscxt = NULL; in AtEOXact_LargeObject()
636 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
664 if (fscxt == NULL) in newLOfd()
665 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
683 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
613 if (fscxt) in AtEOXact_LargeObject()
614 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
615 fscxt = NULL; in AtEOXact_LargeObject()
636 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
664 if (fscxt == NULL) in newLOfd()
665 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
683 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL; variable
102 lobjDesc = inv_open(lobjId, mode, fscxt); in be_lo_open()
323 if (fscxt != NULL) in be_lo_unlink()
613 if (fscxt) in AtEOXact_LargeObject()
614 MemoryContextDelete(fscxt); in AtEOXact_LargeObject()
615 fscxt = NULL; in AtEOXact_LargeObject()
636 if (fscxt == NULL) /* no LO operations in this xact */ in AtEOSubXact_LargeObject()
664 if (fscxt == NULL) in newLOfd()
665 fscxt = AllocSetContextCreate(TopMemoryContext, in newLOfd()
683 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *)); in newLOfd()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/libpq/
H A Dbe-fsstubs.c73 static MemoryContext fscxt = NULL;
102 lobjDesc = inv_open(lobjId, mode, fscxt);
323 if (fscxt != NULL)
603 if (fscxt)
604 MemoryContextDelete(fscxt);
605 fscxt = NULL;
626 if (fscxt == NULL) /* no LO operations in this xact */
654 if (fscxt == NULL)
655 fscxt = AllocSetContextCreate(TopMemoryContext,
673 MemoryContextAllocZero(fscxt, newsize * sizeof(LargeObjectDesc *));

12