Home
last modified time | relevance | path

Searched defs:new_key (Results 1 – 23 of 23) sorted by relevance

/third_party/Linux_Kernel/include/uapi/linux/
Dpr.h21 __u64 new_key; member
28 __u64 new_key; member
/third_party/mingw-w64/mingw-w64-crt/crt/
Dtlsthrd.c44 __mingwthr_key_t *new_key; in ___w64_mingwthr_add_key_dtor() local
/third_party/grpc/src/core/ext/filters/client_channel/
Dlocal_subchannel_pool.cc72 auto new_key = new SubchannelKey(*key); in sck_avl_copy() local
Dglobal_subchannel_pool.cc172 auto* new_key = new SubchannelKey(*key); in sck_avl_copy() local
/third_party/python/Python/
Dthread.c122 Py_tss_t *new_key = (Py_tss_t *)PyMem_RawMalloc(sizeof(Py_tss_t)); in PyThread_tss_alloc() local
/third_party/iniparser/src/
Ddictionary.c71 char ** new_key ; in dictionary_grow() local
/third_party/eudev/src/shared/
Dhashmap.h236 …red_hashmap_remove_and_put(OrderedHashmap *h, const void *old_key, const void *new_key, void *valu… in ordered_hashmap_remove_and_put()
241 …hashmap_remove_and_replace(OrderedHashmap *h, const void *old_key, const void *new_key, void *valu… in ordered_hashmap_remove_and_replace()
Dhashmap.c1420 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_put()
1447 int set_remove_and_put(Set *s, const void *old_key, const void *new_key) { in set_remove_and_put()
1473 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_replace()
/third_party/boost/boost/polygon/
Dvoronoi_builder.hpp286 key_type new_key(*site_event_iterator_); in process_site_event() local
/third_party/libpng/
Dpngwutil.c1534 png_byte new_key[80]; in png_write_tEXt() local
1577 png_byte new_key[81]; in png_write_zTXt() local
1629 png_byte new_key[82]; in png_write_iTXt() local
Dpngset.c1726 png_check_keyword(png_structrp png_ptr, png_const_charp key, png_bytep new_key) in png_check_keyword()
/third_party/flutter/skia/third_party/externals/libpng/
Dpngwutil.c1534 png_byte new_key[80]; in png_write_tEXt() local
1577 png_byte new_key[81]; in png_write_zTXt() local
1629 png_byte new_key[82]; in png_write_iTXt() local
Dpngset.c1726 png_check_keyword(png_structrp png_ptr, png_const_charp key, png_bytep new_key) in png_check_keyword()
/third_party/boringssl/src/ssl/
Dssl_session.cc431 auto new_key = bssl::MakeUnique<TicketKey>(); in ssl_ctx_rotate_ticket_encryption_key() local
Dssl_test.cc2230 uint8_t new_key[kTicketKeyLen]; in ExpectTicketKeyChanged() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay_i.h147 struct data_key *new_key; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay_i.h147 struct data_key *new_key; member
/third_party/glib/glib/
Dghash.c1266 gpointer new_key, in g_hash_table_insert_node()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c1373 gboolean new_key; in ttml_store_unique_children() local
/third_party/cJSON/
DcJSON.c2007 char *new_key = NULL; in add_item_to_object() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface.c1743 char *new_key; in wpa_supplicant_ctrl_iface_wps_reg() local
1896 char *new_key; in wpa_supplicant_ctrl_iface_wps_er_config() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface.c1743 char *new_key; in wpa_supplicant_ctrl_iface_wps_reg() local
1896 char *new_key; in wpa_supplicant_ctrl_iface_wps_er_config() local
/third_party/node/src/
Dnode_crypto.cc5743 ECKeyPointer new_key(EC_KEY_dup(ecdh->key_.get())); in SetPrivateKey() local