OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Curl_splaycomparekeys
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
splay.h
55
#define
Curl_splaycomparekeys
(i,j) ( ((i.tv_sec) < (j.tv_sec)) ? -1 : \
splay.c
34
#define compare(i,j)
Curl_splaycomparekeys
((i),(j))
multi.c
[
all
...]
Completed in 599 milliseconds