Searched refs:ares (Results 1 – 5 of 5) sorted by relevance
/external/netcat/ |
D | netcat.c | 614 struct addrinfo ahints, *ares; in remote_connect() local 625 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares))) in remote_connect() 628 if (bind(s, (struct sockaddr *)ares->ai_addr, in remote_connect() 629 ares->ai_addrlen) < 0) in remote_connect() 631 freeaddrinfo(ares); in remote_connect()
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 770 ctx->ares = 0; 846 n = ctx->ares; 855 ctx->ares = n; 879 ctx->ares = n; 909 if (ctx->ares) { 912 ctx->ares = 0; 1056 if (ctx->ares) { 1059 ctx->ares = 0; 1208 if (ctx->ares) { 1211 ctx->ares = 0; [all …]
|
D | modes_lcl.h | 115 unsigned int mres, ares; member
|
/external/icu4c/i18n/ |
D | timezone.cpp | 275 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section in openOlsonResource() local 276 ures_getByIndex(ares, deref, &res, &ec); in openOlsonResource() 277 ures_close(ares); in openOlsonResource() 1056 UResourceBundle *ares = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Zones section in getEquivalentID() local 1059 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec); in getEquivalentID() 1063 ures_close(ares); in getEquivalentID()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 1062 http://ares.jsc.nasa.gov/HumanExplore/Exploration/EXLibrary/docs/ApolloCat/Part1/ALSEP.htm 49671 http://www.ingentaconnect.com/content/bsc/ares/2003/00000034/00000010/art00003
|