Home
last modified time | relevance | path

Searched refs:FIXFAM (Results 1 – 25 of 66) sorted by relevance

123

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dfilamfix.h14 typedef class FIXFAM *PFIXFAM;
21 class DllExport FIXFAM : public BLKFAM {
24 FIXFAM(PDOSDEF tdp);
25 FIXFAM(PFIXFAM txfp);
30 {return (PTXF)new(g) FIXFAM(this);} in Duplicate()
60 class BGXFAM : public FIXFAM {
H A Dfilamfix.cpp63 FIXFAM::FIXFAM(PDOSDEF tdp) : BLKFAM(tdp) in FIXFAM() function in FIXFAM
78 FIXFAM::FIXFAM(PFIXFAM txfp) : BLKFAM(txfp) in FIXFAM() function in FIXFAM
85 bool FIXFAM::SetPos(PGLOBAL g, int pos) in SetPos()
106 int FIXFAM::InitDelete(PGLOBAL, int fpos, int) in InitDelete()
116 bool FIXFAM::AllocateBuffer(PGLOBAL g) in AllocateBuffer()
204 void FIXFAM::ResetBuffer(PGLOBAL g) in ResetBuffer()
224 int FIXFAM::WriteModifiedBlock(PGLOBAL g) in WriteModifiedBlock()
263 int FIXFAM::ReadBuffer(PGLOBAL g) in ReadBuffer()
360 int FIXFAM::WriteBuffer(PGLOBAL g) in WriteBuffer()
662 BGXFAM::BGXFAM(PDOSDEF tdp) : FIXFAM(tdp) in BGXFAM()
[all …]
H A Dfilamdbf.h51 class DllExport DBFFAM : public FIXFAM, public DBFBASE {
54 DBFFAM(PDOSDEF tdp) : FIXFAM(tdp), DBFBASE(tdp) {} in DBFFAM()
55 DBFFAM(PDBFFAM txfp) : FIXFAM(txfp), DBFBASE((PDBF)txfp) {} in DBFFAM()
H A Dfilamzip.h210 class DllExport ZPXFAM : public FIXFAM {
H A Dfilamvct.h28 class DllExport VCTFAM : public FIXFAM {
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dfilamfix.h14 typedef class FIXFAM *PFIXFAM;
21 class DllExport FIXFAM : public BLKFAM {
24 FIXFAM(PDOSDEF tdp);
25 FIXFAM(PFIXFAM txfp);
30 {return (PTXF)new(g) FIXFAM(this);} in Duplicate()
60 class BGXFAM : public FIXFAM {
H A Dfilamfix.cpp63 FIXFAM::FIXFAM(PDOSDEF tdp) : BLKFAM(tdp) in FIXFAM() function in FIXFAM
78 FIXFAM::FIXFAM(PFIXFAM txfp) : BLKFAM(txfp) in FIXFAM() function in FIXFAM
85 bool FIXFAM::SetPos(PGLOBAL g, int pos) in SetPos()
106 int FIXFAM::InitDelete(PGLOBAL, int fpos, int) in InitDelete()
116 bool FIXFAM::AllocateBuffer(PGLOBAL g) in AllocateBuffer()
206 void FIXFAM::ResetBuffer(PGLOBAL g) in ResetBuffer()
226 int FIXFAM::WriteModifiedBlock(PGLOBAL g) in WriteModifiedBlock()
265 int FIXFAM::ReadBuffer(PGLOBAL g) in ReadBuffer()
362 int FIXFAM::WriteBuffer(PGLOBAL g) in WriteBuffer()
664 BGXFAM::BGXFAM(PDOSDEF tdp) : FIXFAM(tdp) in BGXFAM()
[all …]
H A Dfilamdbf.h51 class DllExport DBFFAM : public FIXFAM, public DBFBASE {
54 DBFFAM(PDOSDEF tdp) : FIXFAM(tdp), DBFBASE(tdp) {} in DBFFAM()
55 DBFFAM(PDBFFAM txfp) : FIXFAM(txfp), DBFBASE((PDBF)txfp) {} in DBFFAM()
H A Dfilamzip.h210 class DllExport ZPXFAM : public FIXFAM {
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dfilamfix.h14 typedef class FIXFAM *PFIXFAM;
21 class DllExport FIXFAM : public BLKFAM {
24 FIXFAM(PDOSDEF tdp);
25 FIXFAM(PFIXFAM txfp);
30 {return (PTXF)new(g) FIXFAM(this);}
60 class BGXFAM : public FIXFAM {
H A Dfilamfix.cpp63 FIXFAM::FIXFAM(PDOSDEF tdp) : BLKFAM(tdp) in FIXFAM() function in FIXFAM
78 FIXFAM::FIXFAM(PFIXFAM txfp) : BLKFAM(txfp) in FIXFAM() function in FIXFAM
85 bool FIXFAM::SetPos(PGLOBAL g, int pos) in SetPos()
106 int FIXFAM::InitDelete(PGLOBAL, int fpos, int) in InitDelete()
116 bool FIXFAM::AllocateBuffer(PGLOBAL g) in AllocateBuffer()
206 void FIXFAM::ResetBuffer(PGLOBAL g) in ResetBuffer()
226 int FIXFAM::WriteModifiedBlock(PGLOBAL g) in WriteModifiedBlock()
265 int FIXFAM::ReadBuffer(PGLOBAL g) in ReadBuffer()
362 int FIXFAM::WriteBuffer(PGLOBAL g) in WriteBuffer()
664 BGXFAM::BGXFAM(PDOSDEF tdp) : FIXFAM(tdp) in BGXFAM()
[all …]
H A Dfilamdbf.h51 class DllExport DBFFAM : public FIXFAM, public DBFBASE {
54 DBFFAM(PDOSDEF tdp) : FIXFAM(tdp), DBFBASE(tdp) {} in DBFFAM()
55 DBFFAM(PDBFFAM txfp) : FIXFAM(txfp), DBFBASE((PDBF)txfp) {} in DBFFAM()
H A Dfilamzip.h210 class DllExport ZPXFAM : public FIXFAM {
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dfilamfix.h14 typedef class FIXFAM *PFIXFAM;
21 class DllExport FIXFAM : public BLKFAM {
24 FIXFAM(PDOSDEF tdp);
25 FIXFAM(PFIXFAM txfp);
30 {return (PTXF)new(g) FIXFAM(this);} in Duplicate()
60 class BGXFAM : public FIXFAM {
H A Dfilamfix.cpp63 FIXFAM::FIXFAM(PDOSDEF tdp) : BLKFAM(tdp) in FIXFAM() function in FIXFAM
78 FIXFAM::FIXFAM(PFIXFAM txfp) : BLKFAM(txfp) in FIXFAM() function in FIXFAM
85 bool FIXFAM::SetPos(PGLOBAL g, int pos) in SetPos()
106 int FIXFAM::InitDelete(PGLOBAL, int fpos, int) in InitDelete()
116 bool FIXFAM::AllocateBuffer(PGLOBAL g) in AllocateBuffer()
206 void FIXFAM::ResetBuffer(PGLOBAL g) in ResetBuffer()
226 int FIXFAM::WriteModifiedBlock(PGLOBAL g) in WriteModifiedBlock()
265 int FIXFAM::ReadBuffer(PGLOBAL g) in ReadBuffer()
362 int FIXFAM::WriteBuffer(PGLOBAL g) in WriteBuffer()
664 BGXFAM::BGXFAM(PDOSDEF tdp) : FIXFAM(tdp) in BGXFAM()
[all …]
H A Dfilamdbf.h51 class DllExport DBFFAM : public FIXFAM, public DBFBASE {
54 DBFFAM(PDOSDEF tdp) : FIXFAM(tdp), DBFBASE(tdp) {} in DBFFAM()
55 DBFFAM(PDBFFAM txfp) : FIXFAM(txfp), DBFBASE((PDBF)txfp) {} in DBFFAM()
H A Dfilamzip.h210 class DllExport ZPXFAM : public FIXFAM {
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dfilamfix.h14 typedef class FIXFAM *PFIXFAM;
21 class DllExport FIXFAM : public BLKFAM {
24 FIXFAM(PDOSDEF tdp);
25 FIXFAM(PFIXFAM txfp);
30 {return (PTXF)new(g) FIXFAM(this);} in Duplicate()
60 class BGXFAM : public FIXFAM {
H A Dfilamfix.cpp63 FIXFAM::FIXFAM(PDOSDEF tdp) : BLKFAM(tdp)
78 FIXFAM::FIXFAM(PFIXFAM txfp) : BLKFAM(txfp)
85 bool FIXFAM::SetPos(PGLOBAL g, int pos)
106 int FIXFAM::InitDelete(PGLOBAL, int fpos, int)
116 bool FIXFAM::AllocateBuffer(PGLOBAL g)
206 void FIXFAM::ResetBuffer(PGLOBAL g)
226 int FIXFAM::WriteModifiedBlock(PGLOBAL g)
265 int FIXFAM::ReadBuffer(PGLOBAL g)
362 int FIXFAM::WriteBuffer(PGLOBAL g)
664 BGXFAM::BGXFAM(PDOSDEF tdp) : FIXFAM(tdp)
[all …]
H A Dfilamdbf.h51 class DllExport DBFFAM : public FIXFAM, public DBFBASE {
54 DBFFAM(PDOSDEF tdp) : FIXFAM(tdp), DBFBASE(tdp) {} in DBFFAM()
55 DBFFAM(PDBFFAM txfp) : FIXFAM(txfp), DBFBASE((PDBF)txfp) {} in DBFFAM()
H A Dfilamzip.h210 class DllExport ZPXFAM : public FIXFAM {
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dfilamfix.h14 typedef class FIXFAM *PFIXFAM;
21 class DllExport FIXFAM : public BLKFAM {
24 FIXFAM(PDOSDEF tdp);
25 FIXFAM(PFIXFAM txfp);
30 {return (PTXF)new(g) FIXFAM(this);} in Duplicate()
60 class BGXFAM : public FIXFAM {
H A Dfilamfix.cpp63 FIXFAM::FIXFAM(PDOSDEF tdp) : BLKFAM(tdp) in FIXFAM() function in FIXFAM
78 FIXFAM::FIXFAM(PFIXFAM txfp) : BLKFAM(txfp) in FIXFAM() function in FIXFAM
85 bool FIXFAM::SetPos(PGLOBAL g, int pos) in SetPos()
106 int FIXFAM::InitDelete(PGLOBAL, int fpos, int) in InitDelete()
116 bool FIXFAM::AllocateBuffer(PGLOBAL g) in AllocateBuffer()
204 void FIXFAM::ResetBuffer(PGLOBAL g) in ResetBuffer()
224 int FIXFAM::WriteModifiedBlock(PGLOBAL g) in WriteModifiedBlock()
263 int FIXFAM::ReadBuffer(PGLOBAL g) in ReadBuffer()
360 int FIXFAM::WriteBuffer(PGLOBAL g) in WriteBuffer()
662 BGXFAM::BGXFAM(PDOSDEF tdp) : FIXFAM(tdp) in BGXFAM()
[all …]
H A Dfilamdbf.h51 class DllExport DBFFAM : public FIXFAM, public DBFBASE {
54 DBFFAM(PDOSDEF tdp) : FIXFAM(tdp), DBFBASE(tdp) {} in DBFFAM()
55 DBFFAM(PDBFFAM txfp) : FIXFAM(txfp), DBFBASE((PDBF)txfp) {} in DBFFAM()
H A Dfilamzip.h210 class DllExport ZPXFAM : public FIXFAM {

123