Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgSearch/
DPostTestMsg.c33 #define NUM_TEST_MSGS 4 macro
37 static const NWC24MsgType TEST_MSG_TYPE[NUM_TEST_MSGS] =
45 static const char* STR_TEST_SUBJECT[NUM_TEST_MSGS] =
69 for ( iObj = 0; iObj < NUM_TEST_MSGS; ++iObj ) in PostTestMsg()
79 if ( iObj == NUM_TEST_MSGS - 1 ) in PostTestMsg()
126 OSReport( "Posted %d test messages successfully.\n", NUM_TEST_MSGS ); in PostTestMsg()