Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 23 of 23) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/
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()
H A Dpcre2_jit_compile.c5446 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local
/PHP-8.2/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.c463 int bytes = 0; in PHPDBG_COMMAND() local
/PHP-8.2/ext/random/
H A Dengine_mt19937.c292 zend_string *bytes; in PHP_METHOD() local
306 ZSTR_VAL(bytes)[i] = (generated >> (i * 8)) & 0xff; in PHP_METHOD() local
308 ZSTR_VAL(bytes)[size] = '\0'; in PHP_METHOD() local
H A Drandom.c486 PHPAPI int php_random_bytes(void *bytes, size_t size, bool should_throw)
775 zend_string *bytes; local
793 ZSTR_VAL(bytes)[size] = '\0'; local
H A Drandomizer.c212 zend_string *bytes; in PHP_METHOD() local
H A Drandom.stub.php142 public function shuffleBytes(string $bytes): string {}
/PHP-8.2/ext/standard/
H A Duniqid.c74 uint32_t bytes; in PHP_FUNCTION() local
H A Dcrypt_sha256.c216 uint32_t bytes = ctx->buflen; in sha256_finish_ctx() local
H A Dcrypt_sha512.c243 uint64_t bytes = ctx->buflen; in sha512_finish_ctx() local
/PHP-8.2/ext/gd/libgd/
H A Dgd_xbm.c43 int bytes = 0, i; in gdImageCreateFromXbm() local
/PHP-8.2/ext/shmop/
H A Dshmop.c224 int bytes; in PHP_FUNCTION() local
/PHP-8.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
/PHP-8.2/ext/zend_test/
H A Dtest.stub.php150 function zend_leak_bytes(int $bytes = 3): void {}
/PHP-8.2/win32/
H A Dioutil.c1033 DWORD bytes; in php_win32_ioutil_readlink_int() local
/PHP-8.2/ext/dom/
H A Ddocument.c1422 int bytes, format, saveempty = 0; in PHP_METHOD() local
2031 int bytes, format; in PHP_METHOD() local
H A Dnode.c1743 int bytes; in dom_canonicalization() local
/PHP-8.2/main/
H A Drfc1867.c602 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
/PHP-8.2/ext/hash/
H A Dhash.c1292 int bytes; in PHP_FUNCTION() local
/PHP-8.2/Zend/
H A Dzend_alloc.c298 char bytes[ZEND_MM_PAGE_SIZE]; member
306 char bytes[ZEND_MM_PAGE_SIZE * 8]; member
/PHP-8.2/main/streams/
H A Dstreams.c1262 ssize_t bytes; in _php_stream_write() local
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c1405 int bytes; in PHP_METHOD() local

Completed in 111 milliseconds