Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c221 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_time()
278 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_date()
315 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_datetime()
374 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_string()
390 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_bit()
H A Dmysqlnd_wireprotocol.h304 zend_ulong php_mysqlnd_net_field_length(const zend_uchar **packet);
H A Dmysqlnd_wireprotocol.c95 php_mysqlnd_net_field_length(const zend_uchar **packet) in php_mysqlnd_net_field_length() function
717 if (packet->header.size > (size_t) (p - buf) && (net_len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_auth_response_read()
857 if (packet->header.size > (size_t) (p - buf) && (net_len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_ok_read()
1075 packet->field_count = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rset_header_read()
1115 if (packet->header.size > (size_t) (p - buf) && (len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_rset_header_read()
1162 len = php_mysqlnd_net_field_length(&p); \
1281 (len = php_mysqlnd_net_field_length(&p)) && in php_mysqlnd_rset_field_read()
1572 const zend_ulong len = php_mysqlnd_net_field_length((const zend_uchar **) &p); in php_mysqlnd_rowp_read_text_protocol_aux()

Completed in 18 milliseconds