/PHP-7.1/ext/standard/ |
H A D | random.c | 84 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 D | crypt_sha512.c | 253 uint64_t bytes = ctx->buflen; in sha512_finish_ctx() local
|
H A D | crypt_sha256.c | 226 uint32_t bytes = ctx->buflen; in sha256_finish_ctx() local
|
H A D | file.c | 1076 zend_long bytes = 0; in PHP_FUNCTION() local
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_io.c | 52 int bytes = PHPDBG_G(input_buflen), len = 0; in ZEND_EXTERN_MODULE_GLOBALS() local 194 int count = 0, bytes = 0; local
|
H A D | phpdbg_prompt.c | 471 int bytes = 0; in PHPDBG_COMMAND() local
|
/PHP-7.1/ext/gd/libgd/ |
H A D | xbm.c | 44 int bytes = 0, i; in gdImageCreateFromXbm() local
|
/PHP-7.1/ext/shmop/ |
H A D | shmop.c | 234 int bytes; in PHP_FUNCTION() local
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regint.h | 377 #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 D | regcomp.c | 282 add_bytes(regex_t* reg, UChar* bytes, int len) in add_bytes()
|
/PHP-7.1/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 1298 ac_uint4 bytes; in write_cdata() local
|
/PHP-7.1/ext/dom/ |
H A D | document.c | 1568 int bytes, format, saveempty = 0; in PHP_FUNCTION() local 2114 int bytes, format; in PHP_FUNCTION() local
|
H A D | node.c | 1841 int bytes; in dom_canonicalization() local
|
/PHP-7.1/main/ |
H A D | rfc1867.c | 619 static int multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
|
/PHP-7.1/ext/hash/ |
H A D | hash.c | 1044 int bytes; in PHP_FUNCTION() local
|
/PHP-7.1/Zend/ |
H A D | zend_alloc.c | 295 char bytes[ZEND_MM_PAGE_SIZE]; member 303 char bytes[ZEND_MM_PAGE_SIZE * 8]; member
|
/PHP-7.1/main/streams/ |
H A D | streams.c | 1222 size_t bytes; in _php_stream_write() local
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 3206 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.1/ext/simplexml/ |
H A D | simplexml.c | 1447 int bytes; in SXE_METHOD() local
|