Searched refs:samep (Results 1 – 3 of 3) sorted by relevance
120 node->samep = t->samep; in Curl_splayinsert()121 t->samep->samen = node; in Curl_splayinsert()122 t->samep = node; in Curl_splayinsert()146 node->samep = node; in Curl_splayinsert()183 x->samep = t->samep; in Curl_splaygetbest()184 t->samep->samen = x; in Curl_splaygetbest()228 removenode->samep->samen = removenode->samen; in Curl_splayremovebyaddr()229 removenode->samen->samep = removenode->samep; in Curl_splayremovebyaddr()260 x->samep = t->samep; in Curl_splayremovebyaddr()261 t->samep->samen = x; in Curl_splayremovebyaddr()
31 struct Curl_tree *samep; /* points to the prev node with identical key */ member
1822 struct block **diffp, **samep; in or_pullup() local1910 samep = &JF(*diffp); in or_pullup()1915 if (*samep == 0) in or_pullup()1922 if (JT(*samep) != JT(b)) in or_pullup()1931 if (!SET_MEMBER((*samep)->dom, b->id)) in or_pullup()1938 if ((*samep)->val[A_ATOM] == val) in or_pullup()1944 samep = &JF(*samep); in or_pullup()1949 if ((*samep)->val[i] != pred->val[i]) in or_pullup()1953 pull = *samep; in or_pullup()1954 *samep = JF(pull); in or_pullup()[all …]