Next: blonde_plan_minute, Previous: blonde_lxxq_minute, Up: Data Methods [Contents][Index]
extern int blonde_note_minute (void *, unsigned, void *, int (*)(void *, const void *, unsigned));
The function traverses forward the $1 in-memory table, calling $3 for each seen item with $2, the item key storage address and the key size as arguments, until $3 returns non zero or there are no items left unexamined. The storage addresses are internal to the in-memory table and will be overwritten or invalidated by subsequent library calls.
The function returns BLONDE_MINUTE_CALL_ERROR
if $3 returned non zero,
0 for traversal success, and one of the defined error codes for failure.