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

/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h438 UCL_EXTERN ucl_object_t* ucl_object_pop_keyl (ucl_object_t *top, const char *key,
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c2278 ucl_object_pop_keyl (ucl_object_t *top, const char *key, size_t keylen) function
2299 return ucl_object_pop_keyl (top, key, strlen (key));

Completed in 115 milliseconds