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

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_hash.c48 UCL_FREE (sizeof (ucl_hash_node_t), elt);
50 UCL_FREE (sizeof (ucl_hash_t), hashlin);
H A Ducl_util.c120 UCL_FREE (obj->hh.keylen, obj->trash_stack[UCL_TRASH_KEY]);
123 UCL_FREE (obj->len, obj->trash_stack[UCL_TRASH_VALUE]);
140 UCL_FREE (sizeof (ucl_object_t), obj);
317 UCL_FREE (sizeof (struct ucl_macro), macro);
320 UCL_FREE (sizeof (struct ucl_chunk), chunk);
323 UCL_FREE (sizeof (struct ucl_pubkey), key);
328 UCL_FREE (sizeof (struct ucl_variable), var);
335 UCL_FREE (sizeof (struct ucl_parser), parser);
366 UCL_FREE (sizeof (struct ucl_pubkey), nkey);
651 UCL_FREE (sizeo
[all...]
H A Ducl_parser.c1465 UCL_FREE (sizeof (struct ucl_stack), st);
1473 UCL_FREE (sizeof (struct ucl_stack), st);
1766 UCL_FREE (macro_len + 1, macro_escaped);
1769 UCL_FREE (macro_len + 1, macro_escaped);
1844 UCL_FREE (sizeof (struct ucl_variable), new);
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h67 * UCL_FREE(size, ptr) - free memory of specified size at ptr
73 #ifndef UCL_FREE
74 #define UCL_FREE(size, ptr) free(ptr) macro

Completed in 121 milliseconds