/php-src/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()
|
/php-src/ext/random/ |
H A D | php_random_csprng.h | 28 ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_bytes_throw(void *bytes, size_t size) in php_random_bytes_throw() 33 ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_bytes_silent(void *bytes, size_t size) in php_random_bytes_silent()
|
H A D | csprng.c | 69 ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_bytes_ex(void *bytes, size_t size, char *errst… in php_random_bytes_ex() 213 ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_th… in php_random_bytes()
|
H A D | engine_mt19937.c | 295 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 D | zend_utils.c | 25 zend_random_bytes_insecure_state *opaque_state, void *bytes, size_t size) in php_random_bytes_insecure_for_zend()
|
H A D | random.c | 589 zend_string *bytes; local 607 ZSTR_VAL(bytes)[size] = '\0'; local
|
H A D | random.stub.php | 150 public function shuffleBytes(string $bytes): string {}
|
H A D | randomizer.c | 370 zend_string *bytes; in PHP_METHOD() local
|
/php-src/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-src/ext/bcmath/libbcmath/src/ |
H A D | str2num.c | 51 __m128i bytes = _mm_loadu_si128((const __m128i *) str); in bc_count_digits() local 86 __m128i bytes = _mm_loadu_si128((const __m128i *) scanner); in bc_skip_zero_reverse() local
|
H A D | convert.c | 32 __m128i bytes = _mm_loadu_si128((const __m128i *) source); in bc_copy_and_toggle_bcd() local 46 size_t bytes; in bc_copy_and_toggle_bcd() local
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | swar.h | 36 size_t bytes, matches, t1, t2, t3, t4; in lexbor_swar_seek4() local 66 size_t bytes, matches, t1, t2, t3; in lexbor_swar_seek3() local
|
/php-src/ext/standard/ |
H A D | uniqid.c | 75 uint32_t bytes; in PHP_FUNCTION() local
|
H A D | crypt_sha256.c | 211 uint32_t bytes = ctx->buflen; in sha256_finish_ctx() local
|
H A D | crypt_sha512.c | 242 uint64_t bytes = ctx->buflen; in sha512_finish_ctx() local
|
/php-src/ext/gd/libgd/ |
H A D | gd_xbm.c | 43 int bytes = 0, i; in gdImageCreateFromXbm() local
|
/php-src/ext/shmop/ |
H A D | shmop.c | 227 int bytes; in PHP_FUNCTION() local
|
/php-src/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-opt64.c | 349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
|
/php-src/ext/zend_test/ |
H A D | test.stub.php | 235 function zend_leak_bytes(int $bytes = 3): void {}
|
/php-src/win32/ |
H A D | ioutil.c | 1029 DWORD bytes; in php_win32_ioutil_readlink_int() local
|
/php-src/ext/dom/ |
H A D | html_document.c | 526 size_t bytes; in dom_seek_utf8_non_ascii() local 1410 zend_long bytes = php_stream_tell(stream); in PHP_METHOD() local
|
H A D | document.c | 1589 …zend_long bytes = intern->document->handlers->dump_doc_to_file(file, docp, format, (const char *) … in PHP_METHOD() local 2147 int bytes, format; in PHP_METHOD() local
|
/php-src/main/ |
H A D | rfc1867.c | 580 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
|
/php-src/ext/hash/ |
H A D | hash.c | 1291 int bytes; in PHP_FUNCTION() local
|