Home
last modified time | relevance | path

Searched refs:UCL_TRASH_KEY (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_util.c199 if (obj->trash_stack[UCL_TRASH_KEY] != NULL) { in ucl_object_dtor_free()
508 if (deconst->trash_stack[UCL_TRASH_KEY] != NULL) {
512 deconst->key = obj->trash_stack[UCL_TRASH_KEY];
516 return obj->trash_stack[UCL_TRASH_KEY];
2406 if (elt->trash_stack[UCL_TRASH_KEY] != NULL &&
2409 free (elt->trash_stack[UCL_TRASH_KEY]);
2410 elt->trash_stack[UCL_TRASH_KEY] = NULL;
3596 if (other->trash_stack[UCL_TRASH_KEY] != NULL) {
3597 new->trash_stack[UCL_TRASH_KEY] =
3598 strdup (other->trash_stack[UCL_TRASH_KEY]);
[all …]
H A Ducl_internal.h144 #define UCL_TRASH_KEY 0 macro
H A Ducl_parser.c1478 keylen = ucl_copy_or_store_ptr (parser, c, &nobj->trash_stack[UCL_TRASH_KEY], in ucl_parse_key()