Home
last modified time | relevance | path

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

/reactos/dll/win32/lpk/
H A Dlpk.c456 goto fallback; in LpkGetTextExtentExPoint()
461 goto fallback; in LpkGetTextExtentExPoint()
468 goto fallback; in LpkGetTextExtentExPoint()
498 fallback: in LpkGetTextExtentExPoint()
/reactos/dll/win32/mshtml/
H A Dhtmlarea.c402 goto fallback; in HTMLAreaElement_handle_event()
409 goto fallback; in HTMLAreaElement_handle_event()
414 fallback: in HTMLAreaElement_handle_event()
H A Dhtmlanchor.c724 goto fallback; in HTMLAnchorElement_handle_event()
731 goto fallback; in HTMLAnchorElement_handle_event()
736 fallback: in HTMLAnchorElement_handle_event()
/reactos/base/applications/rapps/
H A DREADME.ENG25 ; Default English fallback, used if everything else fails.
38 You can also define an entry without English fallback to make it visible to certain users only.
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxinclude.c62 int fallback; /* fallback was loaded */ member
1966 xmlXIncludeLoadFallback(xmlXIncludeCtxtPtr ctxt, xmlNodePtr fallback, int nr) { in xmlXIncludeLoadFallback() argument
1971 if ((fallback == NULL) || (fallback->type == XML_NAMESPACE_DECL) || in xmlXIncludeLoadFallback()
1974 if (fallback->children != NULL) { in xmlXIncludeLoadFallback()
1986 if (xmlXIncludeDoProcess(newctxt, ctxt->doc, fallback, 1) < 0) in xmlXIncludeLoadFallback()
1994 fallback->children); in xmlXIncludeLoadFallback()
2001 ctxt->incTab[nr]->fallback = 1; in xmlXIncludeLoadFallback()
2253 if (ctxt->incTab[nr]->fallback) in xmlXIncludeIncludeNode()
H A DNEWS465 Revert "Fix quadratic runtime in xi:fallback processing" (Nick Wellnhofer),
466 Fix error reporting with xi:fallback (Nick Wellnhofer),
467 Fix quadratic runtime in xi:fallback processing (Nick Wellnhofer),
468 Fix corner case with empty xi:fallback (Nick Wellnhofer),
476 Fix exponential runtime and memory in xi:fallback processing (Nick Wellnhofer),
2611 Buchcik), XInclude fallback problem (William), weird problems with DTD
2622 fallback (William), external DTD encoding detection (William), a DTD
2680 Paraschenko), XInclude empty fallback (William), HTML warnings (William),
3025 - XInclude fallback fix
3117 - XInclude: implementation of fallback and xml:base fixup added
/reactos/win32ss/user/rtl/
H A Dtext.c983 goto fallback; in UserExtTextOutW()
1013 goto fallback; in UserExtTextOutW()
1045 goto fallback; in UserExtTextOutW()
1050 fallback: in UserExtTextOutW()
/reactos/drivers/network/tcpip/lwip/src/core/
H A Ddns.c1622 u8_t fallback; in dns_gethostbyname_addrtype() local
1624 fallback = LWIP_DNS_ADDRTYPE_IPV6; in dns_gethostbyname_addrtype()
1626 fallback = LWIP_DNS_ADDRTYPE_IPV4; in dns_gethostbyname_addrtype()
1628 if (dns_lookup(hostname, hostnamelen, addr LWIP_DNS_ADDRTYPE_ARG(fallback)) == ERR_OK) { in dns_gethostbyname_addrtype()
/reactos/sdk/lib/pseh/include/pseh/
H A Dframebased.h39 # error PSEH setjmp/longjmp fallback is no longer supported
/reactos/dll/3rdparty/libtirpc/src/
H A Drpc_soc.c526 goto fallback;
531 fallback:
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dssl.h1042 unsigned int fallback : 1; /*!< is this a fallback? */ member
2498 void mbedtls_ssl_conf_fallback( mbedtls_ssl_config *conf, char fallback );
/reactos/win32ss/user/user32/windows/
H A Dmenu.c86 ITEM *fallback = NULL; in MENU_FindItem() local
118 fallback = item; in MENU_FindItem()
129 if (fallback) in MENU_FindItem()
132 return fallback; in MENU_FindItem()
/reactos/dll/win32/dbghelp/
H A Dmacho_module.c1585 const WCHAR* fallback = process_getenv(pcs, L"DYLD_FALLBACK_LIBRARY_PATH"); in macho_search_and_load_file() local
1586 if (!fallback) in macho_search_and_load_file()
1587 fallback = L"/usr/local/lib:/lib:/usr/lib"; in macho_search_and_load_file()
1588 ret = search_unix_path(p, fallback, macho_load_file_cb, &load_params); in macho_search_and_load_file()
/reactos/dll/3rdparty/mbedtls/
H A Dssl_srv.c728 mbedtls_ssl_key_cert *cur, *list, *fallback = NULL; in ssl_pick_cert() local
795 if( fallback == NULL ) in ssl_pick_cert()
796 fallback = cur; in ssl_pick_cert()
809 cur = fallback; in ssl_pick_cert()
H A Dssl_tls.c7731 void mbedtls_ssl_conf_fallback( mbedtls_ssl_config *conf, char fallback ) in mbedtls_ssl_conf_fallback() argument
7733 conf->fallback = fallback; in mbedtls_ssl_conf_fallback()
H A Dssl_cli.c1031 if( ssl->conf->fallback == MBEDTLS_SSL_IS_FALLBACK ) in ssl_write_client_hello()
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A DREADME208 and takes a fallback procedure if possible. The fallback procedure
/reactos/dll/directx/wine/wined3d/
H A Dutils.c3696 unsigned int fallback = 23; in wined3d_adapter_find_polyoffset_scale() local
3700 FIXME("No FBOs, assuming polyoffset scale of 2^%u.\n", fallback); in wined3d_adapter_find_polyoffset_scale()
3701 return (float)(1u << fallback); in wined3d_adapter_find_polyoffset_scale()
3730 … ERR("PolygonOffset scale factor detection failed, using fallback value 2^%u.\n", fallback); in wined3d_adapter_find_polyoffset_scale()
3731 cur = fallback; in wined3d_adapter_find_polyoffset_scale()
H A Dsurface.c4072 goto fallback; in wined3d_surface_blt()
4086 goto fallback; in wined3d_surface_blt()
4224 fallback: in wined3d_surface_blt()
/reactos/win32ss/user/ntuser/
H A Dmenu.c510 ITEM *fallback = NULL; in MENU_FindItem() local
540 fallback = item; in MENU_FindItem()
551 if (fallback) in MENU_FindItem()
554 return fallback; in MENU_FindItem()
/reactos/dll/win32/shell32/
H A DCDefView.cpp3227 bool fallback = false; in LoadViewState() local
3249 fallback = true; in LoadViewState()
3276 …m_sortInfo.bLoadedFromViewState = !fallback && m_LoadColumnsList && cvs.SortColId != LISTVIEW_SORT… in LoadViewState()
/reactos/modules/rosapps/applications/explorer-old/
H A DDoxyfile-all1036 # option is superseded by the HAVE_DOT option below. This is only a fallback. It is
/reactos/sdk/lib/fslib/vfatlib/check/
H A DChangeLog542 blkdev.c: Prevent unused parameter warnings in fallback code
799 Before, blkdev did not include it and depended on its own fallback
/reactos/dll/3rdparty/libxslt/
H A DNEWS191 Fix insertion of xsl:fallback content (Nick Wellnhofer),
/reactos/hal/halx86/legacy/bus/
H A Dpci_vendors.ids23408 1201 FireTrac 3460bT (fallback firmware)
23410 1203 FireTrac 3460bT (fallback firmware)