Searched refs:url_copy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c737 char *url_copy = NULL; local
745 url_copy = malloc (hash_ptr - ref + 1);
747 if (url_copy == NULL) {
753 ucl_strlcpy (url_copy, ref, hash_ptr - ref + 1);
754 p = url_copy;
774 free (url_copy);
789 free (url_copy);
802 free (url_copy);
813 free (url_copy);

Completed in 101 milliseconds