Lines Matching refs:storep
1689 char **storep = NULL;
1707 storep = &u->scheme;
1710 storep = &u->user;
1713 storep = &u->password;
1716 storep = &u->options;
1719 storep = &u->host;
1722 storep = &u->zoneid;
1726 storep = &u->port;
1729 storep = &u->path;
1732 storep = &u->query;
1735 storep = &u->fragment;
1740 if(storep && *storep) {
1741 Curl_safefree(*storep);
1743 else if(!storep) {
1765 storep = &u->scheme;
1781 storep = &u->user;
1784 storep = &u->password;
1787 storep = &u->options;
1790 storep = &u->host;
1794 storep = &u->zoneid;
1806 storep = &u->port;
1812 storep = &u->path;
1818 storep = &u->query;
1821 storep = &u->fragment;
1863 DEBUGASSERT(storep);
1944 free(*storep);
1945 *storep = Curl_dyn_ptr(&qbuf);
1966 free(*storep);
1967 *storep = (char *)newp;