28
28
int heap_rsame(register HP_INFO *info, unsigned char *record, int inx)
33
33
if (get_chunk_status(&share->recordspace, info->current_ptr) == CHUNK_STATUS_ACTIVE)
35
35
if (inx < -1 || inx >= (int) share->keys)
43
if (!hp_search(info, share->keydef + inx, &info->lastkey[0], 3))
43
if (!hp_search(info, share->keydef + inx, info->lastkey, 3))
49
49
hp_extract_record(share, record, info->current_ptr);