Searched refs:php_mysqlnd_net_field_length (Results 1 – 3 of 3) sorted by relevance
221 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()
303 unsigned long php_mysqlnd_net_field_length(zend_uchar **packet);
132 php_mysqlnd_net_field_length(zend_uchar **packet) in php_mysqlnd_net_field_length() function710 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()1610 const unsigned long len = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rowp_read_text_protocol_aux()
Completed in 23 milliseconds