Home
last modified time | relevance | path

Searched refs:size (Results 176 – 200 of 567) sorted by relevance

12345678910>>...23

/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dsimplestring.h54 int size; /* size of allocated buffer */ member
/PHP-5.4/Zend/
H A Dzend_ts_hash.h99 …TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
100 …h(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
101 …rget, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite);
102 …ble *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func…
H A Dzend_llist.h41 size_t size; member
50 ZEND_API void zend_llist_init(zend_llist *l, size_t size, llist_dtor_func_t dtor, unsigned char per…
H A Dzend_execute.h243 static zend_always_inline void *zend_vm_stack_alloc(size_t size TSRMLS_DC) in zend_vm_stack_alloc()
247 size = (size + (sizeof(void*) - 1)) / sizeof(void*); in zend_vm_stack_alloc()
253 if (UNEXPECTED(size + extra + ZEND_MM_ALIGNED_SIZE(sizeof(void*)) / sizeof(void*) > in zend_vm_stack_alloc()
255 zend_vm_stack_extend(size TSRMLS_CC); in zend_vm_stack_alloc()
265 ZEND_VM_STACK_GROW_IF_NEEDED((int)size); in zend_vm_stack_alloc()
268 EG(argument_stack)->top += size; in zend_vm_stack_alloc()
H A Dzend_static_allocator.h44 char *static_allocator_allocate(StaticAllocator *sa, zend_uint size);
/PHP-5.4/ext/dba/
H A Ddba_cdb.c215 # define cdb_file_read(fildes, buf, size) php_stream_read(fildes, buf, size) argument
217 # define cdb_file_read(fildes, buf, size) read(fildes, buf, size) argument
/PHP-5.4/ext/session/tests/
H A Drfc1867_disabled_2.phpt59 [%u|b%"size"]=>
72 [%u|b%"size"]=>
H A Drfc1867_no_name.phpt59 [%u|b%"size"]=>
72 [%u|b%"size"]=>
H A Drfc1867_disabled.phpt59 [%u|b%"size"]=>
72 [%u|b%"size"]=>
H A Drfc1867_cleanup.phpt66 [%u|b%"size"]=>
79 [%u|b%"size"]=>
H A Drfc1867_sid_only_cookie_2.phpt63 [%u|b%"size"]=>
76 [%u|b%"size"]=>
/PHP-5.4/ext/zip/lib/
H A Dzip_source_buffer.c128 st->size = z->end - z->data; in read_data()
129 st->comp_size = st->size; in read_data()
/PHP-5.4/ext/standard/tests/strings/
H A Dbug50052.phpt2 Bug #50052 (Different Hashes on Windows and Linux on wrong Salt size)
/PHP-5.4/ext/spl/tests/
H A DSplFixedArray_setSize_reduce.phpt2 SPL FixedArray can reduce size of array
H A DSplFixedArray_key_setsize.phpt2 SplFixedArray::key() when the array has a size higher than the amount of values specified.
H A Dbug62904.phpt7 public function __construct($size) {
H A DSplFixedArray_count_param_int.phpt2 Creates array, uses the count function to get the size of the array, but passes a parameter.
H A DSplTempFileObject_constructor_maxmemory_basic.phpt2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
/PHP-5.4/ext/oci8/tests/
H A Dlob_024.phpt28 var_dump($blob->size());
30 var_dump($blob->size());
/PHP-5.4/ext/mcrypt/
H A Dmcrypt.c235 ZEND_ARG_INFO(0, size)
1381 long size; in PHP_FUNCTION() local
1388 if (size <= 0 || size >= INT_MAX) { in PHP_FUNCTION()
1393 iv = ecalloc(size + 1, 1); in PHP_FUNCTION()
1404 n = size; in PHP_FUNCTION()
1415 while (read_bytes < size) { in PHP_FUNCTION()
1416 n = read(fd, iv + read_bytes, size - read_bytes); in PHP_FUNCTION()
1424 if (n < size) { in PHP_FUNCTION()
1431 n = size; in PHP_FUNCTION()
1432 while (size) { in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/standard/
H A Dmd5.h52 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
/PHP-5.4/ext/gd/tests/
H A Dbug38112.phpt2 Bug #38112 (GIF Invalid Code size ).
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt2 mysqli_stmt_send_long_data() - exceed packet size, libmysql - bug #26824
42 …printf("[008] Cannot determine max_allowed_packet size and/or bogus max_allowed_packet setting use…
45 // maximum packet size up to which we test is 10M
/PHP-5.4/ext/standard/tests/file/
H A Dlstat_stat_variation19.phpt107 ["size"]=>
161 ["size"]=>
217 ["size"]=>
271 ["size"]=>
H A Dlstat_stat_variation20.phpt109 ["size"]=>
165 ["size"]=>
219 ["size"]=>
273 ["size"]=>

Completed in 40 milliseconds

12345678910>>...23