Home
last modified time | relevance | path

Searched defs:req (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/main/
H A Dfastcgi.c884 fcgi_request *req = calloc(1, sizeof(fcgi_request)); in fcgi_init_request() local
917 void fcgi_destroy_request(fcgi_request *req) { in fcgi_destroy_request()
1048 static int fcgi_read_request(fcgi_request *req) in fcgi_read_request()
1218 int fcgi_read(fcgi_request *req, char *str, int len) in fcgi_read()
1271 void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close()
1322 int fcgi_is_closed(fcgi_request *req) in fcgi_is_closed()
1365 int fcgi_accept_request(fcgi_request *req)
1503 static inline void close_packet(fcgi_request *req)
1513 int fcgi_flush(fcgi_request *req, int end)
1655 int fcgi_end(fcgi_request *req) {
[all …]
/PHP-7.2/ext/recode/
H A Drecode.c150 char *req, *str; in PHP_FUNCTION() local
189 char *req; in PHP_FUNCTION() local
/PHP-7.2/ext/openssl/
H A Dopenssl.c1034 static int php_openssl_add_oid_section(struct php_x509_request * req) /* {{{ */ in php_openssl_add_oid_section()
1065 #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
1229 static void php_openssl_dispose_config(struct php_x509_request * req) /* {{{ */ in php_openssl_dispose_config()
3384 struct php_x509_request req; in PHP_FUNCTION() local
3520 struct php_x509_request req; in PHP_FUNCTION() local
3902 static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req) in php_openssl_generate_private_key()
4293 struct php_x509_request req; in PHP_FUNCTION() local
4506 struct php_x509_request req; in PHP_FUNCTION() local
[all …]
/PHP-7.2/sapi/phpdbg/
H A Dxml.md21 req section
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c1419 fcgi_request *req = fcgi_init_request(listen_fd, local
/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
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c1298 static int php_cli_server_request_ctor(php_cli_server_request *req) /* {{{ */ in php_cli_server_request_ctor()
1323 static void php_cli_server_request_dtor(php_cli_server_request *req) /* {{{ */ in php_cli_server_request_dtor()
/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()

Completed in 105 milliseconds