Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1445 zval *current_field, *end_field, *start_field; in php_mysqlnd_rowp_read_binary_protocol() local
1453 end_field = (start_field = fields) + field_count; in php_mysqlnd_rowp_read_binary_protocol()
1461 for (i = 0, current_field = start_field; current_field < end_field; current_field++, i++) { in php_mysqlnd_rowp_read_binary_protocol()
1533 zval *current_field, *end_field, *start_field; in php_mysqlnd_rowp_read_text_protocol_aux() local
1544 end_field = (start_field = fields) + field_count; in php_mysqlnd_rowp_read_text_protocol_aux()
1546 for (i = 0, current_field = start_field; current_field < end_field; current_field++, i++) { in php_mysqlnd_rowp_read_text_protocol_aux()

Completed in 15 milliseconds