Lines Matching refs:copy_key
2363 const char *key, size_t keylen, bool copy_key, bool merge, bool replace) argument
2417 if (copy_key) {
2439 found->keylen, copy_key, false, false);
2446 elt->keylen, copy_key, false, false);
2453 cur->keylen, copy_key, true, false);
2525 const char *key, size_t keylen, bool copy_key) argument
2527 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, false, false);
2532 const char *key, size_t keylen, bool copy_key) argument
2534 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, true, false);
2539 const char *key, size_t keylen, bool copy_key) argument
2541 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, false, true);