Home
last modified time | relevance | path

Searched refs:BINCOL (Results 1 – 24 of 24) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtabfix.h14 typedef class BINCOL *PBINCOL;
24 friend class BINCOL; variable
64 class DllExport BINCOL : public DOSCOL {
68 BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am = "BIN");
69 BINCOL(BINCOL *colp, PTDB tdbp); // Constructor used in copy process
85 BINCOL(void) {} // Default constructor not to be used in BINCOL() function
H A Dtabfix.cpp55 char BINCOL::Endian = 'H';
99 cp2 = new(g) BINCOL(cp1, tp); // Make a copy in Clone()
122 return new(g) BINCOL(g, cdp, this, cprec, n); in MakeCol()
374 BINCOL::BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am) in BINCOL() function in BINCOL
441 BINCOL::BINCOL(BINCOL *col1, PTDB tdbp) : DOSCOL(col1, tdbp) in BINCOL() function in BINCOL
453 void BINCOL::SetEndian(void) in SetEndian()
469 void BINCOL::ReadColumn(PGLOBAL g) in ReadColumn()
560 void BINCOL::WriteColumn(PGLOBAL g) in WriteColumn()
H A Dfilamtxt.h32 friend class BINCOL; variable
H A Dha_connect.cc839 BINCOL::SetEndian(); // Initialize host endian setting in connect_init_func()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtabfix.h14 typedef class BINCOL *PBINCOL;
24 friend class BINCOL; variable
64 class DllExport BINCOL : public DOSCOL {
68 BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am = "BIN");
69 BINCOL(BINCOL *colp, PTDB tdbp); // Constructor used in copy process
85 BINCOL(void) {} // Default constructor not to be used in BINCOL() function
H A Dtabfix.cpp57 char BINCOL::Endian = 'H';
101 cp2 = new(g) BINCOL(cp1, tp); // Make a copy in Clone()
124 return new(g) BINCOL(g, cdp, this, cprec, n); in MakeCol()
376 BINCOL::BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am) in BINCOL() function in BINCOL
443 BINCOL::BINCOL(BINCOL *col1, PTDB tdbp) : DOSCOL(col1, tdbp) in BINCOL() function in BINCOL
455 void BINCOL::SetEndian(void) in SetEndian()
471 void BINCOL::ReadColumn(PGLOBAL g) in ReadColumn()
562 void BINCOL::WriteColumn(PGLOBAL g) in WriteColumn()
H A Dfilamtxt.h32 friend class BINCOL; variable
H A Dha_connect.cc840 BINCOL::SetEndian(); // Initialize host endian setting in connect_init_func()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtabfix.h14 typedef class BINCOL *PBINCOL;
24 friend class BINCOL; variable
64 class DllExport BINCOL : public DOSCOL {
68 BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am = "BIN");
69 BINCOL(BINCOL *colp, PTDB tdbp); // Constructor used in copy process
85 BINCOL(void) {} // Default constructor not to be used in BINCOL() function
H A Dtabfix.cpp57 char BINCOL::Endian = 'H';
101 cp2 = new(g) BINCOL(cp1, tp); // Make a copy in Clone()
124 return new(g) BINCOL(g, cdp, this, cprec, n); in MakeCol()
376 BINCOL::BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am) in BINCOL() function in BINCOL
443 BINCOL::BINCOL(BINCOL *col1, PTDB tdbp) : DOSCOL(col1, tdbp) in BINCOL() function in BINCOL
455 void BINCOL::SetEndian(void) in SetEndian()
471 void BINCOL::ReadColumn(PGLOBAL g) in ReadColumn()
562 void BINCOL::WriteColumn(PGLOBAL g) in WriteColumn()
H A Dfilamtxt.h32 friend class BINCOL; variable
H A Dha_connect.cc840 BINCOL::SetEndian(); // Initialize host endian setting in connect_init_func()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtabfix.h14 typedef class BINCOL *PBINCOL;
24 friend class BINCOL; variable
64 class DllExport BINCOL : public DOSCOL {
68 BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am = "BIN");
69 BINCOL(BINCOL *colp, PTDB tdbp); // Constructor used in copy process
85 BINCOL(void) {} // Default constructor not to be used in BINCOL() function
H A Dtabfix.cpp57 char BINCOL::Endian = 'H';
101 cp2 = new(g) BINCOL(cp1, tp); // Make a copy in Clone()
124 return new(g) BINCOL(g, cdp, this, cprec, n); in MakeCol()
376 BINCOL::BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am) in BINCOL() function in BINCOL
443 BINCOL::BINCOL(BINCOL *col1, PTDB tdbp) : DOSCOL(col1, tdbp) in BINCOL() function in BINCOL
455 void BINCOL::SetEndian(void) in SetEndian()
471 void BINCOL::ReadColumn(PGLOBAL g) in ReadColumn()
562 void BINCOL::WriteColumn(PGLOBAL g) in WriteColumn()
H A Dfilamtxt.h32 friend class BINCOL; variable
H A Dha_connect.cc840 BINCOL::SetEndian(); // Initialize host endian setting in connect_init_func()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dtabfix.h14 typedef class BINCOL *PBINCOL;
24 friend class BINCOL; variable
64 class DllExport BINCOL : public DOSCOL {
68 BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am = "BIN");
69 BINCOL(BINCOL *colp, PTDB tdbp); // Constructor used in copy process
85 BINCOL(void) {} // Default constructor not to be used in BINCOL() function
H A Dtabfix.cpp57 char BINCOL::Endian = 'H';
101 cp2 = new(g) BINCOL(cp1, tp); // Make a copy in Clone()
124 return new(g) BINCOL(g, cdp, this, cprec, n); in MakeCol()
376 BINCOL::BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am) in BINCOL() function in BINCOL
443 BINCOL::BINCOL(BINCOL *col1, PTDB tdbp) : DOSCOL(col1, tdbp) in BINCOL() function in BINCOL
455 void BINCOL::SetEndian(void) in SetEndian()
471 void BINCOL::ReadColumn(PGLOBAL g) in ReadColumn()
562 void BINCOL::WriteColumn(PGLOBAL g) in WriteColumn()
H A Dfilamtxt.h32 friend class BINCOL;
H A Dha_connect.cc840 BINCOL::SetEndian(); // Initialize host endian setting in connect_init_func()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dtabfix.h14 typedef class BINCOL *PBINCOL;
24 friend class BINCOL; variable
64 class DllExport BINCOL : public DOSCOL {
68 BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am = "BIN");
69 BINCOL(BINCOL *colp, PTDB tdbp); // Constructor used in copy process
85 BINCOL(void) {} // Default constructor not to be used in BINCOL() function
H A Dtabfix.cpp55 char BINCOL::Endian = 'H';
99 cp2 = new(g) BINCOL(cp1, tp); // Make a copy in Clone()
122 return new(g) BINCOL(g, cdp, this, cprec, n); in MakeCol()
374 BINCOL::BINCOL(PGLOBAL g, PCOLDEF cdp, PTDB tp, PCOL cp, int i, PCSZ am) in BINCOL() function in BINCOL
441 BINCOL::BINCOL(BINCOL *col1, PTDB tdbp) : DOSCOL(col1, tdbp) in BINCOL() function in BINCOL
453 void BINCOL::SetEndian(void) in SetEndian()
469 void BINCOL::ReadColumn(PGLOBAL g) in ReadColumn()
560 void BINCOL::WriteColumn(PGLOBAL g) in WriteColumn()
H A Dfilamtxt.h32 friend class BINCOL; variable
H A Dha_connect.cc839 BINCOL::SetEndian(); // Initialize host endian setting in connect_init_func()