Searched refs:second (Results 1 – 6 of 6) sorted by relevance
| /libevent-2.1.12/sample/ |
| H A D | hostcheck.c | 123 static int Curl_raw_equal(const char *first, const char *second) in Curl_raw_equal() argument 125 while(*first && *second) { in Curl_raw_equal() 126 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in Curl_raw_equal() 130 second++; in Curl_raw_equal() 135 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second)); in Curl_raw_equal() 138 static int Curl_raw_nequal(const char *first, const char *second, size_t max) in Curl_raw_nequal() argument 140 while(*first && *second && max) { in Curl_raw_nequal() 141 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) { in Curl_raw_nequal() 146 second++; in Curl_raw_nequal() 151 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second); in Curl_raw_nequal()
|
| /libevent-2.1.12/ |
| H A D | whatsnew-2.1.txt | 370 second (flags) argument. Using 1 and 0 have their old meanings, though the 372 A second flag is now supported too: the EVDNS_BASE_DISABLE_WHEN_INACTIVE 414 second. Now, you can use evhttp_set_timeout_tv() and 527 0-second timeout to ensure that a callback will get run 'as soon as
|
| H A D | whatsnew-2.0.txt | 204 a second has passed since the last invocation of cb.
|
| H A D | ChangeLog-2.0 | 1091 …o Avoid data corruption when reading data entirely into the second-to-last chain of an evbuffer. […
|
| /libevent-2.1.12/test/ |
| H A D | regress_http.c | 1668 struct evhttp *second = NULL, *third = NULL; in http_virtual_host_test() local 1677 second = evhttp_new(NULL); in http_virtual_host_test() 1678 evhttp_set_cb(second, "/funnybunny", http_basic_cb, http); in http_virtual_host_test() 1682 if (evhttp_add_virtual_host(http, "foo.com", second) == -1) { in http_virtual_host_test() 1691 tt_assert(evhttp_add_server_alias(second, "manolito.info") == 0); in http_virtual_host_test()
|
| /libevent-2.1.12/m4/ |
| H A D | ax_prog_doxygen.m4 | 51 # directories provide more parameters: the second, forth, sixth, etc
|