Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c219 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_time()
276 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_date()
313 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_datetime()
372 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_string()
388 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_bit()
H A Dmysqlnd_wireprotocol.h302 zend_ulong php_mysqlnd_net_field_length(const zend_uchar **packet);
H A Dmysqlnd_wireprotocol.c94 php_mysqlnd_net_field_length(const zend_uchar **packet) in php_mysqlnd_net_field_length() function
723 if (packet->header.size > (size_t) (p - buf) && (net_len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_auth_response_read()
863 if (packet->header.size > (size_t) (p - buf) && (net_len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_ok_read()
1072 packet->field_count = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rset_header_read()
1112 if (packet->header.size > (size_t) (p - buf) && (len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_rset_header_read()
1159 len = php_mysqlnd_net_field_length(&p); \
1278 (len = php_mysqlnd_net_field_length(&p)) && in php_mysqlnd_rset_field_read()
1561 const zend_ulong len = php_mysqlnd_net_field_length((const zend_uchar **) &p); in php_mysqlnd_rowp_read_text_protocol_aux()

Completed in 24 milliseconds