Home
last modified time | relevance | path

Searched defs:size (Results 151 – 175 of 250) sorted by relevance

12345678910

/php-src/ext/opcache/
H A Dzend_persist_calc.c101 uint32_t size; in zend_persist_zval_calc() local
H A Dzend_accelerator_util_funcs.c554 size_t size = persistent_script->size; in zend_accel_script_checksum() local
/php-src/Zend/
H A Dzend_llist.c24 ZEND_API void zend_llist_init(zend_llist *l, size_t size, llist_dtor_func_t dtor, unsigned char per… in zend_llist_init()
H A Dzend_fibers.c82 size_t size; member
203 static zend_fiber_stack *zend_fiber_stack_allocate(size_t size) in zend_fiber_stack_allocate()
H A Dzend_modules.h72 unsigned short size; member
H A Dzend_language_scanner.l528 size_t size; in open_file_for_scanning() local
724 size_t size, old_len; in zend_prepare_string_for_scanning() local
H A Dzend_virtual_cwd.c293 CWD_API char *virtual_getcwd(char *buf, size_t size) /* {{{ */ in virtual_getcwd()
393 zend_long size = sizeof(realpath_cache_bucket) + path_len + 1; in realpath_cache_add() local
H A Dzend_enum.c530 size_t size = sizeof(zend_ast_ref) + zend_ast_size(3) in create_enum_case_ast() local
/php-src/sapi/fpm/fpm/
H A Dzlog.h61 size_t size; member
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.c309 size_t size) in lxb_html_tokenizer_chunk()
/php-src/ext/bz2/
H A Dbz2_filter.c51 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc()
/php-src/ext/random/
H A Dphp_random.h95 const size_t size; member
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c516 static bool ir_gdb_register_code(const void *object, size_t size) in ir_gdb_register_code()
632 size_t size, in ir_gdb_register()
/php-src/ext/zlib/
H A Dzlib.c122 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
679 size_t size; in PHP_FUNCTION() local
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c132 size_t size; member
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_context.c56 static void *default_malloc(size_t size, void *data) in default_malloc()
/php-src/ext/gd/
H A Dgd.stub.php733 function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $optio…
739 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
745 function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $opti…
751 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…
/php-src/ext/dba/libinifile/
H A Dinifile.c306 static int inifile_truncate(inifile *dba, size_t size) in inifile_truncate()
/php-src/ext/standard/
H A Dfile.c1193 size_t size = 0; in PHP_FUNCTION() local
1251 size_t size; in PHP_FUNCTION() local
1378 zend_long size; in PHP_FUNCTION() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c730 sljit_uw size; in sljit_generate_code() local
1137 sljit_s32 i, tmp, size, word_arg_count; in sljit_emit_enter() local
1302 sljit_s32 size; in sljit_set_context() local
2456 sljit_s32 size, dst_r; in sljit_emit_op_dst() local
2510 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c240 size_t size = phpdbg_get_total_page_size(watch->addr.ptr, watch->size); in phpdbg_change_watchpoint_access() local
349 void phpdbg_set_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch) {
/php-src/ext/readline/
H A Dreadline_cli.c605 size_t size = 4096, pos = 0, len; in readline_shell_run() local
/php-src/ext/mbstring/
H A Dmbstring.c302 size_t n, size; in php_mb_parse_encoding_list() local
381 size_t size = zend_hash_num_elements(target_hash) + MBSTRG(default_detect_order_list_size); in php_mb_parse_encoding_array() local
702 size_t size; in PHP_INI_MH() local
728 size_t size; in _php_mb_ini_mbstring_http_input_set() local
1386 size_t size; in PHP_FUNCTION() local
2803 static void remove_non_encodings_from_elist(const mbfl_encoding **elist, size_t *size) in remove_non_encodings_from_elist()
3164 static const mbfl_encoding **duplicate_elist(const mbfl_encoding **elist, size_t size) in duplicate_elist()
3399 size_t size; in PHP_FUNCTION() local
/php-src/main/
H A Dphp_streams.h335 #define php_stream_fill_read_buffer(stream, size) _php_stream_fill_read_buffer((stream), (size)) argument
397 #define php_stream_set_chunk_size(stream, size) _php_stream_set_option((stream), PHP_STREAM_OPTION_… argument
452 #define php_stream_truncate_set_size(stream, size) _php_stream_truncate_set_size((stream), (size)) argument
/php-src/TSRM/
H A Dtsrm_win32.c630 TSRM_API int shmget(key_t key, size_t size, int flags) in shmget()

Completed in 183 milliseconds

12345678910