copy_data        1611 ext/mysqlnd/mysqlnd_wireprotocol.c 		if (copy_data == FALSE && current_field > start_field && last_field_was_string) {
copy_data        1736 ext/mysqlnd/mysqlnd_wireprotocol.c 					ZVAL_STRINGL(*current_field, (char *) start, bit_area - start - 1, copy_data);
copy_data        1742 ext/mysqlnd/mysqlnd_wireprotocol.c 					ZVAL_STRINGL(*current_field, (char *) start, bit_area - start - 1, copy_data);
copy_data        1745 ext/mysqlnd/mysqlnd_wireprotocol.c 				ZVAL_STRINGL(*current_field, (char *)p, len, copy_data);
copy_data        1751 ext/mysqlnd/mysqlnd_wireprotocol.c 	if (copy_data == FALSE && last_field_was_string) {
copy_data          61 ext/zip/lib/zip_close.c static int copy_data(FILE *, zip_uint64_t, FILE *, struct zip_error *);
copy_data         233 ext/zip/lib/zip_close.c 	    if (copy_data(za->zp, de->comp_size, out, &za->error) < 0) {