Home
last modified time | relevance | path

Searched refs:uint3korr (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/mysqlnd/
H A Dconfig-win.h77 #define uint3korr(A) (int32_t) (*((uint32_t *) (A)) & 0xFFFFFF) macro
H A Dmysqlnd_portability.h200 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\ macro
267 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\ macro
H A Dmysqlnd_protocol_frame_codec.c229 decompressed_size = uint3korr(comp_header); in MYSQLND_METHOD()
347 net_payload_size = uint3korr(net_header); in MYSQLND_METHOD()
H A Dmysqlnd_net.c564 decompressed_size = uint3korr(comp_header); in MYSQLND_METHOD()
682 net_payload_size = uint3korr(net_header); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c113 return (zend_ulong) uint3korr(p+1); in php_mysqlnd_net_field_length()
143 return (uint64_t) uint3korr(p + 1); in php_mysqlnd_net_field_length_ll()
254 header->size = uint3korr(buffer); in mysqlnd_read_header()
H A Dmysqlnd_ps_codec.c74 case 3:uval = is_bit? (uint64_t) bit_uint3korr(*row):(uint64_t) uint3korr(*row);break; in ps_fetch_from_1_to_8_bytes()

Completed in 25 milliseconds