Lines Matching refs:szMethod

53 void CVerifyNdbSchemaOp::VerifyIntError(const int i, const char* szMethod)  in VerifyIntError()  argument
56 ndbout << "NdbSchemaOp::" << szMethod << " returned " << dec << i; in VerifyIntError()
62 void CVerifyNdbSchemaCon::VerifyIntError(const int i, const char* szMethod) in VerifyIntError() argument
65 ndbout << "NdbSchemaCon::" << szMethod << " returned " << dec << i; in VerifyIntError()
71 void CVerifyNdbSchemaCon::VerifyPtrError(void* p, const char* szMethod) in VerifyPtrError() argument
74 ndbout << "NdbSchemaCon::" << szMethod << " returned " << hex << (Uint32)p; in VerifyPtrError()
80 void CVerifyNdbRecAttr::VerifyValueError(const int iNull, const char* szMethod) in VerifyValueError() argument
83 ndbout << "NdbRecAttr::" << szMethod << " : isNULL() returned " << dec << iNull; in VerifyValueError()
89 void CVerifyNdbOperation::VerifyIntError(const int i, const char* szMethod) in VerifyIntError() argument
92 ndbout << "NdbOperation::" << szMethod << " returned " << dec << i; in VerifyIntError()
98 void CVerifyNdbOperation::VerifyPtrError(void* p, const char* szMethod) in VerifyPtrError() argument
101 ndbout << "NdbOperation::" << szMethod << " returned " << hex << (Uint32)p; in VerifyPtrError()
107 void CVerifyNdbIndexOperation::VerifyIntError(const int i, const char* szMethod) in VerifyIntError() argument
110 ndbout << "NdbIndexOperation::" << szMethod << " returned " << dec << i; in VerifyIntError()
116 void CVerifyNdbIndexOperation::VerifyPtrError(void* p, const char* szMethod) in VerifyPtrError() argument
119 ndbout << "NdbIndexOperation::" << szMethod << " returned " << hex << (Uint32)p; in VerifyPtrError()
125 void CVerifyNdbConnection::VerifyIntError(const int i, const char* szMethod) in VerifyIntError() argument
128 ndbout << "NdbConnection::" << szMethod << " returned " << dec << i; in VerifyIntError()
134 void CVerifyNdbConnection::VerifyPtrError(void* p, const char* szMethod) in VerifyPtrError() argument
137 ndbout << "NdbConnection::" << szMethod << " returned " << hex << (Uint32)p; in VerifyPtrError()
143 void CVerifyNdb::VerifyPtrError(void* p, const char* szMethod) in VerifyPtrError() argument
146 ndbout << "Ndb::" << szMethod << " returned " << hex << (Uint32)p; in VerifyPtrError()
152 void CVerifyNdb::VerifyVoidError(const int iCode, const char* szMethod) in VerifyVoidError() argument
155 ndbout << "Ndb::" << szMethod << " : getNdbError().code returned " << dec << iCode; in VerifyVoidError()