Home
last modified time | relevance | path

Searched refs:redir (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A Dnanohttp.h43 char **redir,
52 char **redir);
/reactos/sdk/lib/3rdparty/libxml2/
H A Dnanohttp.c1248 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) { in xmlNanoHTTPOpenRedir() argument
1250 if (redir != NULL) *redir = NULL; in xmlNanoHTTPOpenRedir()
1251 return(xmlNanoHTTPMethodRedir(URL, NULL, NULL, contentType, redir, NULL,0)); in xmlNanoHTTPOpenRedir()
1350 char **contentType, char **redir, in xmlNanoHTTPMethodRedir() argument
1564 if ((redir != NULL) && (redirURL != NULL)) { in xmlNanoHTTPMethodRedir()
1565 *redir = redirURL; in xmlNanoHTTPMethodRedir()
1569 if (redir != NULL) in xmlNanoHTTPMethodRedir()
1570 *redir = NULL; in xmlNanoHTTPMethodRedir()
H A DxmlIO.c3819 const char *redir; in xmlCheckHTTPInput() local
3857 redir = xmlNanoHTTPRedir(ret->buf->context); in xmlCheckHTTPInput()
3858 if (redir != NULL) { in xmlCheckHTTPInput()
3866 (char *) xmlStrdup((const xmlChar *) redir); in xmlCheckHTTPInput()
/reactos/base/shell/cmd/
H A DCMakeLists.txt45 redir.c
H A Dfiles.txt48 redir.c Redirection and piping parsing functions
H A Dhistory.txt58 o added redirection and piping support!!! (see redir.c and command.c)
228 redir.c
/reactos/dll/win32/ieframe/
H A Dintshcut.c94 void *redir; in run_winemenubuilder() local
112 Wow64DisableWow64FsRedirection( &redir ); in run_winemenubuilder()
114 Wow64RevertWow64FsRedirection( redir ); in run_winemenubuilder()
/reactos/modules/rostests/winetests/advapi32/
H A Deventlog.c1060 void *redir = 0; in test_autocreation() local
1093 pWow64DisableWow64FsRedirection(&redir); in test_autocreation()
1118 pWow64RevertWow64FsRedirection(redir); in test_autocreation()
/reactos/base/applications/network/telnet/doc/
H A Doptions.txt101 Any value greater than 0 turns redir on. Turn Output_redir on to bypass
/reactos/dll/win32/wbemprox/
H A Dbuiltin.c3908 void *redir; in get_systemdirectory() local
3912 Wow64DisableWow64FsRedirection( &redir ); in get_systemdirectory()
3914 Wow64RevertWow64FsRedirection( redir ); in get_systemdirectory()
/reactos/dll/win32/oleaut32/
H A Dtypelib.c302 SYSKIND syskind, LCID lcid, BSTR *path, BOOL redir ) in query_typelib_path() argument
313 if (redir) in query_typelib_path()
408 BOOL redir = TRUE; in QueryPathOfRegTypeLib() local
413 redir = FALSE; in QueryPathOfRegTypeLib()
415 return query_typelib_path( guid, wMaj, wMin, SYS_WIN32, lcid, path, redir ); in QueryPathOfRegTypeLib()