Home
last modified time | relevance | path

Searched refs:size (Results 676 – 697 of 697) sorted by relevance

1...<<2122232425262728

/PHP-8.1/main/streams/
H A Duserspace.c846 STAT_PROP_ENTRY(size); in statbuf_from_array()
/PHP-8.1/ext/standard/
H A Dvar.c774 fci.size = sizeof(fci); in php_var_serialize_call_sleep()
H A Dvar_unserializer.re264 fci.size = sizeof(fci);
H A Dbasic_functions_arginfo.h1253 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
1979 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
H A Dhtml_tables.h1098 unsigned size; /* number of remaining entries in the table */ member
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c470 fci.size = sizeof(zend_fcall_info); in pdo_stmt_construct()
/PHP-8.1/ext/xml/
H A Dxml.c461 fci.size = sizeof(fci); in xml_call_handler()
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_7.phpt2 Oracle Database 12c Implicit Result Sets: bigger data size
H A Dimp_res_3.phpt2 Oracle Database 12c Implicit Result Sets: bigger data size
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c116 fci.size = sizeof(zend_fcall_info); in phpdbg_call_register()
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h914 static void* XXH_memcpy(void* dest, const void* src, size_t size) in XXH_memcpy() argument
916 return memcpy(dest,src,size); in XXH_memcpy()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc1622 |.macro EMALLOC, size, op_array, opline
1625 | mov FCARG1x, #size
1634 || if (size > 24 && size <= 32) {
1638 | mov FCARG1x, #size
1643 | mov FCARG1x, #size
3010 static int zend_jit_patch(const void *code, size_t size, uint32_t jmp_table_size, const void *from_…
3018 …const void **jmp_slot = (const void **)((char*)code + ZEND_MM_ALIGNED_SIZE_EX(size, sizeof(void*))…
3030 p = end + size;
3092 JIT_CACHE_FLUSH(code, (char*)code + size);
3095 VALGRIND_DISCARD_TRANSLATIONS(code, size);
[all …]
H A Dzend_jit_trace.c242 static void zend_jit_trace_add_code(const void *start, uint32_t size) in zend_jit_trace_add_code() argument
247 t->code_size = size; in zend_jit_trace_add_code()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c1975 fci.size = sizeof(fci); in ZEND_METHOD()
2026 fci.size = sizeof(fci); in ZEND_METHOD()
3376 fci.size = sizeof(fci); in reflection_method_invoke()
/PHP-8.1/
H A DNEWS593 endianess, Illegal IFD size and Undefined index). (nielsdos)
815 . Fix assertion on stack allocation size. (nielsdos)
/PHP-8.1/Zend/
H A Dzend_API.c933 fci->size = 0; in zend_parse_arg_impl()
3922 fci->size = sizeof(*fci); in zend_fcall_info_init()
H A Dzend_vm_def.h6163 uint32_t size; variable
6168 size = opline->extended_value >> ZEND_ARRAY_SIZE_SHIFT;
6169 ZVAL_ARR(array, zend_new_array(size));
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch941 /* malloc size is a conservative overestimate; could be
1602 #define FILE_NAMES_SIZE 51 /* size of array to contain all names */
/PHP-8.1/ext/mbstring/tests/data/
H A DJISX0212.txt30 # names in this file increases its size substantially
H A DSHIFTJIS.txt30 # names in this file increases its size substantially
H A DJISX0208.txt31 # names in this file increases its size substantially
H A DBIG5.txt67 # names in this file increases its size substantially

Completed in 260 milliseconds

1...<<2122232425262728