Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/exif/
H A Dexif.c2370 size_t byte_count; in exif_ifd_make_value() local
2478 if (byte_count > 4) { in exif_thumbnail_build()
2571 if (byte_count) { in exif_process_undefined()
2573 return byte_count+1; in exif_process_undefined()
2586 if (byte_count) { in exif_process_string_raw()
2590 return byte_count+1; in exif_process_string_raw()
2607 if ((byte_count=php_strnlen(value, byte_count)) > 0) { in exif_process_string()
2611 return byte_count+1; in exif_process_string()
2871 if (byte_count > 4) { in exif_process_IFD_TAG()
2920 if (fgot<byte_count) { in exif_process_IFD_TAG()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c59 zend_uchar ** row, unsigned int byte_count TSRMLS_DC) in ps_fetch_from_1_to_8_bytes()
65 DBG_INF_FMT("zv=%p byte_count=%u", zv, byte_count); in ps_fetch_from_1_to_8_bytes()
69 switch (byte_count) { in ps_fetch_from_1_to_8_bytes()
87 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()
H A Dmysqlnd_priv.h193 …_FIELD * const field, unsigned int pack_len, zend_uchar ** row, unsigned int byte_count TSRMLS_DC);

Completed in 19 milliseconds