Lines Matching refs:ucl_object_t
154 ucl_object_t *obj;
193 ucl_object_t *top_obj;
194 ucl_object_t *cur_obj;
265 ucl_maybe_parse_boolean (ucl_object_t *obj, const unsigned char *start, size_t len) in ucl_maybe_parse_boolean()
320 int ucl_maybe_parse_number (ucl_object_t *obj,
325 static inline const ucl_object_t *
326 ucl_hash_search_obj (ucl_hash_t* hashlin, ucl_object_t *obj) in ucl_hash_search_obj()
328 return (const ucl_object_t *)ucl_hash_search (hashlin, obj->key, obj->keylen); in ucl_hash_search_obj()
332 ucl_hash_insert_object (ucl_hash_t *hashlin, const ucl_object_t *obj) UCL_WARN_UNUSED_RESULT;
335 ucl_hash_insert_object (ucl_hash_t *hashlin, const ucl_object_t *obj) in ucl_hash_insert_object()
350 unsigned char * ucl_object_emit_single_json (const ucl_object_t *obj);