Searched defs:hints (Results 51 - 75 of 77) sorted by relevance

1234

/external/libxml2/
H A Dnanoftp.c882 struct addrinfo hints, *tmp, *result; local
885 memset (&hints, 0, sizeof(hints));
886 hints.ai_socktype = SOCK_STREAM;
889 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
895 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
H A Dnanohttp.c1065 struct addrinfo hints, *res, *result; local
1068 memset (&hints, 0,sizeof(hints));
1069 hints.ai_socktype = SOCK_STREAM;
1071 status = getaddrinfo (host, NULL, &hints, &result);
/external/openssh/
H A Dsshconnect.c191 struct addrinfo hints, *res; local
220 memset(&hints, 0, sizeof(hints));
221 hints.ai_family = ai->ai_family;
222 hints.ai_socktype = ai->ai_socktype;
223 hints.ai_protocol = ai->ai_protocol;
224 hints.ai_flags = AI_PASSIVE;
225 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res);
345 struct addrinfo hints, *ai, *aitop; local
355 memset(&hints,
[all...]
H A Dservconf.c524 struct addrinfo hints, *ai, *aitop; local
528 memset(&hints, 0, sizeof(hints));
529 hints.ai_family = options->address_family;
530 hints.ai_socktype = SOCK_STREAM;
531 hints.ai_flags = (addr == NULL) ? AI_PASSIVE : 0;
533 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
H A Dchannels.c2644 struct addrinfo hints, *ai, *aitop; local
2697 * set to NULL and hints.ai_flags is not AI_PASSIVE
2699 memset(&hints, 0, sizeof(hints));
2700 hints.ai_family = IPv4or6;
2701 hints.ai_flags = wildcard ? AI_PASSIVE : 0;
2702 hints.ai_socktype = SOCK_STREAM;
2704 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
3137 struct addrinfo hints; local
3145 memset(&hints,
3257 struct addrinfo hints, *ai, *aitop; local
3384 struct addrinfo hints, *ai, *aitop; local
[all...]
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java234 public void addRenderingHints(Map hints) argument
236 graphics.addRenderingHints(hints);
564 public void setRenderingHints(Map hints) argument
566 graphics.setRenderingHints(hints);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c331 XWMHints *hints; local
387 hints = NULL;
390 hints = XGetWMHints(SDL_Display, WMwindow);
402 /* Set the input hints so we get keyboard input */
403 if(!hints) {
404 hints = XAllocWMHints();
405 hints->input = True;
406 hints->flags = InputHint;
408 XSetWMHints(SDL_Display, WMwindow, hints);
409 XFree(hints);
797 XSizeHints *hints; local
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.cpp743 \brief the default render hints for the view
745 These hints are used to initialize QPainter before painting the Web page.
757 Returns the render hints used by the view to render content.
768 Sets the render hints used by the view to the specified \a hints.
772 void QWebView::setRenderHints(QPainter::RenderHints hints) argument
774 if (hints == d->renderHints)
776 d->renderHints = hints;
/external/zxing/core/
H A Dcore.jar ... .zxing.Reader { private java.util.Hashtable hints private final java.util.Vector readers public void ...
/external/dbus/dbus/
H A Ddbus-sysdeps-unix.c1194 struct addrinfo hints; local
1207 _DBUS_ZERO (hints);
1210 hints.ai_family = AF_UNSPEC;
1212 hints.ai_family = AF_INET;
1214 hints.ai_family = AF_INET6;
1222 hints.ai_protocol = IPPROTO_TCP;
1223 hints.ai_socktype = SOCK_STREAM;
1224 hints.ai_flags = AI_ADDRCONFIG;
1226 if ((res = getaddrinfo(host, port, &hints, &ai)) != 0)
1319 struct addrinfo hints; local
[all...]
H A Ddbus-sysdeps-win.c1263 struct addrinfo hints; local
1270 _DBUS_ZERO (hints);
1273 hints.ai_family = AF_UNSPEC;
1275 hints.ai_family = AF_INET;
1277 hints.ai_family = AF_INET6;
1285 hints.ai_protocol = IPPROTO_TCP;
1286 hints.ai_socktype = SOCK_STREAM;
1288 hints.ai_flags = AI_ADDRCONFIG;
1290 hints.ai_flags = 0;
1293 if ((res = getaddrinfo(host, port, &hints,
1395 struct addrinfo hints; local
[all...]
/external/freetype/src/autofit/
H A Daflatin2.c42 af_latin2_hints_compute_segments( AF_GlyphHints hints,
46 af_latin2_hints_link_segments( AF_GlyphHints hints,
63 AF_GlyphHintsRec hints[1]; local
66 af_glyph_hints_init( hints, face->memory );
96 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
98 error = af_glyph_hints_reload( hints, &face->glyph->outline );
105 AF_AxisHints axhints = &hints->axis[dim];
110 error = af_latin2_hints_compute_segments( hints,
115 af_latin2_hints_link_segments( hints,
162 af_glyph_hints_done( hints );
935 af_latin2_hints_link_segments( AF_GlyphHints hints, AF_Dimension dim ) argument
1359 af_latin2_hints_compute_blue_edges( AF_GlyphHints hints, AF_LatinMetrics metrics ) argument
1465 af_latin2_hints_init( AF_GlyphHints hints, AF_LatinMetrics metrics ) argument
1594 af_latin2_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, AF_Edge_Flags base_flags, AF_Edge_Flags stem_flags ) argument
1762 af_latin2_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) argument
1785 af_latin2_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) argument
1807 af_latin2_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
2274 af_latin2_hints_apply( AF_GlyphHints hints, FT_Outline* outline, AF_LatinMetrics metrics ) argument
[all...]
/external/iptables/iptables/
H A Dxtables.c1510 struct addrinfo hints; local
1515 memset(&hints, 0, sizeof(hints));
1516 hints.ai_flags = AI_CANONNAME;
1517 hints.ai_family = AF_INET6;
1518 hints.ai_socktype = SOCK_RAW;
1521 if ((err = getaddrinfo(name, NULL, &hints, &res)) != 0) {
/external/libpcap/
H A Dscanner.c3290 struct addrinfo hints, *res; variable in typeref:struct:addrinfo
3291 memset(&hints, 0, sizeof(hints));
3292 hints.ai_family = AF_INET6;
3293 hints.ai_flags = AI_NUMERICHOST;
3294 if (getaddrinfo(pcap_text, NULL, &hints, &res))
/external/ping6/
H A Dping6.c306 struct addrinfo hints; local
514 memset(&hints, 0, sizeof(struct addrinfo));
515 hints.ai_flags = AI_NUMERICHOST; /* allow hostname? */
516 hints.ai_family = AF_INET6;
517 hints.ai_socktype = SOCK_RAW;
518 hints.ai_protocol = IPPROTO_ICMPV6;
520 ret_ga = getaddrinfo(optarg, NULL, &hints, &res);
621 memset(&hints, 0, sizeof(struct addrinfo));
622 hints.ai_flags = AI_CANONNAME;
623 hints
[all...]
/external/qemu/
H A Dsockets.c632 struct addrinfo hints[1]; local
636 memset(hints, 0, sizeof(hints));
637 hints->ai_family = preferIn6 ? AF_INET6 : AF_UNSPEC;
639 ret = getaddrinfo(hostname, NULL, hints, &res);
758 struct addrinfo hints = ai; local
760 ret = getaddrinfo(hostname, port, &hints, &res);
/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp546 MotifWmHints hints; local
556 hints.flags = MWM_HINTS_DECORATIONS;
557 hints.decorations = 0; // Absolutely no decorations.
558 XChangeProperty( x_disp, win, aHints, aHints, 32, PropModeReplace, (unsigned char *)&hints, 4 );
H A Dvid_sunxil.cpp361 MotifWmHints hints; local
370 hints.flags = MWM_HINTS_DECORATIONS;
371 hints.decorations = 0; // Absolutely no decorations.
372 XChangeProperty( x_disp, win, aHints, aHints, 32, PropModeReplace, (unsigned char *)&hints, 4 );
/external/netperf/
H A Dnettest_bsd.c541 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
537 struct addrinfo hints; local
[all...]
H A Dnetlib.c2659 struct addrinfo hints;
2680 memset(&hints, 0, sizeof(hints));
2681 hints.ai_family = remfam;
2682 hints.ai_socktype = SOCK_STREAM;
2683 hints.ai_protocol = IPPROTO_TCP;
2684 hints.ai_flags = 0|AI_CANONNAME;
2689 &hints,
2717 memset(&hints, 0, sizeof(hints));
2637 struct addrinfo hints; local
[all...]
/external/v8/src/
H A Dplatform-win32.cc1839 struct addrinfo hints; local
1840 memset(&hints, 0, sizeof(addrinfo));
1841 hints.ai_family = AF_INET;
1842 hints.ai_socktype = SOCK_STREAM;
1843 hints.ai_protocol = IPPROTO_TCP;
1844 int status = getaddrinfo(host, port, &hints, &result);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/testing/gtest/src/
H A Dgtest.cc3463 addrinfo hints; local
3464 memset(&hints, 0, sizeof(hints));
3465 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
3466 hints.ai_socktype = SOCK_STREAM;
3472 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
/external/gtest/src/
H A Dgtest.cc3463 addrinfo hints; local
3464 memset(&hints, 0, sizeof(hints));
3465 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
3466 hints.ai_socktype = SOCK_STREAM;
3472 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc3435 addrinfo hints; local
3436 memset(&hints, 0, sizeof(hints));
3437 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
3438 hints.ai_socktype = SOCK_STREAM;
3444 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);

Completed in 623 milliseconds

1234