Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c60 size_t tmp_complen = to_be_sent; in write_compressed_packet()
63 uncompressed_payload, to_be_sent)) in write_compressed_packet()
65 int3store(compress_buf + MYSQLND_HEADER_SIZE, to_be_sent); in write_compressed_packet()
70 payload_size = to_be_sent; in write_compressed_packet()
126 size_t to_be_sent; in MYSQLND_METHOD() local
139 to_be_sent = MIN(left, MYSQLND_MAX_PACKET_SIZE); in MYSQLND_METHOD()
140 DBG_INF_FMT("to_be_sent=%u", to_be_sent); in MYSQLND_METHOD()
148 int3store(uncompressed_payload, to_be_sent); in MYSQLND_METHOD()
172 int3store(p, to_be_sent); in MYSQLND_METHOD()
180 p += to_be_sent; in MYSQLND_METHOD()
[all …]

Completed in 6 milliseconds