Home
last modified time | relevance | path

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

/php-src/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-src/ext/exif/
H A Dexif.c2793 size_t byte_count; in exif_ifd_make_value() local
2898 if (byte_count > 4) { in exif_thumbnail_build()
2993 if (byte_count) { in exif_process_undefined()
2995 return byte_count+1; in exif_process_undefined()
3008 if (byte_count) { in exif_process_string_raw()
3012 return byte_count+1; in exif_process_string_raw()
3029 if ((byte_count=zend_strnlen(value, byte_count)) > 0) { in exif_process_string()
3033 return byte_count+1; in exif_process_string()
3255 if (byte_count == 0) { \
3296 if (byte_count > 4) { in exif_process_IFD_TAG_impl()
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps.h38 …IELD * const field, const unsigned int pack_len, const zend_uchar ** row, unsigned int byte_count);
H A Dmysqlnd_ps_codec.c56 const zend_uchar ** row, unsigned int byte_count) in ps_fetch_from_1_to_8_bytes() argument
60 DBG_INF_FMT("zv=%p byte_count=%u", zv, byte_count); in ps_fetch_from_1_to_8_bytes()
64 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()
96 switch (byte_count) { in ps_fetch_from_1_to_8_bytes()
119 (*row)+= byte_count; in ps_fetch_from_1_to_8_bytes()

Completed in 23 milliseconds