Searched refs:size_of (Results 1 – 1 of 1) sorted by relevance
39 uint8_t size_of; member46 uint8_t size_of; member257 memset(result, 0, db->size_of); in convert_to_struct()349 db->malloced = buf = xrealloc(buf, db->size_of + S.string_size); in massage_data_for_non_r_func()350 memmove(buf + db->size_of, buf, S.string_size); in massage_data_for_non_r_func()351 return convert_to_struct(db, buf + db->size_of, buf); in massage_data_for_non_r_func()