Searched refs:redirect (Results 1 – 6 of 6) sorted by relevance
34 SOCKET redirect; in socketpair() local42 sock[0] = sock[1] = redirect = INVALID_SOCKET; in socketpair()76 redirect = accept(sock[0],(struct sockaddr*)&address, &size); in socketpair()77 if (INVALID_SOCKET == redirect) { in socketpair()82 sock[0] = redirect; in socketpair()87 closesocket(redirect); in socketpair()
14 --enable-force-cgi-redirect
145 So, a uri handler to redirect all non-local traffic to /404.php (an
236 ; You can redirect all of the output of your scripts to a function. For750 ; http://php.net/cgi.force-redirect761 ; http://php.net/cgi.redirect-status-env
7899 and CURLPROTO_* for redirect fixes in CURL 7.19.4. (Yoram Bar Haim, Stas)9460 - Fixed bug #39984 (redirect response code in header() could be ignored
Completed in 51 milliseconds