Searched refs:tmp_key (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/ofed/opensm/libvendor/ |
| H A D | osm_vendor_mlx_txn.c | 367 uint64_t tmp_key; in __osmv_txnmgr_lookup() local 381 tmp_key = cl_qmap_key(p_item); in __osmv_txnmgr_lookup() 384 "Found key 0x%016" PRIx64 "\n", tmp_key); in __osmv_txnmgr_lookup() 406 uint64_t tmp_key; in __osmv_txnmgr_insert_txn() local 429 tmp_key = cl_qmap_key(p_item); in __osmv_txnmgr_insert_txn() 432 "Found key 0x%016" PRIx64 "\n", tmp_key); in __osmv_txnmgr_insert_txn()
|
| /freebsd-12.1/lib/libc/db/hash/ |
| H A D | hash_bigkey.c | 505 key->data = (u_char *)hashp->tmp_key; in __big_keydata() 528 if (hashp->tmp_key != NULL) in collect_key() 529 free(hashp->tmp_key); in collect_key() 530 if ((hashp->tmp_key = (char *)malloc(totlen)) == NULL) in collect_key() 544 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], mylen); in collect_key()
|
| H A D | hash.h | 101 char *tmp_key; /* Temporary Buffer for BIG keys */ member
|
| H A D | hash.c | 421 if (hashp->tmp_key) in hdestroy() 422 free(hashp->tmp_key); in hdestroy()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | config_impl.h | 62 svn_stringbuf_t *tmp_key; member
|
| H A D | config.c | 118 cfg->tmp_key = svn_stringbuf_create_empty(result_pool); in svn_config_create2() 495 void *sec_ptr = get_hash_value(cfg->sections, cfg->tmp_key, section, in find_option() 503 cfg_option_t *opt = get_hash_value(sec->options, cfg->tmp_key, option, in find_option() 1332 return NULL != get_hash_value(cfg->sections, cfg->tmp_key, section, in svn_config_has_section()
|
| H A D | config_file.c | 691 cfg->tmp_key = svn_stringbuf_create_empty(pool); in svn_config__shallow_copy()
|