Searched refs:copy_key (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | dict.c | 75 char *oldval = NULL, *copy_key = NULL, *copy_value = NULL; in av_dict_set() local 81 copy_key = (void *)key; in av_dict_set() 83 copy_key = av_strdup(key); in av_dict_set() 86 else if (copy_key) in av_dict_set() 90 if (!m || (key && !copy_key) || (value && !copy_value)) in av_dict_set() 95 av_free(copy_key); in av_dict_set() 113 m->elems[m->count].key = copy_key; in av_dict_set() 128 av_freep(©_key); in av_dict_set() 142 av_free(copy_key); in av_dict_set()
|
/third_party/grpc/src/core/lib/avl/ |
D | avl.cc | 129 grpc_avl_node* n = new_node(vtable->copy_key(right->key, user_data), in rotate_left() 141 new_node(vtable->copy_key(left->key, user_data), in rotate_right() 154 new_node(vtable->copy_key(left->right->key, user_data), in rotate_left_right() 156 new_node(vtable->copy_key(left->key, user_data), in rotate_left_right() 170 new_node(vtable->copy_key(right->left->key, user_data), in rotate_right_left() 173 new_node(vtable->copy_key(right->key, user_data), in rotate_right_left() 216 return rebalance(vtable, vtable->copy_key(node->key, user_data), in add_key() 222 vtable, vtable->copy_key(node->key, user_data), in add_key() 266 vtable, vtable->copy_key(h->key, user_data), in remove_key() 271 return rebalance(vtable, vtable->copy_key(h->key, user_data), in remove_key() [all …]
|
D | avl.h | 45 void* (*copy_key)(void* key, void* user_data); member
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 668 * `"copy_key"`: called by `psa_copy_key()` when copying a key within the same [location](#lifetimes…
|