Home
last modified time | relevance | path

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

/PHP-7.1/ext/exif/tests/
H A Dbug54002.phpt14 Warning: exif_read_data(bug54002_1.jpeg): Process tag(x0205=UndefinedTa): Illegal byte_count in %sb…
16 Warning: exif_read_data(bug54002_2.jpeg): Process tag(x0205=UndefinedTa): Illegal byte_count in %sb…
/PHP-7.1/ext/exif/
H A Dexif.c2368 size_t byte_count; in exif_ifd_make_value() local
2476 if (byte_count > 4) { in exif_thumbnail_build()
2572 if (byte_count) { in exif_process_undefined()
2574 return byte_count+1; in exif_process_undefined()
2587 if (byte_count) { in exif_process_string_raw()
2591 return byte_count+1; in exif_process_string_raw()
2608 if ((byte_count=php_strnlen(value, byte_count)) > 0) { in exif_process_string()
2612 return byte_count+1; in exif_process_string()
2885 if (byte_count > 4) { in exif_process_IFD_TAG()
2934 if (fgot<byte_count) { in exif_process_IFD_TAG()
[all …]
/PHP-7.1/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.c57 const zend_uchar ** row, unsigned int byte_count) in ps_fetch_from_1_to_8_bytes() argument
63 DBG_INF_FMT("zv=%p byte_count=%u", zv, byte_count); in ps_fetch_from_1_to_8_bytes()
67 switch (byte_count) { in ps_fetch_from_1_to_8_bytes()
85 if (byte_count < 8 || uval <= L64(9223372036854775807)) { in ps_fetch_from_1_to_8_bytes()
96 switch (byte_count) { in ps_fetch_from_1_to_8_bytes()
122 (*row)+= byte_count; in ps_fetch_from_1_to_8_bytes()

Completed in 21 milliseconds