Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c220 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_time()
263 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_date()
300 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_datetime()
343 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_string()
359 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_bit()
H A Dmysqlnd_wireprotocol.h296 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
736 if (packet->header.size > (size_t) (p - buf) && (net_len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_auth_response_read()
887 if (packet->header.size > (size_t) (p - buf) && (net_len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_ok_read()
1131 packet->field_count = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rset_header_read()
1171 if (packet->header.size > (size_t) (p - buf) && (len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_rset_header_read()
1287 len = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rset_field_read()
1355 (len = php_mysqlnd_net_field_length(&p)) && in php_mysqlnd_rset_field_read()
1656 const zend_ulong len = php_mysqlnd_net_field_length((const zend_uchar **) &p); in php_mysqlnd_rowp_read_text_protocol_aux()

Completed in 15 milliseconds