Next: , Up: Data Methods   [Contents][Index]


6.2.1 blonde_cast_minute

extern int blonde_cast_minute
    (void *, const void *, unsigned);

The function searches the $1 in-memory table for the $3 long $2 key and upon success deletes the key.

The function returns 0 for deletion success and an error code descriptive of the failure condition, with BLONDE_MINUTE_MISS_CLASS indicating a look up failure.

See Data Error Definitions.