Searched refs:ne (Results 1 – 7 of 7) sorted by relevance
84 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 …]
38 %PERL -e "print 'Test requires default test client host address' if ( '%CLIENTIP' ne '127.0.0.1' );"
42 %PERL -e "if ('%CLIENT6IP' ne '[::1]') {print 'Test requires default test client host address';} el…
200 $ if examples .ne. 0229 $ if tests .ne. 0
1028 $ if (status .ne. %X006C8009) ! if status is not "no diff"
2188 Niels Martignène
124 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