Home
last modified time | relevance | path

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

/PHP-7.0/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.c1076 zend_long bytes = 0; in PHP_FUNCTION() local
/PHP-7.0/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.c472 int bytes = 0; in PHPDBG_COMMAND() local
/PHP-7.0/ext/gd/libgd/
H A Dxbm.c44 int bytes = 0, i; in gdImageCreateFromXbm() local
/PHP-7.0/ext/shmop/
H A Dshmop.c234 int bytes; in PHP_FUNCTION() local
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregint.h377 #define BBUF_WRITE(buf,pos,bytes,n) do{\ argument
391 #define BBUF_ADD(buf,bytes,n) BBUF_WRITE((buf),(buf)->used,(bytes),(n)) argument
414 #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.0/ext/mbstring/ucgendat/
H A Ducgendat.c1298 ac_uint4 bytes; in write_cdata() local
/PHP-7.0/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.0/main/
H A Drfc1867.c617 static int multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
/PHP-7.0/ext/hash/
H A Dhash.c933 int bytes; in PHP_FUNCTION() local
/PHP-7.0/Zend/
H A Dzend_alloc.c302 char bytes[ZEND_MM_PAGE_SIZE]; member
310 char bytes[ZEND_MM_PAGE_SIZE * 8]; member
/PHP-7.0/main/streams/
H A Dstreams.c1222 size_t bytes; in _php_stream_write() local
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3206 static SLJIT_INLINE void add_prefix_byte(pcre_uint8 byte, pcre_uint8 *bytes) in add_prefix_byte()
3236 …prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_cha… in scan_prefix()
3579 pcre_uint8 bytes[MAX_N_CHARS * MAX_N_BYTES]; in fast_forward_first_n_chars() local
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c1445 int bytes; in SXE_METHOD() local

Completed in 179 milliseconds