Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c221 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_time()
264 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_date()
301 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_datetime()
344 const unsigned long length = php_mysqlnd_net_field_length(row); in ps_fetch_string()
360 unsigned long length = php_mysqlnd_net_field_length(row); in ps_fetch_bit()
H A Dmysqlnd_wireprotocol.h303 unsigned long php_mysqlnd_net_field_length(zend_uchar **packet);
H A Dmysqlnd_wireprotocol.c132 php_mysqlnd_net_field_length(zend_uchar **packet) in php_mysqlnd_net_field_length() function
710 if (packet->header.size > (size_t) (p - buf) && (i = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_auth_response_read()
850 if (packet->header.size > (size_t) (p - buf) && (i = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_ok_read()
1078 packet->field_count = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rset_header_read()
1118 if (packet->header.size > (size_t) (p - buf) && (len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_rset_header_read()
1228 len = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rset_field_read()
1295 (len = php_mysqlnd_net_field_length(&p)) && in php_mysqlnd_rset_field_read()
1609 unsigned long len = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rowp_read_text_protocol()

Completed in 16 milliseconds