Lines Matching defs:existing
362 MutableList<AttributeRecord> existing;
363 for ( existing = _attributes ; existing ; ++existing ) {
364 if ( existing->key == key ) {
367 ref = existing;
371 ptr_shared<char> old_value=( existing ? existing->value : ptr_shared<char>() );
377 if (!existing) {
384 existing->value = new_value;
388 if (existing) {
390 set_rest(ref, rest(existing));
392 _attributes = rest(existing);
394 set_rest(existing, MutableList<AttributeRecord>());