Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Drandom.c84 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw) in php_random_bytes()
190 zend_string *bytes; in PHP_FUNCTION() local
208 ZSTR_VAL(bytes)[size] = '\0'; in PHP_FUNCTION() local
H A Dcrypt_sha512.c253 uint64_t bytes = ctx->buflen; in sha512_finish_ctx() local
H A Dcrypt_sha256.c226 uint32_t bytes = ctx->buflen; in sha256_finish_ctx() local
H A Dfile.c1096 zend_long bytes = 0; in PHP_FUNCTION() local
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_io.c52 int bytes = PHPDBG_G(input_buflen), len = 0; in ZEND_EXTERN_MODULE_GLOBALS() local
194 int count = 0, bytes = 0; local
H A Dphpdbg_prompt.c468 int bytes = 0; in PHPDBG_COMMAND() local
/PHP-7.2/ext/gd/libgd/
H A Dgd_xbm.c45 int bytes = 0, i; in gdImageCreateFromXbm() local
/PHP-7.2/ext/shmop/
H A Dshmop.c234 int bytes; in PHP_FUNCTION() local
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c340 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h351 #define BBUF_WRITE(buf,pos,bytes,n) do{\ argument
365 #define BBUF_ADD(buf,bytes,n) BBUF_WRITE((buf),(buf)->used,(bytes),(n)) argument
388 #define BBUF_INSERT(buf,pos,bytes,n) do {\ argument
H A Dregcomp.c282 add_bytes(regex_t* reg, UChar* bytes, int len) in add_bytes()
/PHP-7.2/ext/mbstring/ucgendat/
H A Ducgendat.c1312 ac_uint4 bytes; in write_cdata() local
/PHP-7.2/ext/dom/
H A Ddocument.c1568 int bytes, format, saveempty = 0; in PHP_FUNCTION() local
2114 int bytes, format; in PHP_FUNCTION() local
H A Dnode.c1841 int bytes; in dom_canonicalization() local
/PHP-7.2/main/
H A Drfc1867.c619 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
/PHP-7.2/ext/hash/
H A Dhash.c1037 int bytes; in PHP_FUNCTION() local
/PHP-7.2/Zend/
H A Dzend_alloc.c293 char bytes[ZEND_MM_PAGE_SIZE]; member
301 char bytes[ZEND_MM_PAGE_SIZE * 8]; member
/PHP-7.2/main/streams/
H A Dstreams.c1196 size_t bytes; in _php_stream_write() local
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c1435 int bytes; in SXE_METHOD() local
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3476 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local

Completed in 125 milliseconds