/bionic/libc/dns/resolv/ |
res_cache.c | 1935 struct addrinfo hints; local [all...] |
/external/fio/ |
server.c | 1591 struct addrinfo hints, *res; local [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 61 AF_GlyphHintsRec hints[1]; local 70 af_glyph_hints_init( hints, face->memory ); 155 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy ); 157 error = af_glyph_hints_reload( hints, &face->glyph->outline ); 164 AF_AxisHints axhints = &hints->axis[dim]; 169 error = af_latin_hints_compute_segments( hints, 180 af_latin_hints_link_segments( hints, 250 af_glyph_hints_done( hints ); [all...] |
aflatin2.c | 43 af_latin2_hints_compute_segments( AF_GlyphHints hints, 47 af_latin2_hints_link_segments( AF_GlyphHints hints, 63 AF_GlyphHintsRec hints[1]; local 66 af_glyph_hints_init( hints, face->memory ); 98 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy ); 100 error = af_glyph_hints_reload( hints, &face->glyph->outline ); 107 AF_AxisHints axhints = &hints->axis[dim]; 112 error = af_latin2_hints_compute_segments( hints, 117 af_latin2_hints_link_segments( hints, 164 af_glyph_hints_done( hints ); [all...] |
/external/iptables/libxtables/ |
xtables.c | 1625 struct addrinfo hints; local [all...] |
/external/iputils/ |
ping6.c | 451 struct addrinfo hints, *ai0, *ai; local 460 memset(&hints, 0, sizeof(hints)); 466 hints.ai_family = AF_INET6; 471 hints.ai_family = AF_INET; 478 hints.ai_socktype = SOCK_DGRAM; 480 hints.ai_flags = AI_IDN; 483 gai = getaddrinfo(arg, 0, &hints, &ai0); 700 struct addrinfo hints, *ai; local 861 memset(&hints, 0, sizeof(hints)) [all...] |
/external/libpcap/ |
scanner.c | 3679 struct addrinfo hints, *res; variable in typeref:struct:addrinfo [all...] |
/external/libvncserver/x11vnc/ |
enc.h | 1916 struct addrinfo hints; local [all...] |
/external/netperf/ |
nettest_bsd.c | 541 struct addrinfo hints; 574 memset(&hints, 0, sizeof(hints)); 575 hints.ai_family = family; 576 hints.ai_socktype = type; 577 hints.ai_protocol = protocol; 578 hints.ai_flags = flags|AI_CANONNAME; 584 &hints, 609 hints.ai_protocol field, and set some state "remembering" 613 hints.ai_protocol = 0 537 struct addrinfo hints; local [all...] |
netlib.c | 2637 struct addrinfo hints; local [all...] |
/external/openssh/ |
servconf.c | 612 struct addrinfo hints, *ai, *aitop; local 616 memset(&hints, 0, sizeof(hints)); 617 hints.ai_family = options->address_family; 618 hints.ai_socktype = SOCK_STREAM; 619 hints.ai_flags = (addr == NULL) ? AI_PASSIVE : 0; 621 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0) [all...] |
channels.c | 2803 struct addrinfo hints, *ai, *aitop; local 3678 struct addrinfo hints; local 3875 struct addrinfo hints, *ai, *aitop; local 4002 struct addrinfo hints, *ai, *aitop; local [all...] |
/external/vixl/src/vixl/a64/ |
disasm-a64.cc | 3395 static const char* hints[] = {"ld", "li", "st"}; local [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
org.eclipse.sisu.plexus-0.0.0.M5.jar | |
/external/zxing/core/ |
core.jar | |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | 929 struct addrinfo hints; local 930 memset(&hints, 0, sizeof(hints)); 931 hints.ai_family = AF_INET; 932 int res = getaddrinfo("localhost", NULL, &hints, &ai); [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 851 addrinfo hints; local [all...] |
/external/google-breakpad/src/testing/gtest/src/ |
gtest.cc | 3488 addrinfo hints; local [all...] |
/external/gtest/src/ |
gtest.cc | 3442 addrinfo hints; local [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest.cc | 3437 addrinfo hints; local [all...] |
/external/mesa3d/src/gtest/src/ |
gtest.cc | 3463 addrinfo hints; local [all...] |
/external/v8/src/ |
runtime.cc | 557 JSObject::DeepCopyHints hints = (flags & ArrayLiteral::kShallowElements) == 0 local 561 hints); [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest.cc | 3412 addrinfo hints; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.security_1.0.200.v20100503.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar | |