| H A D | ucl_util.c | 2375 const char *key, size_t keylen, bool copy_key, bool merge, bool replace) argument 2429 if (copy_key) { 2451 found->keylen, copy_key, false, false); 2458 elt->keylen, copy_key, false, false); 2465 cur->keylen, copy_key, true, false); 2534 const char *key, size_t keylen, bool copy_key) argument 2536 return ucl_object_insert_key_common(top, elt, key, keylen, copy_key, false, false); 2540 const char *key, size_t keylen, bool copy_key) argument 2542 return ucl_object_insert_key_common(top, elt, key, keylen, copy_key, true, false); 2546 const char *key, size_t keylen, bool copy_key) argument [all …]
|