/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | simplestring.h | 54 int size; /* size of allocated buffer */ member
|
/PHP-5.4/Zend/ |
H A D | zend_ts_hash.h | 99 …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 D | zend_llist.h | 41 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 D | zend_execute.h | 243 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 D | zend_static_allocator.h | 44 char *static_allocator_allocate(StaticAllocator *sa, zend_uint size);
|
/PHP-5.4/ext/dba/ |
H A D | dba_cdb.c | 215 # 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 D | rfc1867_disabled_2.phpt | 59 [%u|b%"size"]=> 72 [%u|b%"size"]=>
|
H A D | rfc1867_no_name.phpt | 59 [%u|b%"size"]=> 72 [%u|b%"size"]=>
|
H A D | rfc1867_disabled.phpt | 59 [%u|b%"size"]=> 72 [%u|b%"size"]=>
|
H A D | rfc1867_cleanup.phpt | 66 [%u|b%"size"]=> 79 [%u|b%"size"]=>
|
H A D | rfc1867_sid_only_cookie_2.phpt | 63 [%u|b%"size"]=> 76 [%u|b%"size"]=>
|
/PHP-5.4/ext/zip/lib/ |
H A D | zip_source_buffer.c | 128 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 D | bug50052.phpt | 2 Bug #50052 (Different Hashes on Windows and Linux on wrong Salt size)
|
/PHP-5.4/ext/spl/tests/ |
H A D | SplFixedArray_setSize_reduce.phpt | 2 SPL FixedArray can reduce size of array
|
H A D | SplFixedArray_key_setsize.phpt | 2 SplFixedArray::key() when the array has a size higher than the amount of values specified.
|
H A D | bug62904.phpt | 7 public function __construct($size) {
|
H A D | SplFixedArray_count_param_int.phpt | 2 Creates array, uses the count function to get the size of the array, but passes a parameter.
|
H A D | SplTempFileObject_constructor_maxmemory_basic.phpt | 2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
|
/PHP-5.4/ext/oci8/tests/ |
H A D | lob_024.phpt | 28 var_dump($blob->size()); 30 var_dump($blob->size());
|
/PHP-5.4/ext/mcrypt/ |
H A D | mcrypt.c | 235 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 D | md5.h | 52 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
|
/PHP-5.4/ext/gd/tests/ |
H A D | bug38112.phpt | 2 Bug #38112 (GIF Invalid Code size ).
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_send_long_data_packet_size_libmysql.phpt | 2 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 D | lstat_stat_variation19.phpt | 107 ["size"]=> 161 ["size"]=> 217 ["size"]=> 271 ["size"]=>
|
H A D | lstat_stat_variation20.phpt | 109 ["size"]=> 165 ["size"]=> 219 ["size"]=> 273 ["size"]=>
|