Home | History | Annotate | Download | only in proxy

Lines Matching defs:new

87     int    new = strlen(value);
88 char* s = realloc((char*)h->value, old+new+1);
91 memcpy(s + old, value, new+1);
571 /* now create new URI */