Home
last modified time | relevance | path

Searched defs:size (Results 201 – 225 of 250) sorted by path

12345678910

/php-src/ext/soap/
H A Dsoap.c1230 int num_params = 0, size, i, call_status = 0; local
1750 int size; local
/php-src/ext/sockets/
H A Dconversions.c572 socklen_t size = INET_ADDRSTRLEN; in to_zval_read_sin_addr() local
622 socklen_t size = INET6_ADDRSTRLEN; in to_zval_read_sin6_addr() local
H A Dmulticast.c622 ULONG size; in php_if_index_to_addr4() local
665 ULONG size; in php_add4_to_if_index() local
754 int size = 0, local
H A Dsendrecvmsg.c316 size_t size = entry->size + n * entry->var_el_size; in PHP_FUNCTION() local
385 socklen_t size; in php_do_getsockopt_ipv6_rfc3542() local
H A Dsendrecvmsg.h29 socklen_t size; /* size of native structure */ member
/php-src/ext/spl/
H A Dspl_directory.c2686 zend_long size; in PHP_METHOD() local
H A Dspl_directory.stub.php295 public function ftruncate(int $size): bool {}
H A Dspl_fixedarray.c44 zend_long size; member
102 static void spl_fixedarray_init_non_empty_struct(spl_fixedarray *array, zend_long size) in spl_fixedarray_init_non_empty_struct()
110 static void spl_fixedarray_init(spl_fixedarray *array, zend_long size) in spl_fixedarray_init()
136 zend_long size = from->size; in spl_fixedarray_copy_ctor() local
172 static void spl_fixedarray_resize(spl_fixedarray *array, zend_long size) in spl_fixedarray_resize()
239 const zend_long size = intern->array.size; in spl_fixedarray_object_get_properties_for() local
542 zend_long size = 0; in PHP_METHOD() local
575 int size = zend_hash_num_elements(intern_ht); in PHP_METHOD() local
629 zend_long size; in PHP_METHOD() local
781 zend_long size; in PHP_METHOD() local
H A Dspl_fixedarray.stub.php7 public function __construct(int $size = 0) {}
29 public function setSize(int $size): true {}
/php-src/ext/sqlite3/
H A Dsqlite3.c1083 size_t size; member
/php-src/ext/standard/
H A Darray.c3118 uint32_t i, size; local
3159 uint32_t i, size; local
3807 zend_long size = length; local
6807 zend_long size, current = 0; local
H A Dbasic_functions.c653 DWORD size = GetEnvironmentVariableW(keyw, &dummybuf, 0); in php_getenv() local
H A Dcrypt_blowfish.c380 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode()
404 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode()
640 char *output, int size, in BF_crypt()
768 static int _crypt_output_magic(const char *setting, char *output, int size) in _crypt_output_magic()
804 char *output, int size) in php_crypt_blowfish_rn()
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
H A Dformatted_print.c107 size_t size = ZSTR_LEN(*buffer); in php_sprintf_appendstring() local
427 size_t size = 240, outpos = 0; in php_formatted_print() local
H A Dhtml_tables.h1098 unsigned size; /* number of remaining entries in the table */ member
H A Dimage.c115 int size; in php_handle_bmp() local
856 int size; in php_handle_iff() local
H A Dmd5.c186 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) in body()
304 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) in PHP_MD5Update()
H A Dpack.c91 static void php_pack(zval *val, size_t size, int *map, char *output) in php_pack()
746 int size = 0; in PHP_FUNCTION() local
1260 int size = sizeof(Z_LVAL(val)); in PHP_MINIT_FUNCTION() local
/php-src/ext/standard/libavifinfo/
H A Davifinfo.c242 uint32_t size; // In bytes. member
/php-src/ext/sysvshm/
H A Dsysvshm.stub.php13 function shm_attach(int $key, ?int $size = null, int $permissions = 0666): SysvSharedMemory|false {}
/php-src/ext/zlib/
H A Dphp_zlib.h41 size_t size; member
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
H A Dzlib_filter.c37 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
/php-src/main/
H A Dmain.c884 PHPAPI size_t php_write(void *buf, size_t size) in php_write()
896 size_t size; in php_printf() local
914 size_t size; in php_printf_unchecked() local
1188 PHPAPI void php_html_puts(const char *str, size_t size) in php_html_puts()

Completed in 145 milliseconds

12345678910