Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 25 of 190) sorted by last modified time

12345678

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch49 +** on a keep-alive connection. Should be simiar to LINGER_TIME
521 /* Accept the new connection. */
994 /* A connection. */
1462 /* The connection states. */
1712 /* Is there room in the connection table? */
1716 /* Out of connection slots. Run the timers, then the
1721 /* Find a free connection entry. */
1962 /* Start the connection going. */
1965 /* Something went wrong. Close down the connection. */
2252 - "%.80s connection timed out reading",
[all …]
/PHP-5.5/sapi/webjames/
H A Dphp_webjames.h26 void webjames_php_request(struct connection *conn);
H A Dwebjames.c33 struct connection *conn; /*structure holding all the details of the current request*/
219 static void webjames_php_close(struct connection *conn, int force) in webjames_php_close()
228 void webjames_php_request(struct connection *conn) in webjames_php_request()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c262 bflush((request_rec *) server_context->connection->client); in sapi_apache_flush()
600 r->connection->user = pstrdup(r->connection->pool, tmp_user); in init_request_info()
601 r->connection->ap_auth_type = "Basic"; in init_request_info()
608 r->connection->ap_auth_type = "Digest"; in init_request_info()
H A Dphp_apache.c730 res = (char *)ap_get_remote_host(r->connection, r->per_dir_config, (int)type); in PHP_FUNCTION()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c117 bflush((request_rec *) server_context->connection->client); in sapi_apache_flush()
398 fd = r->connection->client->fd; in sapi_apache_get_fd()
550 r->connection->user = pstrdup(r->connection->pool, tmp_user); in init_request_info()
551 r->connection->ap_auth_type = "Basic"; in init_request_info()
558 r->connection->ap_auth_type = "Digest"; in init_request_info()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c86 if (ap_pass_brigade(f->next, bb) != APR_SUCCESS || ctx->r->connection->aborted) { in php_apache_sapi_ub_write()
276 ba = ctx->r->connection->bucket_alloc; in php_apache_sapi_flush()
280 if (ap_pass_brigade(f->next, bb) != APR_SUCCESS || ctx->r->connection->aborted) { in php_apache_sapi_flush()
658 ap_add_output_filter("PHP", NULL, r, r->connection); in php_add_filter()
660 ap_add_input_filter("PHP", NULL, r, r->connection); in php_add_filter()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c311 if (ap_rflush(r) < 0 || r->connection->aborted) { in php_apache_sapi_flush()
614 brigade = apr_brigade_create(r->pool, r->connection->bucket_alloc); in php_handler()
681 bucket = apr_bucket_eos_create(r->connection->bucket_alloc); in php_handler()
685 if (rv != APR_SUCCESS || r->connection->aborted) { in php_handler()
/PHP-5.5/
H A Dphp.ini-development765 ; Disable logging through FastCGI connection. PHP's default behavior is to enable
964 ; http://php.net/pdo-odbc.connection-pooling
1039 ; Check that a connection is still valid before reuse.
1239 ; maintain an idle persistent connection. Using -1 means idle
1245 ; ping during oci_pconnect() to check the connection validity. When
1251 ; Connection: Set this to a user chosen connection class to be used
1255 ; the database pool must be configured, and the connection string must
1334 ; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
H A Dphp.ini-production765 ; Disable logging through FastCGI connection. PHP's default behavior is to enable
964 ; http://php.net/pdo-odbc.connection-pooling
1039 ; Check that a connection is still valid before reuse.
1239 ; maintain an idle persistent connection. Using -1 means idle
1245 ; ping during oci_pconnect() to check the connection validity. When
1251 ; Connection: Set this to a user chosen connection class to be used
1255 ; the database pool must be configured, and the connection string must
1334 ; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
H A Dmakerpm51 PHP 5 is a powerful apache module that adds scripting and database connection
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug29064.phpt85 // Clean up and close connection
H A Dbug43578.phpt35 // Clean up and close connection
H A Dtest_close_default.phpt2 Sybase-CT close default connection
20 Warning: sybase_query(): Sybase: No connection in %s on line %d
H A Dtest_close_notopen.phpt18 Warning: sybase_close(): Sybase: No connection to close in %s on line %d
H A Dtest_connection_caching.phpt2 Sybase-CT connection caching
H A Dtest_connectionbased_msghandler.phpt2 Sybase-CT connection-based server message handler
H A Dtest_query_nostore.phpt52 // Clean up and close connection
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c153 ZEND_ARG_INFO(0, connection)
353 ct_con_drop(sybase_ptr->connection); in _close_sybase_link()
379 ct_con_drop(sybase_ptr->connection); in _close_sybase_plink()
643 ct_con_drop(sybase->connection); in php_sybase_do_connect_internal()
714 ct_con_drop(sybase->connection); in php_sybase_do_connect_internal()
720 ct_close(sybase->connection, CS_UNUSED); in php_sybase_do_connect_internal()
721 ct_con_drop(sybase->connection); in php_sybase_do_connect_internal()
794 ct_close(sybase_ptr->connection, CS_UNUSED); in php_sybase_do_connect()
795 ct_con_drop(sybase_ptr->connection); in php_sybase_do_connect()
895 ct_close(sybase_ptr->connection, CS_UNUSED); in php_sybase_do_connect()
[all …]
H A Dphp_sybase_ct.h80 CS_CONNECTION *connection; member
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation1.phpt15 /* Accept that connection */
H A Dstream_get_meta_data_socket_variation2.phpt15 /* Accept that connection */
H A Dstream_get_meta_data_socket_variation3.phpt15 /* Accept that connection */
H A Dstream_get_meta_data_socket_variation4.phpt15 /* Accept that connection */
/PHP-5.5/ext/standard/tests/network/
H A Dbug20134.phpt8 /* UDP will never cause a connection error, as it is
9 * a connection-LESS protocol */

Completed in 97 milliseconds

12345678