Searched refs:php_mysqlnd_net_field_length (Results 1 – 3 of 3) sorted by relevance
216 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()
300 zend_ulong php_mysqlnd_net_field_length(const zend_uchar **packet);
94 php_mysqlnd_net_field_length(const zend_uchar **packet) in php_mysqlnd_net_field_length() function723 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()1107 if (packet->header.size > (size_t) (p - buf) && (len = php_mysqlnd_net_field_length(&p))) { in php_mysqlnd_rset_header_read()1146 len = php_mysqlnd_net_field_length(&p); \1265 (len = php_mysqlnd_net_field_length(&p)) && in php_mysqlnd_rset_field_read()1544 const zend_ulong len = php_mysqlnd_net_field_length((const zend_uchar **) &p); in php_mysqlnd_rowp_read_text_protocol()
Completed in 18 milliseconds