MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / process

Method process

examples/interfaces/08.events.cpp:56–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void process(int pass)
57 {
58 if (!events)
59 return;
60
61 ISC_ULONG tot = 0;
62 if (counter)
63 {
64 isc_event_counts(&tot, eveLen, eveBuffer, eveResult);
65
66 events->release();
67 events = NULL;
68 counter = 0;
69 events = attachment->queEvents(&status, this, eveLen, eveBuffer);
70 }
71
72 if (tot && !first)
73 printf("Event count on pass %d is %d\n", pass, tot);
74 else
75 printf("Pass %d - no events\n", pass);
76
77 first = false;
78 }
79
80 // IEventCallback implementation
81 void eventCallbackFunction(unsigned int length, const ISC_UCHAR* data)

Callers 12

pkcs_1_mgf1Function · 0.45
pkcs_1_pss_decodeFunction · 0.45
pkcs_1_pss_encodeFunction · 0.45
hash_memory_multiFunction · 0.45
hash_filehandleFunction · 0.45
hash_memoryFunction · 0.45
yarrow_add_entropyFunction · 0.45
_pkcs_5_alg1_commonFunction · 0.45
hmac_initFunction · 0.45
hmac_doneFunction · 0.45
hmac_processFunction · 0.45
mainFunction · 0.45

Calls 2

releaseMethod · 0.45
queEventsMethod · 0.45

Tested by

no test coverage detected