Next: blonde_fold_minute, Previous: blonde_fgxq_minute, Up: Data Methods [Contents][Index]
extern int blonde_find_minute (void *, const void *, unsigned, unsigned *, void **);
The function searches the $1 in-memory table for the $3 long $2 key and upon
success stores the address of the associated data at $5 and the data size at
$4. The stored
memory location is internal to the in-memory table and will be overwritten or
invalidated by subsequent library calls. No data address and size are stored
(and no long data is read) if $5 is NULL
.
The function returns 0 for look up success and an error code descriptive of the
failure condition, with BLONDE_MINUTE_MISS_CLASS
indicating a look up
failure.
See The Large Stores.