Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/exif/
H A Dexif.c2781 size_t byte_count; in exif_ifd_make_value() local
2889 if (byte_count > 4) { in exif_thumbnail_build()
2985 if (byte_count) { in exif_process_undefined()
2987 return byte_count+1; in exif_process_undefined()
3000 if (byte_count) { in exif_process_string_raw()
3004 return byte_count+1; in exif_process_string_raw()
3021 if ((byte_count=php_strnlen(value, byte_count)) > 0) { in exif_process_string()
3025 return byte_count+1; in exif_process_string()
3259 if (byte_count == 0) { \
3308 if (byte_count > 4) { in exif_process_IFD_TAG()
[all …]
/PHP-7.2/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 22 milliseconds