Home
last modified time | relevance | path

Searched refs:byte_count (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/exif/tests/
H A Dbug54002.phpt14 Warning: exif_read_data(bug54002_1.jpg): Process tag(x0205=UndefinedTag): Illegal byte_count in %sb…
16 Warning: exif_read_data(bug54002_2.jpg): Process tag(x0205=UndefinedTag): Illegal byte_count in %sb…
/PHP-7.4/ext/exif/
H A Dexif.c2796 size_t byte_count; in exif_ifd_make_value() local
2904 if (byte_count > 4) { in exif_thumbnail_build()
3000 if (byte_count) { in exif_process_undefined()
3002 return byte_count+1; in exif_process_undefined()
3015 if (byte_count) { in exif_process_string_raw()
3019 return byte_count+1; in exif_process_string_raw()
3036 if ((byte_count=php_strnlen(value, byte_count)) > 0) { in exif_process_string()
3040 return byte_count+1; in exif_process_string()
3280 if (byte_count == 0) { \
3322 if (byte_count > 4) { in exif_process_IFD_TAG_impl()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.h43 …IELD * const field, const unsigned int pack_len, const zend_uchar ** row, unsigned int byte_count);
H A Dmysqlnd_ps_codec.c58 const zend_uchar ** row, unsigned int byte_count) in ps_fetch_from_1_to_8_bytes() argument
64 DBG_INF_FMT("zv=%p byte_count=%u", zv, byte_count); in ps_fetch_from_1_to_8_bytes()
68 switch (byte_count) { in ps_fetch_from_1_to_8_bytes()
86 if (byte_count < 8 || uval <= L64(9223372036854775807)) { in ps_fetch_from_1_to_8_bytes()
97 switch (byte_count) { in ps_fetch_from_1_to_8_bytes()
123 (*row)+= byte_count; in ps_fetch_from_1_to_8_bytes()

Completed in 297 milliseconds