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

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_util.c134 else if (obj->type == UCL_OBJECT) {
1045 top->type = UCL_OBJECT;
1048 if (top->type != UCL_OBJECT) {
1051 top->type = UCL_OBJECT;
1096 if (found->type != UCL_OBJECT && elt->type == UCL_OBJECT) {
1102 else if (found->type == UCL_OBJECT && elt->type != UCL_OBJECT) {
1106 else if (found->type == UCL_OBJECT && elt->type == UCL_OBJECT) {
[all...]
H A Ducl_emitter.c273 case UCL_OBJECT:
367 if (cur_obj->type != UCL_OBJECT && cur_obj->type != UCL_ARRAY) {
376 if (cur_obj->type != UCL_OBJECT && cur_obj->type != UCL_ARRAY) {
469 case UCL_OBJECT:
633 case UCL_OBJECT:
793 case UCL_OBJECT:
H A Ducl_parser.c528 obj = ucl_object_typed_new (UCL_OBJECT);
531 obj->type = UCL_OBJECT;
1459 if ((*p == '}' && parser->stack->obj->type == UCL_OBJECT) ||
1674 if (next_key && parser->stack->obj->type == UCL_OBJECT) {
1704 if (parser->stack->obj->type == UCL_OBJECT) {
/freebsd-9.3-release/contrib/libucl/tests/
H A Dtest_generate.c55 obj = ucl_object_typed_new (UCL_OBJECT);
/freebsd-9.3-release/contrib/libucl/utils/
H A Dobjdump.c53 if (obj->type == UCL_OBJECT) {
54 printf ("%stype: UCL_OBJECT\n", pre);
/freebsd-9.3-release/usr.sbin/pkg/
H A Dconfig.c458 if (cur->type != UCL_OBJECT)
484 if (obj->type != UCL_OBJECT)
H A Dpkg.c344 if (obj->type == UCL_OBJECT)
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h112 UCL_OBJECT = 0, /**< UCL object - key/value pairs */ enumerator in enum:ucl_type
811 * @param obj object to get a key from (must be of type UCL_OBJECT)
819 * @param obj object to get a key from (must be of type UCL_OBJECT)

Completed in 121 milliseconds