Searched defs:nbytes (Results 1 – 16 of 16) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | encoding.c | 80 size_t nbytes = b->flen; in file_encoding() local 350 file_looks_utf8(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in file_looks_utf8() 431 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, in looks_utf8_with_BOM() 441 looks_utf7(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in looks_utf7() 465 looks_ucs16(const unsigned char *bf, size_t nbytes, file_unichar_t *ubf, in looks_ucs16() 525 looks_ucs32(const unsigned char *bf, size_t nbytes, file_unichar_t *ubf, in looks_ucs32() 651 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
|
H A D | is_tar.c | 66 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 D | ascmagic.c | 62 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 D | is_simh.c | 112 uint32_t nbytes, cbytes; in simh_parse() local
|
H A D | magic.c | 201 ssize_t nbytes = 0; /* number of bytes read from a datafile */ in file_or_stream() local
|
H A D | softmagic.c | 846 size_t nbytes = b->flen; in moffset() local 1332 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy() 1594 const unsigned char *s, size_t nbytes, size_t o, unsigned int cont_level, in mget()
|
H A D | compress.c | 282 size_t nbytes = b->flen; in file_zmagic() local 477 size_t nbytes) in file_pipe2file()
|
H A D | der.c | 266 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
|
H A D | readcdf.c | 534 size_t nbytes = b->flen; in file_trycdf() local
|
/php-src/ext/gd/libgd/ |
H A D | gd_jpeg.c | 613 ssize_t nbytes = 0; in fill_input_buffer() local
|
/php-src/ext/iconv/ |
H A D | iconv.c | 547 static php_iconv_err_t _php_iconv_strlen(size_t *pretval, const char *str, size_t nbytes, const cha… in _php_iconv_strlen() 623 const char *str, size_t nbytes, zend_long offset, zend_long len, const char *enc) in _php_iconv_substr()
|
/php-src/ext/odbc/ |
H A D | php_odbc.c | 1128 int fp, nbytes; in PHP_FUNCTION() local
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 2737 int nbytes; in PHP_FUNCTION() local 2774 size_t nbytes; in PHP_FUNCTION() local 2816 volatile int nbytes; in PHP_FUNCTION() local
|
/php-src/main/streams/ |
H A D | streams.c | 1650 size_t nbytes = (size_t)result; in _php_stream_copy_to_stream_ex() local
|
/php-src/ext/standard/ |
H A D | basic_functions.c | 1376 size_t nbytes; local
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 6007 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes, const mbfl_enc… in php_mb_safe_strrchr()
|
Completed in 108 milliseconds