Searched refs:UCL_STRING (Results 1 – 16 of 16) sorted by relevance
64 if (!user || user->type != UCL_STRING) { in uclparse_chap()71 if (!secret || secret->type != UCL_STRING) { in uclparse_chap()89 if (!user || user->type != UCL_STRING) { in uclparse_chap_mutual()96 if (!secret || secret->type != UCL_STRING) { in uclparse_chap_mutual()103 if (!user || user->type != UCL_STRING) { in uclparse_chap_mutual()110 if (!secret || secret->type != UCL_STRING) { in uclparse_chap_mutual()129 if (!user || user->type != UCL_STRING) { in uclparse_target_chap()136 if (!secret || secret->type != UCL_STRING) { in uclparse_target_chap()154 if (!user || user->type != UCL_STRING) { in uclparse_target_chap_mutual()161 if (!secret || secret->type != UCL_STRING) { in uclparse_target_chap_mutual()[all …]
249 assert (ucl_object_type (it_obj) == UCL_STRING); in main()253 assert (ucl_object_type (it_obj) == UCL_STRING); in main()257 assert (ucl_object_type (it_obj) == UCL_STRING); in main()
558 if (obj->type == UCL_STRING) {1547 else if (param->type == UCL_STRING) {1607 if (ucl_object_type(param) == UCL_STRING) {1810 else if (param->type == UCL_STRING) {2249 obj->type = UCL_STRING;3471 case UCL_STRING:3510 case UCL_STRING:3606 if (new->type == UCL_STRING) {3681 case UCL_STRING:3822 *res = UCL_STRING;[all …]
171 obj = ucl_object_typed_new (UCL_STRING); in ucl_parse_csexp()
405 else if (elt->type == UCL_STRING && in ucl_schema_validate_string()626 else if (type->type == UCL_STRING) { in ucl_schema_type_is_allowed()1057 case UCL_STRING: in ucl_schema_validate()
425 case UCL_STRING: in ucl_emitter_common_elt()540 case UCL_STRING: in UCL_EMIT_TYPE_IMPL()
521 case UCL_STRING: in ucl_object_emit_single_json()
1710 obj->type = UCL_STRING; in ucl_parse_value()1736 obj->type = UCL_STRING; in ucl_parse_value()1829 obj->type = UCL_STRING; in ucl_parse_value()1898 obj->type = UCL_STRING; in ucl_parse_value()
1402 obj = ucl_object_new_full (UCL_STRING, parser->chunks->priority); in ucl_msgpack_parse_string()
80 else if (obj->type == UCL_STRING) { in ucl_obj_dump()
15 case UCL_STRING: in _basic_ucl_type()
272 if (seq->type != UCL_STRING) in config_parse()
356 if (cur->type != UCL_STRING) in parse_fingerprint()
126 UCL_STRING, /**< Null terminated string */ enumerator
340 - `UCL_STRING` - NULL terminated string376 If parsing operations fail then the resulting UCL object will be a `UCL_STRING`. A caller should al…
242 case UCL_STRING: in ucl_object_lua_push_scalar()