Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c216 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_time()
261 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_date()
293 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_datetime()
335 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_string()
351 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_bit()
H A Dmysqlnd_wireprotocol.h300 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
699 if (packet->header.size > (size_t) (p - buf) && (net_len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_auth_response_read()
835 if (packet->header.size > (size_t) (p - buf) && (net_len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_ok_read()
1044 packet->field_count = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rset_header_read()
1079 if (packet->header.size > (size_t) (p - buf) && (len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_rset_header_read()
1118 len = php_mysqlnd_net_field_length(&p); \
1237 (len = php_mysqlnd_net_field_length(&p)) && in php_mysqlnd_rset_field_read()
1516 const zend_ulong len = php_mysqlnd_net_field_length((const zend_uchar **) &p); in php_mysqlnd_rowp_read_text_protocol()

Completed in 17 milliseconds