Home
last modified time | relevance | path

Searched refs:ne (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dllist.c84 DEBUGASSERT(ne); in Curl_llist_insert_next()
87 ne->_init = NODEINIT; in Curl_llist_insert_next()
89 ne->_ptr = (void *) p; in Curl_llist_insert_next()
90 ne->_list = list; in Curl_llist_insert_next()
92 list->_head = ne; in Curl_llist_insert_next()
95 list->_tail = ne; in Curl_llist_insert_next()
100 ne->_prev = e; in Curl_llist_insert_next()
103 list->_head = ne; in Curl_llist_insert_next()
109 list->_tail = ne; in Curl_llist_insert_next()
112 e->_next = ne; in Curl_llist_insert_next()
[all …]
/curl/tests/data/
H A Dtest108238 %PERL -e "print 'Test requires default test client host address' if ( '%CLIENTIP' ne '127.0.0.1' );"
H A Dtest108342 %PERL -e "if ('%CLIENT6IP' ne '[::1]') {print 'Test requires default test client host address';} el…
/curl/packages/vms/
H A Dsetup_gnv_curl_build.com200 $ if examples .ne. 0
229 $ if tests .ne. 0
H A Dbuild_vms.com1028 $ if (status .ne. %X006C8009) ! if status is not "no diff"
/curl/docs/
H A DTHANKS2188 Niels Martignène
/curl/
H A Dconfigure.ac124 CURLVERSION=`$SED -ne 's/^#define LIBCURL_VERSION "\(.*\)".*/\1/p' ${srcdir}/include/curl/curlver.h`
139 VERSIONNUM=`$SED -ne 's/^#define LIBCURL_VERSION_NUM 0x\([0-9A-Fa-f]*\).*/\1/p' ${srcdir}/include/c…

Completed in 33 milliseconds