Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 24 of 24) sorted by relevance

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_block_alloc.c34 MYSQLND_MEMORY_POOL * pool = chunk->pool; in mysqlnd_mempool_free_chunk() local
38 if (chunk->ptr == (pool->arena + (pool->arena_size - pool->free_size - chunk->size))) { in mysqlnd_mempool_free_chunk()
45 pool->refcount--; in mysqlnd_mempool_free_chunk()
61 MYSQLND_MEMORY_POOL * pool = chunk->pool; in mysqlnd_mempool_resize_chunk() local
63 if (chunk->ptr == (pool->arena + (pool->arena_size - pool->free_size - chunk->size))) { in mysqlnd_mempool_resize_chunk()
79 pool->refcount--; in mysqlnd_mempool_resize_chunk()
98 pool->refcount--; in mysqlnd_mempool_resize_chunk()
130 chunk->pool = pool; in mysqlnd_mempool_get_chunk()
140 ++pool->refcount; in mysqlnd_mempool_get_chunk()
141 chunk->ptr = pool->arena + (pool->arena_size - pool->free_size); in mysqlnd_mempool_get_chunk()
[all …]
H A Dmysqlnd_block_alloc.h25 PHPAPI void mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool);
H A Dmysqlnd_structs.h49 MYSQLND_MEMORY_POOL_CHUNK* (*get_chunk)(MYSQLND_MEMORY_POOL * pool, unsigned int size);
55 MYSQLND_MEMORY_POOL *pool; member
/PHP-7.0/sapi/fpm/tests/
H A D015.phpt75 [%s] NOTICE: [pool pool1] pm.start_servers is not set. It's been set to 2.
76 [%s] NOTICE: [pool pool1] 'user' directive is ignored when FPM is not running as root
79 [%s] WARNING: [pool pool2] child %d said into stderr: "ERROR: Wrong IP address 'xxx' in listen.allo…
80 [%s] WARNING: [pool pool2] child %d said into stderr: "ERROR: There are no allowed %s"
81 [%s] WARNING: [pool pool2] child %d said into stderr: "ERROR: Connection disallowed: IP address '12…
H A D016.phpt77 [%s] NOTICE: [pool aaaa] 'user' directive is ignored when FPM is not running as root
78 [%s] NOTICE: [pool bbbb] 'user' directive is ignored when FPM is not running as root
79 [%s] NOTICE: [pool cccc] 'user' directive is ignored when FPM is not running as root
80 [%s] NOTICE: [pool dddd] 'user' directive is ignored when FPM is not running as root
81 [%s] NOTICE: [pool eeee] 'user' directive is ignored when FPM is not running as root
H A D010.phpt39 var_dump(strpos($json, 'application/json') && strpos($json, '"pool":"unconfined"'));
64 pool: unconfined
H A Dapparmor.phpt4 This test tries to launches a pool which tries to change to non existing
H A D020.phpt2 FPM: Test pool prefix
H A D008.phpt2 FPM: Test multi pool (dynamic + ondemand + static) (bug #68423)
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c161 ctx->r->status_line = apr_pstrdup(ctx->r->pool, sline + 9); in php_apache_sapi_send_headers()
173 ap_set_content_type(ctx->r, apr_pstrdup(ctx->r->pool, ctx->content_type)); in php_apache_sapi_send_headers()
438 apr_pool_userdata_get(&data, userdata_key, s->process->pool); in php_apache_server_startup()
485 SG(request_info).query_string = apr_pstrdup(r->pool, r->args); in php_apache_request_ctor()
488 SG(request_info).request_uri = apr_pstrdup(r->pool, r->uri); in php_apache_request_ctor()
489 SG(request_info).path_translated = apr_pstrdup(r->pool, r->filename); in php_apache_request_ctor()
511 ctx->r->user = apr_pstrdup(ctx->r->pool, SG(request_info).auth_user); in php_apache_request_ctor()
539 apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); in php_apache_ini_dtor()
565 ctx = SG(server_context) = apr_pcalloc(r->pool, sizeof(*ctx)); in php_handler()
625 brigade = apr_brigade_create(r->pool, r->connection->bucket_alloc); in php_handler()
[all …]
H A Dapache_config.c68 e.value = apr_pstrdup(cmd->pool, value); in real_value_hnd()
116 apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg); in php_apache_phpini_set()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_scoreboard.c75 strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool)); in fpm_scoreboard_init_main()
304 zlog(ZLOG_DEBUG, "[pool %s] the proc->free_slot was not free. Let's search", scoreboard->pool); in fpm_scoreboard_proc_alloc()
314 zlog(ZLOG_ERROR, "[pool %s] no free scoreboard slot", scoreboard->pool); in fpm_scoreboard_proc_alloc()
H A Dfpm_status.c97 zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in used.", scoreboard_p->pool); in fpm_status_handle_request()
110 zlog(ZLOG_ERROR, "[pool %s] invalid status values", scoreboard.pool); in fpm_status_handle_request()
362 scoreboard.pool, in fpm_status_handle_request()
H A Dfpm_scoreboard.h54 char pool[32]; member
H A Dfpm_log.c136 …_WARNING, "[pool %s] Unable to acquire shm slot while preparing the access log", scoreboard->pool); in fpm_log_write()
288 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", scoreboard->pool[0] ? scoreboard->pool : "-"); in fpm_log_write()
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in1 ; Start a new pool named 'www'.
3 ; pool name ('www' here)
6 ; Per pool prefix
18 ;prefix = /path/to/pools/$pool
143 ; pool - the name of the pool;
163 ; pool: www
259 ;access.log = log/$pool.access.log
291 ; %n: pool name
323 ;slowlog = log/$pool.log.slow
373 ; pool configuration are added.
[all …]
H A Dphp-fpm.conf.in74 ; - The pool process will inherit the master process priority
115 ; ports and different management options. The name of the pool will be
/PHP-7.0/ext/pdo_sqlite/tests/
H A Dbug35336.phpt15 $a = new PDO("sqlite::memory:");// pool ("sqlite::memory:");
/PHP-7.0/ext/oci8/tests/
H A Ddrcp_conn_close2.phpt16 // With oci_close() the connection is released to the pool and hence the
H A Ddrcp_pconn_close2.phpt16 // With oci_close() the connection is released to the pool and hence the
/PHP-7.0/
H A DUPGRADING.INTERNALS156 to use a local thread unique pointer to the corresponding data pool. These
159 - ZEND_TSRMG - based on TSRMG and if static pointer for data pool access is
169 unique data pool
H A Dphp.ini-development991 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
1196 ; Default size of the mysqlnd memory pool, which is used by result sets.
1247 ; the database pool must be configured, and the connection string must
H A Dphp.ini-production991 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
1196 ; Default size of the mysqlnd memory pool, which is used by result sets.
1247 ; the database pool must be configured, and the connection string must
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic11307 # MGR bitmaps (Michael Haardt, u31b3hs@pool.informatik.rwth-aachen.de)
12229 # From Martin Pool (m.pool@pharos.com.au)

Completed in 91 milliseconds