Lines Matching refs:_value
53 , _value(NULL)
98 // Initialize _value with the default value from xml
116 _value = g_strdup(paramval.data());
118 _value = g_strdup(xmlval);
130 g_free(_value);
135 * A function to set the \c _value.
141 * To copy the data into _value the old memory must be free'd first.
164 if (_value != NULL) {
165 g_free(_value);
167 _value = g_strdup(settext.data());
170 prefs->setString(extension_pref_root + prefname, _value);
174 return _value;
202 string += _value;
266 if ( _value && !entr->value.compare(_value) ) {