Home
last modified time | relevance | path

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

12

/PHP-7.2/main/
H A Dfastcgi.c903 req->out_pos = req->out_buf; in fcgi_init_request()
1058 req->out_pos = req->out_buf; in fcgi_read_request()
1100 if (req->keep && req->tcp && !req->nodelay) { in fcgi_read_request()
1256 if (safe_read(req, buf, req->in_pad) != req->in_pad) { in fcgi_read()
1399 req->fd = req->listen_socket;
1508req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len…
1535 req->out_pos = req->out_buf;
1539 req->out_pos = req->out_buf;
1558 limit = sizeof(req->out_buf) - (req->out_pos - req->out_buf);
1568 limit = sizeof(req->out_buf) - (req->out_pos - req->out_buf);
[all …]
H A Dfastcgi.h93 int fcgi_is_closed(fcgi_request *req);
94 void fcgi_close(fcgi_request *req, int force, int destroy);
99 void fcgi_destroy_request(fcgi_request *req);
101 int fcgi_accept_request(fcgi_request *req);
102 int fcgi_finish_request(fcgi_request *req, int force_close);
105 void fcgi_request_set_keep(fcgi_request *req, int new_value);
112 int fcgi_has_env(fcgi_request *req);
113 char* fcgi_getenv(fcgi_request *req, const char* var, int var_len);
119 int fcgi_read(fcgi_request *req, char *str, int len);
122 int fcgi_flush(fcgi_request *req, int end);
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dbug71863.phpt16 $req = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
19 mysqli_query($req, "DROP TABLE IF EXISTS test_bug_71863") or die(mysqli_error($req));
20 mysqli_query($req, "CREATE TABLE test_bug_71863 (id INT UNSIGNED NOT NULL DEFAULT 0)") or die(mysql…
23 …i_query($req, "EXPLAIN SELECT `id` FROM `test_bug_71863` WHERE `owner_id` = '2' AND `object_id` = …
/PHP-7.2/ext/recode/
H A Drecode.c150 char *req, *str; in PHP_FUNCTION() local
152 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &req, &req_len, &str, &str_len) == FAILURE) { in PHP_FUNCTION()
163 if (!recode_scan_request(request, req)) { in PHP_FUNCTION()
164 php_error_docref(NULL, E_WARNING, "Illegal recode request '%s'", req); in PHP_FUNCTION()
189 char *req; in PHP_FUNCTION() local
195 if (zend_parse_parameters(ZEND_NUM_ARGS(), "srr", &req, &req_len, &input, &output) == FAILURE) { in PHP_FUNCTION()
216 if (!recode_scan_request(request, req)) { in PHP_FUNCTION()
217 php_error_docref(NULL, E_WARNING, "Illegal recode request '%s'", req); in PHP_FUNCTION()
/PHP-7.2/ext/bcmath/tests/
H A Dbug72093.phpt8 $req = "10.0.17134";
9 if (version_compare($cur, $req) < 0) {
10 echo "skip Compatible on Windows systems >= $req";
H A Dbug72093-win32.phpt10 $req = "10.0.17134";
11 if (version_compare($cur, $req) >= 0) {
12 echo "skip Only for Windows systems < $req";
H A Dbug75178-win32.phpt10 $req = "10.0.17134";
11 if (version_compare($cur, $req) >= 0) {
12 echo "skip Only for Windows systems < $req";
H A Dbug75178.phpt8 $req = "10.0.17134";
9 if (version_compare($cur, $req) < 0) {
10 echo "skip Compatible on Windows systems >= $req";
/PHP-7.2/ext/openssl/
H A Dopenssl.c1065 #define PHP_SSL_REQ_INIT(req) memset(req, 0, sizeof(*req)) argument
1066 #define PHP_SSL_REQ_DISPOSE(req) php_openssl_dispose_config(req) argument
1067 #define PHP_SSL_REQ_PARSE(req, zval) php_openssl_parse_config(req, zval) argument
1070 req->config_filename, req->var, req->req_config) == FAILURE) return FAILURE
1121 req->req_config = CONF_load(NULL, req->config_filename, NULL); in php_openssl_parse_config()
1143 CONF_get_string(req->req_config, req->section_name, "default_md")); in php_openssl_parse_config()
1149 CONF_get_number(req->req_config, req->section_name, "default_bits")); in php_openssl_parse_config()
1188 req->digest_name = CONF_get_string(req->req_config, req->section_name, "default_md"); in php_openssl_parse_config()
1191 req->digest = req->md_alg = EVP_get_digestbyname(req->digest_name); in php_openssl_parse_config()
1196 req->md_alg = req->digest = EVP_sha1(); in php_openssl_parse_config()
[all …]
H A DREADME240 openssl req -new -key /tmp/test.key -out /tmp/test.crt -days 365 -x509
/PHP-7.2/ext/xmlrpc/tests/
H A Dbug51288.phpt8 $req = '<?xml version="1.0"?><methodCall></methodCall>';
9 var_dump(xmlrpc_decode_request($req, $method));
H A Dbug47818.phpt23 function call($req) {
24 return xmlrpc_server_call_method($this->s, $req, null);
H A Dbug50761.phpt7 $req = '<?xml version="1.0"?>
30 $res = xmlrpc_server_call_method($server, $req, null);
/PHP-7.2/ext/soap/tests/schema/
H A Dtest_schema.inc65 $req = $x->__getlastrequest();
67 $HTTP_RAW_POST_DATA = $req;
71 echo $req;
74 echo $req;
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug42183.phpt10 $req = <<<EOF
23 $server->handle($req);
H A Dbug44882.phpt11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0)
/PHP-7.2/ext/openssl/tests/
H A Dbug73711.cnf1 [ req ]
H A Dopenssl.cnf8 [ req ]
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c1306 req->vpath = NULL; in php_cli_server_request_ctor()
1307 req->vpath_len = 0; in php_cli_server_request_ctor()
1310 req->path_info = NULL; in php_cli_server_request_ctor()
1311 req->path_info_len = 0; in php_cli_server_request_ctor()
1316 req->content = NULL; in php_cli_server_request_ctor()
1317 req->content_len = 0; in php_cli_server_request_ctor()
1318 req->ext = NULL; in php_cli_server_request_ctor()
1319 req->ext_len = 0; in php_cli_server_request_ctor()
1328 if (req->vpath) { in php_cli_server_request_dtor()
1334 if (req->path_info) { in php_cli_server_request_dtor()
[all …]
/PHP-7.2/ext/phar/tests/files/
H A Dopenssl.cnf1 [ req ]
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c744 XMLRPC_REQUEST req = XMLRPC_REQUEST_FromXML(in_buf, len, in_options); in XMLRPC_VALUE_FromXML() local
746 if(req) { in XMLRPC_VALUE_FromXML()
747 xResponse = req->io; in XMLRPC_VALUE_FromXML()
748 XMLRPC_RequestFree(req, 0); in XMLRPC_VALUE_FromXML()
/PHP-7.2/ext/ldap/tests/
H A DREADME80 $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c1419 fcgi_request *req = fcgi_init_request(listen_fd, local
1423 return req;
/PHP-7.2/sapi/phpdbg/
H A Dxml.md21 req section
/PHP-7.2/ext/ldap/
H A Dldap.c2922 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) in _ldap_rebind_proc() argument

Completed in 103 milliseconds

12