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


6.2.13 blonde_hike_minute

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

The function stores the address of the first key in the $1 in-memory table at $4, it size at $5, the address of the associated data at $2 and the data size at $3.

The function returns 0 for success and an error code descriptive of the failure condition, with BLONDE_MINUTE_DECK_ERROR indicating an empty table.

See Data Error Definitions.