Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 171) sorted by path

1234567

/PHP-5.5/TSRM/
H A DTSRM.c34 size_t size; member
215 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo… in ts_allocate_id()
758 int size; in tsrm_error() local
H A Dtsrm_config_common.h58 # define tsrm_do_alloca_ex(size, limit, use_heap) \ argument
60 # define tsrm_do_alloca(size, use_heap) \ argument
H A Dtsrm_virtual_cwd.c643 long size = sizeof(realpath_cache_bucket) + path_len + 1; in realpath_cache_add() local
H A Dtsrm_virtual_cwd.h258 #define VCWD_GETCWD(buff, size) virtual_getcwd(buff, size TSRMLS_CC) argument
290 #define VCWD_GETCWD(buff, size) getcwd(buff, size) argument
H A Dtsrm_win32.c591 TSRM_API int shmget(int key, int size, int flags) in shmget()
/PHP-5.5/Zend/
H A Dzend.h202 # define do_alloca_ex(size, limit, use_heap) \ argument
204 # define do_alloca(size, use_heap) \ argument
678 #define STR_REALLOC(ptr, size) \ argument
H A Dzend_API.h44 size_t size; member
361 #define array_init_size(arg, size) _array_init((arg), (size) ZEND_FILE_LINE_CC) argument
H A Dzend_alloc.c351 size_t size; member
360 size_t size; member
429 size_t size; member
502 #define ZEND_MM_BLOCK(b, type, size) do { \ argument
729 size_t size; in zend_mm_add_to_free_list() local
941 size_t size = ZEND_MM_BLOCK_SIZE(mm_block); in zend_mm_free_cache() local
977 static void zend_mm_random(unsigned char *buf, size_t size) /* {{{ */ in zend_mm_random()
1631 size_t size, true_size, min_size, max_size; in zend_mm_shutdown() local
1750 size_t size) in zend_mm_safe_error()
2064 size_t size; in _zend_mm_free_int() local
[all …]
H A Dzend_alloc.h42 #define ZEND_MM_ALIGNED_SIZE(size) (((size) + ZEND_MM_ALIGNMENT - 1) & ZEND_MM_ALIGNMENT_MASK) argument
46 size_t size; member
70 #define emalloc(size) _emalloc((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
73 #define ecalloc(nmemb, size) _ecalloc((nmemb), (size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
74 #define erealloc(ptr, size) _erealloc((ptr), (size), 0 ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_C… argument
82 #define emalloc_rel(size) _emalloc((size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC) argument
85 #define ecalloc_rel(nmemb, size) _ecalloc((nmemb), (size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE… argument
86 #define erealloc_rel(ptr, size) _erealloc((ptr), (size), 0 ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LI… argument
122 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size):emalloc(size)) argument
132 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size)) argument
[all …]
H A Dzend_compile.c3234 #define REALLOC_BUF_IF_EXCEED(buf, offset, length, size) \ argument
H A Dzend_dynamic_array.c31 …ND_API int zend_dynamic_array_init(dynamic_array *da, unsigned int element_size, unsigned int size) in zend_dynamic_array_init()
H A Dzend_hash.c814 …copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_hash_copy()
845 …arget, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite Z… in _zend_hash_merge()
882 …ashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_f… in zend_hash_merge_ex()
H A Dzend_hash.h224 #define zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite) \ argument
H A Dzend_ini_scanner.c231 size_t size; in zend_ini_open_file_for_scanning() local
H A Dzend_ini_scanner.l229 size_t size; in zend_ini_open_file_for_scanning() local
H A Dzend_language_scanner.c483 size_t size, offset = 0; in open_file_for_scanning() local
658 size_t size; in zend_prepare_string_for_scanning() local
H A Dzend_language_scanner.l481 size_t size, offset = 0; in open_file_for_scanning() local
656 size_t size; in zend_prepare_string_for_scanning() local
H A Dzend_llist.c26 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_llist.h41 size_t size; member
H A Dzend_modules.h74 unsigned short size; member
H A Dzend_multibyte.c186 size_t size = 0; in zend_multibyte_set_script_encoding_by_string() local
H A Dzend_objects_API.h54 zend_uint size; member
H A Dzend_opcode.c46 static void op_array_alloc_ops(zend_op_array *op_array, zend_uint size) in op_array_alloc_ops()
H A Dzend_stack.c33 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size) in zend_stack_push()
H A Dzend_static_allocator.c31 inline static char *block_allocate(Block *block, zend_uint size) in block_allocate()
53 char *static_allocator_allocate(StaticAllocator *sa, zend_uint size) in static_allocator_allocate()

Completed in 146 milliseconds

1234567