HomeSort by relevance Sort by last modified time
    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