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


6.2.21 blonde_shut_minute

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

The function searches the $1 in-memory table for the $3 long $2 key and upon success deletes the key, yet only if $5 called with $4, the address of the associated data and its size returns 0.

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 and BLONDE_MINUTE_CALL_ERROR indicating $5 returned non zero.

See Data Error Definitions.