Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.5/ext/zip/lib/
H A Dzip_stat_init.c48 st->size = 0; in zip_stat_init()
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.5/ext/fileinfo/libmagic/
H A Dtar.h58 char size[12]; member
/PHP-5.5/Zend/
H A Dzend_dynamic_array.h33 …D_API int zend_dynamic_array_init(dynamic_array *da, unsigned int element_size, unsigned int size);
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_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_static_allocator.h44 char *static_allocator_allocate(StaticAllocator *sa, zend_uint size);
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dsimplestring.h54 int size; /* size of allocated buffer */ member
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput235 /-- Check maximum non-UTF character size --/
/PHP-5.5/ext/session/tests/
H A Drfc1867_disabled_2.phpt60 [%u|b%"size"]=>
73 [%u|b%"size"]=>
H A Drfc1867_disabled.phpt60 [%u|b%"size"]=>
73 [%u|b%"size"]=>
H A Drfc1867_no_name.phpt60 [%u|b%"size"]=>
73 [%u|b%"size"]=>
H A Drfc1867_cleanup.phpt67 [%u|b%"size"]=>
80 [%u|b%"size"]=>
H A Drfc1867_sid_only_cookie_2.phpt63 [%u|b%"size"]=>
76 [%u|b%"size"]=>
/PHP-5.5/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.5/ext/standard/tests/strings/
H A Dbug50052.phpt2 Bug #50052 (Different Hashes on Windows and Linux on wrong Salt size)
/PHP-5.5/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.
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.h35 int size; member
/PHP-5.5/ext/oci8/tests/
H A Dlob_024.phpt28 var_dump($blob->size());
30 var_dump($blob->size());
/PHP-5.5/ext/standard/
H A Dmd5.h52 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
/PHP-5.5/ext/gd/tests/
H A Dbug38112.phpt2 Bug #38112 (GIF Invalid Code size ).
/PHP-5.5/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

Completed in 57 milliseconds

12345678910>>...24