Lines Matching defs:ival
886 value_t *ival;
914 ival = internal_value_new();
915 ival->sc_type = scf_value_type(load_val);
916 assert(ival->sc_type != SCF_TYPE_INVALID);
918 switch (ival->sc_type) {
925 ival->sc_u.sc_count = b;
930 r = scf_value_get_count(load_val, &ival->sc_u.sc_count);
937 &ival->sc_u.sc_integer);
949 ival->sc_u.sc_string = strdup(loadbuf);
950 if (ival->sc_u.sc_string == NULL) {
955 ival->sc_free = internal_value_free_str;
958 internal_attach_value(iprop, ival);