feisty meow concerns codebase  2.140
cromp_transaction.cpp File Reference
Include dependency graph for cromp_transaction.cpp:

Go to the source code of this file.

Namespaces

 cromp
 

Macros

#define DEBUG_CROMP_TRANSACTION
 
#define LOG(s)   CLASS_EMERGENCY_LOG(file_logger(environment::TMP() + "/cromp_transaction.log"), s)
 
#define WHACK_AND_GO   { packed_form.zap(0, 0); continue; }
 
#define CHECK_LENGTH
 

Functions

byte_arraycromp::cromp_name_array ()
 

Variables

const int cromp::MAXIMUM_TRANSACTION = 100 * MEGABYTE
 

Macro Definition Documentation

◆ CHECK_LENGTH

#define CHECK_LENGTH
Value:
if (packed_form.length() < necessary_length) { \
/* to this point, we are happy with the contents. */ \
return true; \
} \
necessary_length++; /* require the next higher length. */

Definition at line 188 of file cromp_transaction.cpp.

◆ DEBUG_CROMP_TRANSACTION

#define DEBUG_CROMP_TRANSACTION

Definition at line 39 of file cromp_transaction.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(file_logger(environment::TMP() + "/cromp_transaction.log"), s)

Definition at line 51 of file cromp_transaction.cpp.

◆ WHACK_AND_GO

#define WHACK_AND_GO   { packed_form.zap(0, 0); continue; }

Definition at line 186 of file cromp_transaction.cpp.