Searched refs:data_copy_p (Results 1 – 1 of 1) sorted by relevance
1120 void *key_copy_p, *data_copy_p; in table_insert_kd() local1209 data_copy_p = ENTRY_DATA_BUF(table_p, entry_p); in table_insert_kd()1211 data_copy_p = entry_data_buf(table_p, entry_p); in table_insert_kd()1213 memcpy(data_copy_p, data_buf, dsize); in table_insert_kd()1216 data_copy_p = NULL; in table_insert_kd()1220 *data_buf_p = data_copy_p; in table_insert_kd()1242 data_copy_p = ENTRY_DATA_BUF(table_p, entry_p); in table_insert_kd()1244 data_copy_p = entry_data_buf(table_p, entry_p); in table_insert_kd()1246 memcpy(data_copy_p, data_buf, dsize); in table_insert_kd()1249 data_copy_p = NULL; in table_insert_kd()[all …]