/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_serialize.c | 76 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()
|
H A D | pcre2_jit_compile.c | 5446 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_io.c | 27 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 D | phpdbg_prompt.c | 462 int bytes = 0; in PHPDBG_COMMAND() local
|
/PHP-8.3/ext/random/ |
H A D | engine_mt19937.c | 293 zend_string *bytes; in PHP_METHOD() local 307 ZSTR_VAL(bytes)[i] = (generated >> (i * 8)) & 0xff; in PHP_METHOD() local 309 ZSTR_VAL(bytes)[size] = '\0'; in PHP_METHOD() local
|
H A D | csprng.c | 63 PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw) in php_random_bytes()
|
H A D | php_random.h | 201 static inline zend_result php_random_bytes_throw(void *bytes, size_t size) in php_random_bytes_throw() 206 static inline zend_result php_random_bytes_silent(void *bytes, size_t size) in php_random_bytes_silent()
|
H A D | random.c | 574 zend_string *bytes; local 592 ZSTR_VAL(bytes)[size] = '\0'; local
|
H A D | random.stub.php | 149 public function shuffleBytes(string $bytes): string {}
|
H A D | randomizer.c | 328 zend_string *bytes; in PHP_METHOD() local
|
/PHP-8.3/ext/standard/ |
H A D | uniqid.c | 74 uint32_t bytes; in PHP_FUNCTION() local
|
H A D | crypt_sha256.c | 216 uint32_t bytes = ctx->buflen; in sha256_finish_ctx() local
|
H A D | crypt_sha512.c | 243 uint64_t bytes = ctx->buflen; in sha512_finish_ctx() local
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_xbm.c | 43 int bytes = 0, i; in gdImageCreateFromXbm() local
|
/PHP-8.3/ext/shmop/ |
H A D | shmop.c | 224 int bytes; in PHP_FUNCTION() local
|
/PHP-8.3/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-opt64.c | 349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
|
/PHP-8.3/ext/zend_test/ |
H A D | test.stub.php | 193 function zend_leak_bytes(int $bytes = 3): void {}
|
/PHP-8.3/win32/ |
H A D | ioutil.c | 1033 DWORD bytes; in php_win32_ioutil_readlink_int() local
|
/PHP-8.3/main/ |
H A D | rfc1867.c | 579 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
|
/PHP-8.3/ext/dom/ |
H A D | document.c | 1466 int bytes, format, saveempty = 0; in PHP_METHOD() local 2056 int bytes, format; in PHP_METHOD() local
|
H A D | node.c | 2000 int bytes; in dom_canonicalization() local
|
/PHP-8.3/ext/hash/ |
H A D | hash.c | 1288 int bytes; in PHP_FUNCTION() local
|
/PHP-8.3/Zend/ |
H A D | zend_alloc.c | 298 char bytes[ZEND_MM_PAGE_SIZE]; member 306 char bytes[ZEND_MM_PAGE_SIZE * 8]; member
|
/PHP-8.3/main/streams/ |
H A D | streams.c | 1290 ssize_t bytes; in _php_stream_write() local
|
/PHP-8.3/ext/simplexml/ |
H A D | simplexml.c | 1396 int bytes; in PHP_METHOD() local
|