Home
last modified time | relevance | path

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

123

/curl/lib/
H A Dllist.c63 ne->ptr = (void *) p; in Curl_llist_insert_next()
65 list->head = ne; in Curl_llist_insert_next()
68 list->tail = ne; in Curl_llist_insert_next()
72 ne->next = e?e->next:list->head; in Curl_llist_insert_next()
73 ne->prev = e; in Curl_llist_insert_next()
75 list->head->prev = ne; in Curl_llist_insert_next()
76 list->head = ne; in Curl_llist_insert_next()
79 e->next->prev = ne; in Curl_llist_insert_next()
82 list->tail = ne; in Curl_llist_insert_next()
85 e->next = ne; in Curl_llist_insert_next()
[all …]
/curl/tests/data/
H A Dtest31132 perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
H A Dtest31232 perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
H A Dtest31328 perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
H A Dtest96833 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest95728 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest96129 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest108238 perl -e "print 'Test requires default test client host address' if ( '%CLIENTIP' ne '127.0.0.1' );"
H A Dtest203533 perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
H A Dtest203833 perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
H A Dtest204233 perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
H A Dtest95828 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest96430 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest103533 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest96736 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest96028 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest31041 perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
H A Dtest38942 perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
H A Dtest95530 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest95627 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest104643 perl -e "print 'Test requires default test client host address' if ( '%CLIENT6IP' ne '[::1]' );"
H A Dtest108342 perl -e "if ('%CLIENT6IP' ne '[::1]') {print 'Test requires default test client host address';} els…
H A Dtest95931 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest96229 …:Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
H A Dtest300041 perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"

Completed in 25 milliseconds

123