/dports/lang/php73/php-7.3.33/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 330 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 336 …return (valid_sjis_head((zend_uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((zend_uchar)… in check_mb_sjis() 342 return (valid_sjis_head((zend_uchar)sjis)) ? 2 : 1; in mysqlnd_mbcharlen_sjis()
|
/dports/lang/php81/php-8.1.1/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 328 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 334 …return (valid_sjis_head((zend_uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((zend_uchar)… in check_mb_sjis() 340 return (valid_sjis_head((zend_uchar)sjis)) ? 2 : 1; in mysqlnd_mbcharlen_sjis()
|
/dports/lang/php74/php-7.4.27/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 330 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 336 …return (valid_sjis_head((zend_uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((zend_uchar)… in check_mb_sjis() 342 return (valid_sjis_head((zend_uchar)sjis)) ? 2 : 1; in mysqlnd_mbcharlen_sjis()
|
/dports/lang/php80/php-8.0.15/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 328 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 334 …return (valid_sjis_head((zend_uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((zend_uchar)… in check_mb_sjis() 340 return (valid_sjis_head((zend_uchar)sjis)) ? 2 : 1; in mysqlnd_mbcharlen_sjis()
|
/dports/www/mod_php73/php-7.3.33/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 330 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 336 …return (valid_sjis_head((zend_uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((zend_uchar)… in check_mb_sjis() 342 return (valid_sjis_head((zend_uchar)sjis)) ? 2 : 1; in mysqlnd_mbcharlen_sjis()
|
/dports/www/mod_php81/php-8.1.1/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 328 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 334 …return (valid_sjis_head((zend_uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((zend_uchar)… in check_mb_sjis() 340 return (valid_sjis_head((zend_uchar)sjis)) ? 2 : 1; in mysqlnd_mbcharlen_sjis()
|
/dports/www/mod_php80/php-8.0.15/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 328 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 334 …return (valid_sjis_head((zend_uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((zend_uchar)… in check_mb_sjis() 340 return (valid_sjis_head((zend_uchar)sjis)) ? 2 : 1; in mysqlnd_mbcharlen_sjis()
|
/dports/www/mod_php74/php-7.4.27/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 330 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 336 …return (valid_sjis_head((zend_uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((zend_uchar)… in check_mb_sjis() 342 return (valid_sjis_head((zend_uchar)sjis)) ? 2 : 1; in mysqlnd_mbcharlen_sjis()
|
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/libmariadb/ |
H A D | ma_charset.c | 393 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 399 …return (valid_sjis_head((uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((uchar)start[1]))… in check_mb_sjis() 405 return (valid_sjis_head((uchar)sjis)) ? 2 : 1; in mysql_mbcharlen_sjis()
|
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/libmariadb/ |
H A D | ma_charset.c | 393 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 399 …return (valid_sjis_head((uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((uchar)start[1]))… in check_mb_sjis() 405 return (valid_sjis_head((uchar)sjis)) ? 2 : 1; in mysql_mbcharlen_sjis()
|
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/libmariadb/ |
H A D | ma_charset.c | 393 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 399 …return (valid_sjis_head((uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((uchar)start[1]))… in check_mb_sjis() 405 return (valid_sjis_head((uchar)sjis)) ? 2 : 1; in mysql_mbcharlen_sjis()
|
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/libmariadb/ |
H A D | ma_charset.c | 393 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 399 …return (valid_sjis_head((uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((uchar)start[1]))… in check_mb_sjis() 405 return (valid_sjis_head((uchar)sjis)) ? 2 : 1; in mysql_mbcharlen_sjis()
|
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/libmariadb/ |
H A D | ma_charset.c | 393 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 399 …return (valid_sjis_head((uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((uchar)start[1]))… in check_mb_sjis() 405 return (valid_sjis_head((uchar)sjis)) ? 2 : 1; in mysql_mbcharlen_sjis()
|
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/libmariadb/ |
H A D | ma_charset.c | 393 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 399 …return (valid_sjis_head((uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((uchar)start[1]))… in check_mb_sjis() 405 return (valid_sjis_head((uchar)sjis)) ? 2 : 1; in mysql_mbcharlen_sjis()
|
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/libmariadb/ |
H A D | ma_charset.c | 393 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) macro 399 …return (valid_sjis_head((uchar)start[0]) && (end - start) > 1 && valid_sjis_tail((uchar)start[1]))… in check_mb_sjis() 405 return (valid_sjis_head((uchar)sjis)) ? 2 : 1; in mysql_mbcharlen_sjis()
|