Lines Matching refs:old
86 int old = strlen(h->value);88 char* s = realloc((char*)h->value, old+new+1);91 memcpy(s + old, value, new+1);228 const char* old = r->req_uri;230 qemu_free((char*)old);