Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libucl/include/
H A Ducl.h677 UCL_EXTERN const char* ucl_object_tolstring (const ucl_object_t *obj, size_t *tlen);
1638 #define ucl_obj_tolstring ucl_object_tolstring
/freebsd-14.2/contrib/libucl/doc/
H A Dapi.md314 - `ucl_object_tolstring` - returns `const char *` and `size_t` len of UCL object (string does not n…
/freebsd-14.2/contrib/libucl/src/
H A Ducl_util.c3524 ucl_object_tolstring (const ucl_object_t *obj, size_t *tlen) function