Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 26) sorted by path

12

/php-src/Zend/
H A Dzend_alloc.c294 char bytes[ZEND_MM_PAGE_SIZE]; member
302 char bytes[ZEND_MM_PAGE_SIZE * 8]; member
/php-src/ext/dom/
H A Ddocument.c1534 int bytes, format, saveempty = 0; in PHP_METHOD() local
2107 int bytes, format; in PHP_METHOD() local
H A Dhtml_document.c1301 zend_long bytes = php_stream_tell(stream); in PHP_METHOD() local
H A Dnode.c2259 int bytes; in dom_canonicalization() local
/php-src/ext/gd/libgd/
H A Dgd_xbm.c43 int bytes = 0, i; in gdImageCreateFromXbm() local
/php-src/ext/hash/
H A Dhash.c1288 int bytes; in PHP_FUNCTION() local
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5598 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local
H A Dpcre2_serialize.c76 uint8_t *bytes; in pcre2_serialize_encode() local
164 const uint8_t *bytes, pcre2_general_context *gcontext) in pcre2_serialize_decode()
259 pcre2_serialize_get_number_of_codes(const uint8_t *bytes) in pcre2_serialize_get_number_of_codes()
277 pcre2_serialize_free(uint8_t *bytes) in pcre2_serialize_free()
/php-src/ext/random/
H A Dcsprng.c64 PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw) in php_random_bytes()
H A Dengine_mt19937.c295 zend_string *bytes; in PHP_METHOD() local
308 ZSTR_VAL(bytes)[i] = (generated.result >> (i * 8)) & 0xff; in PHP_METHOD() local
310 ZSTR_VAL(bytes)[generated.size] = '\0'; in PHP_METHOD() local
H A Dphp_random_csprng.h26 static inline zend_result php_random_bytes_throw(void *bytes, size_t size) in php_random_bytes_throw()
31 static inline zend_result php_random_bytes_silent(void *bytes, size_t size) in php_random_bytes_silent()
H A Drandom.c570 zend_string *bytes; local
588 ZSTR_VAL(bytes)[size] = '\0'; local
H A Drandom.stub.php149 public function shuffleBytes(string $bytes): string {}
H A Drandomizer.c334 zend_string *bytes; in PHP_METHOD() local
/php-src/ext/shmop/
H A Dshmop.c224 int bytes; in PHP_FUNCTION() local
/php-src/ext/simplexml/
H A Dsimplexml.c1365 int bytes; in PHP_METHOD() local
/php-src/ext/standard/
H A Dcrypt_sha256.c211 uint32_t bytes = ctx->buflen; in sha256_finish_ctx() local
H A Dcrypt_sha512.c242 uint64_t bytes = ctx->buflen; in sha512_finish_ctx() local
H A Duniqid.c75 uint32_t bytes; in PHP_FUNCTION() local
/php-src/ext/zend_test/
H A Dtest.stub.php212 function zend_leak_bytes(int $bytes = 3): void {}
/php-src/main/
H A Drfc1867.c579 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
/php-src/main/streams/
H A Dstreams.c1290 ssize_t bytes; in _php_stream_write() local
/php-src/sapi/phpdbg/
H A Dphpdbg_io.c27 int bytes = PHPDBG_G(input_buflen), len = 0; in ZEND_EXTERN_MODULE_GLOBALS() local
84 int count = 0, bytes = 0; in phpdbg_output_pager() local
H A Dphpdbg_prompt.c462 int bytes = 0; in PHPDBG_COMMAND() local

Completed in 104 milliseconds

12