Lines Matching refs:key
54 printf("%ld.%ld[%d]", (long)t->key.tv_sec, in splayprint()
55 (long)t->key.tv_usec, i); in splayprint()
86 struct curltime key; variable
88 key.tv_sec = 0;
89 key.tv_usec = (541*i)%1023;
90 storage[i] = key.tv_usec;
92 root = Curl_splayinsert(key, root, &nodes[i]);
116 struct curltime key; variable
118 key.tv_sec = 0;
119 key.tv_usec = (541*i)%1023;
123 storage[i * 3 + j] = key.tv_usec*10 + j;
125 root = Curl_splayinsert(key, root, &nodes[i * 3 + j]);