Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c74 size_t nbytes = b->flen > 64*1024 ? 64*1024 : b->flen; in file_encoding() local
254 looks_ascii(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_ascii()
274 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1()
293 looks_extended(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_extended()
324 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8()
395 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_utf8_with_BOM()
405 looks_utf7(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_utf7()
424 looks_ucs16(const unsigned char *bf, size_t nbytes, unichar *ubf, in looks_ucs16()
463 looks_ucs32(const unsigned char *bf, size_t nbytes, unichar *ubf, in looks_ucs32()
589 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
H A Dis_tar.c66 size_t nbytes = b->flen; in file_is_tar() local
99 is_tar(const unsigned char *buf, size_t nbytes) in is_tar()
H A Dascmagic.c62 trim_nuls(const unsigned char *buf, size_t nbytes) in trim_nuls()
111 size_t nbytes = b->flen; in file_ascmagic_with_encoding() local
H A Dcompress.c227 size_t nbytes = b->flen; in file_zmagic() local
419 size_t nbytes) in file_pipe2file()
H A Dmagic.c229 ssize_t nbytes = 0; /* number of bytes read from a datafile */ in file_or_stream() local
H A Dsoftmagic.c834 size_t nbytes = b->flen; in moffset() local
1291 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1503 const unsigned char *s, size_t nbytes, size_t o, unsigned int cont_level, in mget()
H A Dder.c244 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
H A Dreadcdf.c536 size_t nbytes = b->flen; in file_trycdf() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c616 ssize_t nbytes = 0; in fill_input_buffer() local
/PHP-7.4/ext/iconv/
H A Diconv.c712 static php_iconv_err_t _php_iconv_strlen(size_t *pretval, const char *str, size_t nbytes, const cha… in _php_iconv_strlen()
796 const char *str, size_t nbytes, zend_long offset, zend_long len, const char *enc) in _php_iconv_substr()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c3532 int nbytes, argc = ZEND_NUM_ARGS(); local
3567 size_t str_len, nbytes; local
3609 volatile int nbytes; local
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4835 size_t nbytes; local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c5262 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()
5303 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1455 int fp, nbytes; in PHP_FUNCTION() local

Completed in 122 milliseconds