Home
last modified time | relevance | path

Searched refs:used (Results 26 – 50 of 547) sorted by last modified time

12345678910>>...22

/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in9 ; Include one or more files. If glob(3) exists, it is used to include a bunch of
10 ; files from a glob(3) pattern. This directive can be used everywhere in the
12 ; Relative path can also be used. They will be prefixed by:
34 ; syslog_facility is used to specify what type of program is logging the
58 ; Interval of time used by emergency_restart_interval to determine when
148 ; will be used.
170 ; Set permissions for unix socket, if one is used. In Linux, read/write
381 ; %C: %CPU used by the request
461 ; absolute path. When this value is not set, chroot is not used.
464 ; will be used instead.
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_arrays.h14 size_t used; member
42 a->used = 0; in fpm_array_init()
60 return fpm_array_item(a, a->used - 1); in fpm_array_item_last()
68 if (n < a->used - 1) { in fpm_array_item_remove()
69 void *last = fpm_array_item(a, a->used - 1); in fpm_array_item_remove()
77 --a->used; in fpm_array_item_remove()
87 if (a->used == a->allocated) { in fpm_array_push()
99 ret = fpm_array_item(a, a->used); in fpm_array_push()
101 ++a->used; in fpm_array_push()
112 a->used = a->allocated = 0; in fpm_array_free()
H A Dfpm_cleanup.c41 int cl = cleanups.used; in fpm_cleanups_run()
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.w3213 // We need to play tricks to get our readdir.h used by apache
H A DapMakefile.tmpl39 # 1. extension .o for shared objects cannot be used here because
43 # 2. extension -so.o (as used elsewhere) cannot be used because
/PHP-5.5/sapi/caudium/
H A Dconfig.m488 RESULT=" *** Pike binary used: $PIKE
89 *** Pike include dir(s) used: $PIKE_INCLUDE_DIR
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI63 like persistent database connections are used more efficiently.
/PHP-5.5/sapi/aolserver/
H A DREADME53 the value val (can be used multiple times). Example:
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl39 # 1. extension .o for shared objects cannot be used here because
43 # 2. extension -so.o (as used elsewhere) cannot be used because
H A Dconfig.w3216 // We need to play tricks to get our readdir.h used by apache
/PHP-5.5/
H A Dphp.ini-development39 ; Directives are variables used to configure PHP or PHP extensions.
197 ; used regardless of this directive.
253 ; to be used for compression (default is 4KB)
701 ; The root of the PHP pages, used only if nonempty.
908 ; Defines the default timezone used by the date functions
1208 ; used to tune and monitor MySQL operations.
1213 ; used to tune and monitor MySQL operations.
1356 ; Handler used to store/retrieve data.
1411 ; Name of the session (used as cookie name).
1566 ; A prefix used for the upload progress key in $_SESSION
[all …]
H A Dphp.ini-production39 ; Directives are variables used to configure PHP or PHP extensions.
197 ; used regardless of this directive.
253 ; to be used for compression (default is 4KB)
701 ; The root of the PHP pages, used only if nonempty.
908 ; Defines the default timezone used by the date functions
1208 ; used to tune and monitor MySQL operations.
1213 ; used to tune and monitor MySQL operations.
1356 ; Handler used to store/retrieve data.
1411 ; Name of the session (used as cookie name).
1566 ; A prefix used for the upload progress key in $_SESSION
[all …]
H A Dltmain.sh2302 $echo "*** that it is just a static archive that I should not used here."
/PHP-5.5/main/
H A Dphp_output.h96 size_t used; member
H A Doutput.c821 context->in.used = used; in php_output_context_feed()
835 context->in.used = context->out.used; in php_output_context_swap()
839 context->out.used = 0; in php_output_context_swap()
850 context->out.used = context->in.used; in php_output_context_pass()
854 context->in.used = 0; in php_output_context_pass()
897 if (buf->used) { in php_output_handler_append()
900 if ((handler->buffer.size - handler->buffer.used) <= buf->used) { in php_output_handler_append()
908 memcpy(handler->buffer.data + handler->buffer.used, buf->data, buf->used); in php_output_handler_append()
909 handler->buffer.used += buf->used; in php_output_handler_append()
947 context->in.used in php_output_handler_op()
[all …]
/PHP-5.5/ext/zlib/
H A Dzlib.c124 ctx->buffer.used = 0; in php_zlib_output_handler_ex()
127 if (output_context->in.used) { in php_zlib_output_handler_ex()
137 memcpy(ctx->buffer.data + ctx->buffer.used, output_context->in.data, output_context->in.used); in php_zlib_output_handler_ex()
139 ctx->buffer.used += output_context->in.used; in php_zlib_output_handler_ex()
144 output_context->out.used = 0; in php_zlib_output_handler_ex()
146 ctx->Z.avail_in = ctx->buffer.used; in php_zlib_output_handler_ex()
168 ctx->buffer.used = ctx->Z.avail_in; in php_zlib_output_handler_ex()
379 buffer.used += buffer.free - Z->avail_out; in php_zlib_inflate_rounds()
390 buffer.data[buffer.used] = '\0'; in php_zlib_inflate_rounds()
392 *len = buffer.used; in php_zlib_inflate_rounds()
[all …]
H A Dphp_zlib.h40 size_t used; member
/PHP-5.5/ext/zip/
H A DLICENSE_libzip13 3. The names of the authors may not be used to endorse or promote
H A Dconfig.m450 dnl This is PECL build, check if bundled PCRE library is used
/PHP-5.5/ext/xsl/tests/
H A Dbug54446_with_ini.phpt122 …(): The xsl.security_prefs php.ini was not used, since the XsltProcessor->setSecurityPrefs() meth…
/PHP-5.5/ext/xmlrpc/
H A Dconfig.m431 dnl Default to libxml2 if --with-libexpat-dir is not used
/PHP-5.5/ext/xml/tests/
H A Dxml_set_object_variation1.phpt12 * Description: Set up object which should be used for callbacks
H A Dxml_set_object_variation2.phpt12 * Description: Set up object which should be used for callbacks
H A Dxml_set_object_error.phpt12 * Description: Set up object which should be used for callbacks
/PHP-5.5/ext/xml/
H A Dconfig.m419 dnl Default to libxml2 if --with-libexpat-dir is not used.
36 dnl Check for expat only if --with-libexpat-dir is used.

Completed in 93 milliseconds

12345678910>>...22