Lines Matching refs:copy_key
1137 const char *key, size_t keylen, bool copy_key, bool merge, bool replace) argument
1182 if (copy_key) {
1208 found->keylen, copy_key, false, false);
1215 elt->keylen, copy_key, false, false);
1222 cur->keylen, copy_key, false, false);
1294 const char *key, size_t keylen, bool copy_key) argument
1296 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, false, false);
1301 const char *key, size_t keylen, bool copy_key) argument
1303 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, true, false);
1308 const char *key, size_t keylen, bool copy_key) argument
1310 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, false, true);