Home
last modified time | relevance | path

Searched defs:size (Results 101 – 125 of 204) sorted by relevance

123456789

/PHP-7.3/ext/zip/lib/
H A Dzip_hash.c105 _hash_string(const zip_uint8_t *name, zip_uint16_t size) in _hash_string()
H A Dzip_source_deflate.c47 zip_uint64_t size; member
H A Dzipint.h368 zip_uint64_t size; /* size of central directory */ member
377 zip_uint16_t size; /* data size */ member
437 zip_uint64_t size; member
H A Dzip_source_buffer.c49 zip_uint64_t size; /* size of data in bytes */ member
H A Dzip_source_win32handle.c547 LARGE_INTEGER size; in _zip_stat_win32() local
/PHP-7.3/ext/standard/
H A Dformatted_print.c94 size_t size = ZSTR_LEN(*buffer); in php_sprintf_appendstring() local
389 size_t size = 240, inpos = 0, outpos = 0, temppos; in php_formatted_print() local
/PHP-7.3/ext/gd/libgd/
H A Dgd_bmp.c66 void * gdImageBmpPtr(gdImagePtr im, int *size, int compression) in gdImageBmpPtr()
425 gdImagePtr gdImageCreateFromBmpPtr(int size, void *data) in gdImageCreateFromBmpPtr()
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c534 static inline int allocateBuf( LSAPI_Request * pReq, int size ) in allocateBuf()
562 static int allocateRespHeaderBuf( LSAPI_Request * pReq, int size ) in allocateRespHeaderBuf()
1941 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile()
1957 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile()
1974 ssize_t gsendfile( int fdOut, int fdIn, off_t *off, size_t size ) in gsendfile()
2004 ssize_t gsendfile( int fdOut, int fdIn, off_t * off, size_t size ) in gsendfile()
2011 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size ) in LSAPI_sendfile_r()
2939 int size = 4096; in lsapi_init_children_status() local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_btree.c30 # define pemalloc(size, persistent) malloc(size) argument
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h235 #define VCWD_GETCWD(buff, size) virtual_getcwd(buff, size) argument
280 #define VCWD_GETCWD(buff, size) php_win32_ioutil_getcwd(buff, size) argument
292 #define VCWD_GETCWD(buff, size) getcwd(buff, size) argument
H A Dzend_ini_scanner.l278 size_t size; in zend_ini_open_file_for_scanning() local
H A Dzend_multibyte.c191 size_t size = 0; in zend_multibyte_set_script_encoding_by_string() local
H A Dzend_language_scanner.l504 size_t size, offset = 0; in open_file_for_scanning() local
684 size_t size, old_len; in zend_prepare_string_for_scanning() local
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()
/PHP-7.3/ext/opcache/
H A Dzend_persist_calc.c118 uint32_t size; in zend_persist_zval_calc() local
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h206 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
559 #define SLJIT_MALLOC_EXEC(size) sljit_malloc_exec(size) argument
H A DsljitLir.c539 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf()
558 static void* ensure_abuf(struct sljit_compiler *compiler, sljit_uw size) in ensure_abuf()
577 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory()
1302 void *instruction, sljit_s32 size) in check_sljit_emit_op_custom()
2236 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory()
2379 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
H A DsljitNativeARM_32.c584 sljit_uw size; in sljit_generate_code() local
910 sljit_s32 args, size, i, tmp; in sljit_emit_enter() local
953 sljit_s32 size; in sljit_set_context() local
1764 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
/PHP-7.3/main/
H A Dmain.c898 PHPAPI size_t php_write(void *buf, size_t size) in php_write()
911 size_t size; in php_printf() local
1188 PHPAPI void php_html_puts(const char *str, size_t size) in php_html_puts()
/PHP-7.3/ext/zlib/
H A Dzlib_filter.c39 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
H A Dzlib.c54 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
636 size_t size; in PHP_FUNCTION() local
/PHP-7.3/ext/mbstring/
H A Dmbstring.c732 size_t n, size; in php_mb_parse_encoding_list() local
841 size_t size; in php_mb_parse_encoding_array() local
1265 size_t size; in PHP_INI_MH() local
1293 size_t size; in PHP_INI_MH() local
2004 size_t size = 0; in PHP_FUNCTION() local
3107 size_t size = 0; in php_mb_convert_encoding() local
3214 size_t size, l, n; in PHP_FUNCTION() local
3411 size_t size; in PHP_FUNCTION() local
/PHP-7.3/sapi/fpm/fpm/
H A Dzlog.h61 size_t size; member
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c63 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data) argument
66 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc()
1338 int space, size, bracketlen; in set_private_data_ptrs() local
1903 int size; in get_recurse_data_length() local
2656 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack()
2673 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack()
7717 int size; in compile_charn_matchingpath() local
7780 #define PUSH_BACKTRACK(size, ccstart, error) \ argument
7793 #define PUSH_BACKTRACK_NOVALUE(size, ccstart) \ argument
10392 int size; in compile_then_trap_matchingpath() local
[all …]
/PHP-7.3/ext/bz2/
H A Dbz2_filter.c52 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc()

Completed in 236 milliseconds

123456789