Home
last modified time | relevance | path

Searched refs:size (Results 476 – 500 of 592) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-5.5/
H A Dphp.ini-production215 ; will send that data in chunks of roughly the size you specify.
256 ; compression. If you prefer a larger chunk size for better
329 ; http://php.net/realpath-cache-size
656 ; Maximum size of POST data that PHP will accept.
659 ; http://php.net/post-max-size
790 ; Maximum allowed size for uploaded files.
958 ;stack size limit imposed by the Operating System).
1266 ; http://php.net/oci8.statement-cache-size
1812 ; A default size of the shared memory segment
1840 ; The OPcache shared memory storage size.
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c352 unsigned int size = (unsigned int )(((str_len) + 1) * (state_num) + 7) >> 3;\
354 if (size > 0 && offset < size && size < STATE_CHECK_BUFF_MAX_SIZE) {\
355 if (size >= STATE_CHECK_BUFF_MALLOC_THRESHOLD_SIZE) \
356 (msa).state_check_buff = (void* )xmalloc(size);\
358 (msa).state_check_buff = (void* )xalloca(size);\
360 (size_t )(size - (offset))); \
361 (msa).state_check_buff_size = size;\
421 onig_set_match_stack_limit_size(unsigned int size) in onig_set_match_stack_limit_size() argument
423 MatchStackLimitSize = size; in onig_set_match_stack_limit_size()
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation1.phpt11 and checking the existence and size of destination files
H A Dfseek_ftell_rewind_basic2-win32.phpt50 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
65 //close the file and check the size
H A Dfseek_ftell_rewind_basic2.phpt49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
64 //close the file and check the size
H A Dfseek_ftell_rewind_basic1.phpt36 ,1,"bytes",".tmp"); //create a file with 512 bytes size
53 //close the file and check the size
H A Dfgetcsv_variation6.phpt2 Test fgetcsv() : usage variations - with length less than line size
12 value less than the line size
15 echo "*** Testing fgetcsv() : with length less than line size ***\n";
77 // use length as less than the actual size of the line
99 *** Testing fgetcsv() : with length less than line size ***
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt136 printf("stop: packet size - %d\n", $package_size);
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME250 "configure" command. This adds about 30K to the size of the library (in the
312 . The default maximum compiled pattern size is around 64K. You can increase
313 this by adding --with-link-size=3 to the "configure" command. In the 8-bit
315 parts of the compiled pattern. In the 16-bit library, --with-link-size=3 is
316 the same as --with-link-size=4, which (in both libraries) uses four-byte
317 offsets. Increasing the internal link size reduces performance. In the 32-bit
318 library, the only supported link size is 4.
387 . The default size (in bytes) of the internal buffer used by pcregrep can be
762 The eleventh test checks some internal offsets and code size features; it is
763 run only when the default "link size" of 2 is set (in other cases the sizes
[all …]
H A Dpcre_internal.h2331 pcre_uint32 size; /* Total that was malloced */ member
2357 pcre_uint32 size; /* Total that was malloced */ member
2392 #define REAL_PCRE_SIZE(re) (((REAL_PCRE*)re)->size)
2400 pcre_uint32 size; /* Total that was malloced */ member
/PHP-5.5/ext/imap/tests/
H A Dimap_include.inc17 'size',
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt6 * Description: Get the size of an image as 4-element array
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput235 /-- Check maximum non-UTF character size --/
H A Dtestinput14292 /-- Although this saved pattern was compiled with link-size=2, it does no harm
294 "compiled in wrong mode" error as soon as it is loaded, so the link size does
H A Dtestinput1854 /-- Check maximum character size --/
H A Dtestoutput255 /-- Check maximum character size --/
/PHP-5.5/ext/standard/tests/array/
H A D009.phpt39 $c++; // increment by one to create the situation of accessing beyond array size
59 $c++; // increment by one to create the situation of accessing beyond array size
/PHP-5.5/ext/opcache/
H A DREADME77 The OPcache shared memory storage size. The amount of memory for storing
127 size of the optimized code. Disabling "Doc Comments" may break some
/PHP-5.5/ext/oci8/
H A Doci8_collection.c241 int php_oci_collection_size(php_oci_collection *collection, sb4 *size TSRMLS_DC) in php_oci_collection_size()
245 …on->errcode, OCICollSize, (connection->env, connection->err, collection->collection, (sb4 *)size)); in php_oci_collection_size()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2138 int size = 0; in XMLRPC_VectorSize() local
2140 size = Q_Size(value->v->q); in XMLRPC_VectorSize()
2142 return size; in XMLRPC_VectorSize()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c470 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size) in cdf_count_chain() argument
473 cdf_secid_t maxsector = (cdf_secid_t)((sat->sat_len * size) in cdf_count_chain()
1098 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() argument
1100 size_t i, j, s = size / sizeof(cdf_secid_t); in cdf_dump_sat()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c328 fc->fci.size = sizeof(fc->fci); in do_callback()
492 collation->fc.fci.size = sizeof(collation->fc.fci); in php_sqlite3_collation_callback()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c234 int size = 0; in PHAR_FUNC() local
314 size = php_stream_passthru(stream); in PHAR_FUNC()
316 RETURN_LONG(size); in PHAR_FUNC()
/PHP-5.5/ext/wddx/
H A Dwddx.c189 static int wddx_stack_push(wddx_stack *stack, void *element, int size) in wddx_stack_push() argument
195 stack->elements[stack->top] = (void *) emalloc(size); in wddx_stack_push()
196 memcpy(stack->elements[stack->top], element, size); in wddx_stack_push()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1128 #>4 ulelong x size %d
2296 >8 belong x \b, size %d
2459 #>4 beshort x header size %d
4781 # header size >= 32
4798 # file size = records * record size + header size
7429 >4 lelong x size %lu
7439 >4 belong x size %lu
8143 #>>>>>>11 ubyte x size 0x%02x
8933 # sector size detection.
10792 >4 byte x \b, header size %u
[all …]

Completed in 146 milliseconds

1...<<11121314151617181920>>...24