/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | encoding.c | 69 file_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar **ubuf, size_t… in file_encoding() 231 looks_ascii(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_ascii() 251 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() 270 looks_extended(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_extended() 301 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8() 372 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_utf8_with_BOM() 382 looks_utf7(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_utf7() 401 looks_ucs16(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_ucs16() 522 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
|
H A D | ascmagic.c | 62 trim_nuls(const unsigned char *buf, size_t nbytes) in trim_nuls() 71 file_ascmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_ascmagic() 99 size_t nbytes, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding()
|
H A D | is_tar.c | 63 file_is_tar(struct magic_set *ms, const unsigned char *buf, size_t nbytes) in file_is_tar() 93 is_tar(const unsigned char *buf, size_t nbytes) in is_tar()
|
H A D | softmagic.c | 95 file_softmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_softmagic() 170 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, in match() 706 moffset(struct magic_set *ms, struct magic *m, size_t nbytes, int32_t *op) in moffset() 1163 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy() 1327 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget()
|
H A D | compress.c | 146 const unsigned char *buf, size_t nbytes) in file_zmagic() 338 size_t nbytes) in file_pipe2file()
|
H A D | magic.c | 220 ssize_t nbytes = 0; /* number of bytes read from a datafile */ in file_or_stream() local
|
H A D | der.c | 244 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
|
H A D | readcdf.c | 534 size_t nbytes) in file_trycdf()
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_jpeg.c | 623 ssize_t nbytes = 0; in fill_input_buffer() local
|
/PHP-7.2/ext/iconv/ |
H A D | iconv.c | 729 static php_iconv_err_t _php_iconv_strlen(size_t *pretval, const char *str, size_t nbytes, const cha… in _php_iconv_strlen() 814 const char *str, size_t nbytes, zend_long offset, zend_long len, const char *enc) in _php_iconv_substr()
|
/PHP-7.2/ext/pgsql/ |
H A D | pgsql.c | 3536 int nbytes, argc = ZEND_NUM_ARGS(); local 3571 size_t str_len, nbytes; local 3613 volatile int nbytes; local
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.c | 5356 MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c, size_t nbytes, const mbfl_… in php_mb_safe_strrchr_ex() 5397 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
|
/PHP-7.2/ext/standard/ |
H A D | basic_functions.c | 4779 size_t nbytes; local
|
/PHP-7.2/ext/odbc/ |
H A D | php_odbc.c | 1459 int fp, nbytes; in PHP_FUNCTION() local
|