Home | History | Annotate | Download | only in lib

Lines Matching refs:hostlen

4432     size_t hostlen = strlen(query);
4437 memmove(path+hostlen+1, path, pathlen+1);
4440 memcpy(path+1, query, hostlen);