Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1203 zval **current_field, **end_field, **start_field; in php_mysqlnd_rowp_read_binary_protocol() local
1211 end_field = (start_field = fields) + field_count; in php_mysqlnd_rowp_read_binary_protocol()
1219 for (i = 0, current_field = start_field; current_field < end_field; current_field++, i++) { in php_mysqlnd_rowp_read_binary_protocol()
1227 for (i = 0, current_field = start_field; current_field < end_field; current_field++, i++) { in php_mysqlnd_rowp_read_binary_protocol()
1302 zval **current_field, **end_field, **start_field; in php_mysqlnd_rowp_read_text_protocol() local
1313 end_field = (start_field = fields) + field_count; in php_mysqlnd_rowp_read_text_protocol()
1315 for (i = 0, current_field = start_field; current_field < end_field; current_field++, i++) { in php_mysqlnd_rowp_read_text_protocol()
1323 for (i = 0, current_field = start_field; current_field < end_field; current_field++, i++) { in php_mysqlnd_rowp_read_text_protocol()

Completed in 8 milliseconds